Compare commits
3 Commits
f8fd8c6ce5
...
439d62b718
Author | SHA1 | Date | |
---|---|---|---|
![]() |
439d62b718 | ||
![]() |
73d4918f2c | ||
![]() |
93018487e6 |
@@ -12,9 +12,4 @@ spec:
|
||||
label:
|
||||
# Set a unique label for the gateway. This is required to ensure Gateways
|
||||
# can select this workload
|
||||
istio: myingressgateway
|
||||
values:
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
# Enable gateway injection
|
||||
injectionTemplate: gateway
|
||||
istio: myingressgateway
|
@@ -115,11 +115,6 @@ spec:
|
||||
# Set a unique label for the gateway. This is required to ensure Gateways
|
||||
# can select this workload
|
||||
istio: myingressgateway
|
||||
values:
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
# Enable gateway injection
|
||||
injectionTemplate: gateway
|
||||
```
|
||||
|
||||
## Gateway
|
||||
@@ -216,13 +211,10 @@ helloworld-nginx 1/1 1 1 16s
|
||||
|
||||
## Install the Istio Ingress Gateway Load Balancer
|
||||
|
||||
Press `y` to install.
|
||||
|
||||
```shell
|
||||
istioctl install -f IstioOperator/IstioOperator.yaml
|
||||
istioctl install -f IstioOperator/IstioOperator.yaml -y
|
||||
```
|
||||
```text
|
||||
This will install the Istio 1.17.2 empty profile into the cluster. Proceed? (y/N) y
|
||||
✔ Ingress gateways installed
|
||||
✔ Installation complete
|
||||
Thank you for installing Istio 1.17. Please take a few minutes to tell us about your install/upgrade experience! https://forms.gle/hMHGiwZHPU7UQRWe9
|
||||
@@ -297,4 +289,9 @@ deployment.apps "helloworld-nginx" deleted
|
||||
gateway.networking.istio.io "helloworld-gateway" deleted
|
||||
service "helloworld" deleted
|
||||
virtualservice.networking.istio.io "helloworld-vs" deleted
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
# Links of interest
|
||||
|
||||
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1
|
Reference in New Issue
Block a user