File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7474 kubectl -n istio-operator get all
7575 kubectl -n istio-system get all
7676 kubectl -n prod get all
77+ kubectl -n prod describe deployment backend
78+ kubectl -n prod logs -l app=backend --all-containers=true
Original file line number Diff line number Diff line change 4343 cat istio/system/istio.yaml | yq e '. | select(.kind == "HelmRelease" and .metadata.name =="istiod") | .spec.values' - > values.yaml
4444 VERSION=$(cat clusters/my-cluster/istio-version.yaml | yq e '.data.version' -)
4545 helm repo add istio $URI
46- helm template -f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio-sidecar-injector") | .data.config' - > injector.yaml
47- helm template -f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio") | .data.mesh' - > mesh.yaml
48- helm template -f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio-sidecar-injector") | .data.values' - > inj-values.yaml
46+ helm template -n istio-system - f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio-sidecar-injector") | .data.config' - > injector.yaml
47+ helm template -n istio-system - f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio") | .data.mesh' - > mesh.yaml
48+ helm template -n istio-system - f values.yaml --version $VERSION istiod istio/istiod | yq e '.| select(.kind == "ConfigMap" and .metadata.name == "istio-sidecar-injector") | .data.values' - > inj-values.yaml
4949
5050 python -m pip install jsonpatch
5151
Original file line number Diff line number Diff line change 5151 name : istio
5252 interval : 1h0m0s
5353 values :
54+ global :
55+ istioNamespace : istio-system
5456 pilot :
5557 autoscaleEnabled : false
5658 resources :
You can’t perform that action at this time.
0 commit comments