deleted doomy file.

This commit is contained in:
savagebidoof 2023-07-01 17:33:20 +02:00
parent 9d7cae15f8
commit 93018487e6
2 changed files with 8 additions and 11 deletions

View File

@ -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

View File

@ -216,13 +216,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 +294,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