File tree Expand file tree Collapse file tree 10 files changed +21
-26
lines changed
knative.dev/net-istio/third_party/istio-stable Expand file tree Collapse file tree 10 files changed +21
-26
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 gopkg.in/go-playground/webhooks.v3 v3.13.0
1919 gopkg.in/yaml.v2 v2.3.0
2020 knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf
21- knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93
21+ knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7
2222)
2323
2424replace go.opencensus.io => go.opencensus.io v0.20.2
Original file line number Diff line number Diff line change @@ -1099,10 +1099,11 @@ k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl
10991099k8s.io/utils v0.0.0-20200729134348-d5654de09c73 /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
11001100knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf h1:u4cY4jr2LYvhoz/1HBWEPsMiLkm0HMdDTfmmw1RE8zE =
11011101knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf /go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI =
1102- knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93 h1:0yFVF+TkIUNTZGE6SbaBgyHrVtM/yI5s9C1rzHO9LeA =
1103- knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93 /go.mod h1:AcZrCQtvvbLbiacGSsDO7kYvvlR5WlUAybKmGuVDKRg =
1104- knative.dev/networking v0.0.0-20210209171856-855092348016 /go.mod h1:NQPUbkM8iJDoeOnSq/LnLfgIq8nID5uPEjstTPWujKE =
1105- knative.dev/pkg v0.0.0-20210208175252-a02dcff9ee26 /go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY =
1102+ knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7 h1:gvSi8xifF84Bvgye0LjFECXNeNbJd7kqJ6+x8Clk3IM =
1103+ knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7 /go.mod h1:QyRaEKLeUgHuFi8g6HAy+4cquaNLYqD/9mhT+Nnqj1U =
1104+ knative.dev/networking v0.0.0-20210216014426-94bfc013982b /go.mod h1:Crdn87hxdFd3Jj6PIyrjzGnr8OGHX35k5xo9jlOrjjA =
1105+ knative.dev/pkg v0.0.0-20210215165523-84c98f3c3e7a /go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY =
1106+ knative.dev/pkg v0.0.0-20210216013737-584933f8280b /go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY =
11061107pgregory.net/rapid v0.3.3 /go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU =
11071108rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
11081109rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
Original file line number Diff line number Diff line change 1717source $( dirname $0 ) /../download-istio.sh
1818
1919# Download Istio
20- download_istio 1.7.7
20+ download_istio 1.8.2
2121trap cleanup_istio EXIT
2222
23- # Install Istio
24- ${ISTIO_DIR} /bin/istioctl install -f " $( dirname $0 ) /$1 "
23+ ${ISTIO_DIR} /bin/istioctl install -f " $( dirname $0 ) /$1 " -y
2524
25+ # Temporarily disable this (https://github.com/knative-sandbox/net-istio/issues/503)
2626# Enable mTLS STRICT in mesh mode
27- if [[ $MESH -eq 1 ]]; then
28- kubectl apply -f " $( dirname $0 ) /extra/global-mtls.yaml"
29- fi
27+ # if [[ $MESH -eq 1 ]]; then
28+ # kubectl apply -f "$(dirname $0)/extra/global-mtls.yaml"
29+ # fi
Original file line number Diff line number Diff line change 4343 addonComponents :
4444 pilot :
4545 enabled : true
46- prometheus :
47- enabled : false
4846
4947 components :
5048 ingressGateways :
Original file line number Diff line number Diff line change 3636 addonComponents :
3737 pilot :
3838 enabled : true
39- prometheus :
40- enabled : false
4139
4240 components :
4341 ingressGateways :
Original file line number Diff line number Diff line change 4545 addonComponents :
4646 pilot :
4747 enabled : true
48- prometheus :
49- enabled : false
5048
5149 components :
5250 ingressGateways :
Original file line number Diff line number Diff line change 3838 addonComponents :
3939 pilot :
4040 enabled : true
41- prometheus :
42- enabled : false
4341
4442 components :
4543 ingressGateways :
Original file line number Diff line number Diff line change 2727 addonComponents :
2828 pilot :
2929 enabled : true
30- prometheus :
31- enabled : false
3230
3331 components :
3432 ingressGateways :
Original file line number Diff line number Diff line change 11/*
2- Copyright 2020 The Knative Authors
2+ Copyright 2021 The Knative Authors
3+
34Licensed under the Apache License, Version 2.0 (the "License");
45you may not use this file except in compliance with the License.
56You may obtain a copy of the License at
6- https://www.apache.org/licenses/LICENSE-2.0
7+
8+ http://www.apache.org/licenses/LICENSE-2.0
9+
710Unless required by applicable law or agreed to in writing, software
811distributed under the License is distributed on an "AS IS" BASIS,
912WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1013See the License for the specific language governing permissions and
1114limitations under the License.
1215*/
1316
14- // Package config exists to make the config directory importable.
15- package config
17+ // Package stable enables the istio configuration to be vendored so that
18+ // downstream repos can vendor configs with `go mod`.
19+ package stable
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ gopkg.in/yaml.v2
272272# knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf
273273## explicit
274274knative.dev/hack
275- # knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93
275+ # knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7
276276## explicit
277277knative.dev/net-istio/third_party
278278knative.dev/net-istio/third_party/istio-stable
You can’t perform that action at this time.
0 commit comments