diff --git a/09-Ingress/01-Create-Istio-LoadBalancer/IstioOperator/IstioOperator.yaml b/09-Ingress/01-Create-Istio-LoadBalancer/IstioOperator/IstioOperator.yaml index 3f3191d..d9627bb 100644 --- a/09-Ingress/01-Create-Istio-LoadBalancer/IstioOperator/IstioOperator.yaml +++ b/09-Ingress/01-Create-Istio-LoadBalancer/IstioOperator/IstioOperator.yaml @@ -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 \ No newline at end of file diff --git a/09-Ingress/01-Create-Istio-LoadBalancer/README.md b/09-Ingress/01-Create-Istio-LoadBalancer/README.md index bc5f83d..49b602b 100644 --- a/09-Ingress/01-Create-Istio-LoadBalancer/README.md +++ b/09-Ingress/01-Create-Istio-LoadBalancer/README.md @@ -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 -``` \ No newline at end of file +``` + + +# Links of interest + +- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1 \ No newline at end of file