make gen and snips

This commit is contained in:
Lin Sun 2024-04-22 10:04:23 -04:00
parent 1788f2993f
commit 6f839d5700
2 changed files with 22 additions and 24 deletions

View File

@ -114,14 +114,14 @@ four components (including {{< gloss "ztunnel" >}}ztunnel{{< /gloss >}}) have be
{{< text bash >}}
$ kubectl get pods,daemonset -n istio-system
NAME READY STATUS RESTARTS AGE
istio-cni-node-zq94l 1/1 Running 0 2m7s
istio-ingressgateway-56b9cb5485-ksnvc 1/1 Running 0 2m7s
istiod-56d848857c-mhr5w 1/1 Running 0 2m9s
ztunnel-srrnm 1/1 Running 0 2m5s
pod/istio-cni-node-zq94l 1/1 Running 0 2m7s
pod/istio-ingressgateway-56b9cb5485-ksnvc 1/1 Running 0 2m7s
pod/istiod-56d848857c-mhr5w 1/1 Running 0 2m9s
pod/ztunnel-srrnm 1/1 Running 0 2m5s
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
daemonset.apps/istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
daemonset.apps/ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
{{< /text >}}
{{< /tab >}}
@ -131,13 +131,13 @@ ztunnel 1 1 1 1 1 kubernetes
{{< text bash >}}
$ kubectl get pods,daemonset -n istio-system
NAME READY STATUS RESTARTS AGE
istio-cni-node-zq94l 1/1 Running 0 2m15s
istiod-56d848857c-mhr5w 1/1 Running 0 2m23s
ztunnel-srrnm 1/1 Running 0 2m9s
pod/istio-cni-node-zq94l 1/1 Running 0 2m15s
pod/istiod-56d848857c-mhr5w 1/1 Running 0 2m23s
pod/ztunnel-srrnm 1/1 Running 0 2m9s
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
daemonset.apps/istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
daemonset.apps/ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
{{< /text >}}
{{< /tab >}}

View File

@ -39,15 +39,14 @@ kubectl get pods,daemonset -n istio-system
! IFS=$'\n' read -r -d '' snip_download_and_install_7_out <<\ENDSNIP
NAME READY STATUS RESTARTS AGE
istio-cni-node-zq94l 1/1 Running 0 2m7s
istio-ingressgateway-56b9cb5485-ksnvc 1/1 Running 0 2m7s
istiod-56d848857c-mhr5w 1/1 Running 0 2m9s
ztunnel-srrnm 1/1 Running 0 2m5s
pod/istio-cni-node-zq94l 1/1 Running 0 2m7s
pod/istio-ingressgateway-56b9cb5485-ksnvc 1/1 Running 0 2m7s
pod/istiod-56d848857c-mhr5w 1/1 Running 0 2m9s
pod/ztunnel-srrnm 1/1 Running 0 2m5s
kubectl get daemonset -n istio-system
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
daemonset.apps/istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
daemonset.apps/ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
ENDSNIP
snip_download_and_install_8() {
@ -56,14 +55,13 @@ kubectl get pods,daemonset -n istio-system
! IFS=$'\n' read -r -d '' snip_download_and_install_8_out <<\ENDSNIP
NAME READY STATUS RESTARTS AGE
istio-cni-node-zq94l 1/1 Running 0 2m15s
istiod-56d848857c-mhr5w 1/1 Running 0 2m23s
ztunnel-srrnm 1/1 Running 0 2m9s
pod/istio-cni-node-zq94l 1/1 Running 0 2m15s
pod/istiod-56d848857c-mhr5w 1/1 Running 0 2m23s
pod/ztunnel-srrnm 1/1 Running 0 2m9s
kubectl get daemonset -n istio-system
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
daemonset.apps/istio-cni-node 1 1 1 1 1 kubernetes.io/os=linux 2m16s
daemonset.apps/ztunnel 1 1 1 1 1 kubernetes.io/os=linux 2m10s
ENDSNIP
snip_deploy_the_sample_application_1() {