I have installed istio 1.6.7 in an AKS cluster using istioctl
.
I have enabled the istio operator using init
command.
When I try to enable Grafana and Kiali using a separate yaml on top of the installed istio system with kubectl
, the istio ingress gateway pod is recreated and my custom configurations are deleted.
The documentation specifies that we can install add-ons with kubectl
.
Add-on yaml is as follows:
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
values:
grafana:
enabled: true