Compare commits

..

3 Commits

Author SHA1 Message Date
savagebidoof
439d62b718 Merge remote-tracking branch 'origin/dev' into dev 2023-07-01 17:35:00 +02:00
savagebidoof
73d4918f2c deleted doomy file. 2023-07-01 17:33:59 +02:00
savagebidoof
93018487e6 deleted doomy file. 2023-07-01 17:33:20 +02:00
2 changed files with 8 additions and 16 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

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