March 2020
Intermediate to advanced
626 pages
14h 45m
English
Just follow these simple steps:
$ kubectl -n istio-system get cm istio -o yaml | sed 's/mode: REGISTRY_ONLY/mode: ALLOW_ANY/g' | kubectl replace -n istio-system -f -configmap/istio replaced
$ kubectl -n istio-system get cm istio -o yaml | grep -m 1 -o "mode: ALLOW_ANY"mode: ALLOW_ANY
$ kubectl -n istio-lab delete -f 22-create-httpbin-virtual-service.yamlvirtualservice.networking.istio.io "httpbin" deleted
With this, we have made changes in our setup so that we ...
Read now
Unlock full access