We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92101cd commit 49517fdCopy full SHA for 49517fd
terraform/infra/istio/label.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
kubectl create namespace core; kubectl label namespace core istio.io/dataplane-mode=ambient
3
kubectl create namespace example; kubectl label namespace example istio.io/dataplane-mode=ambient
4
-#kubectl create namespace event; kubectl label namespace event istio.io/dataplane-mode=ambient
+kubectl create namespace event; kubectl label namespace event istio.io/dataplane-mode=ambient
5
kubectl create namespace invoice; kubectl label namespace invoice istio.io/dataplane-mode=ambient
6
7
kubectl create namespace monitoring; kubectl label namespace monitoring istio.io/dataplane-mode=ambient
0 commit comments