File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ kubectl get pods -n spire-server
8989```
9090
9191Expected output:
92- ```
92+ ``` text
9393NAME READY STATUS RESTARTS AGE
9494spire-agent-xxxxx 1/1 Running 0 1m
9595spire-server-0 2/2 Running 0 1m
@@ -150,7 +150,7 @@ kubectl get clusterspiffeid
150150```
151151
152152Expected output:
153- ```
153+ ``` text
154154NAME AGE
155155default 10s
156156istio-ingressgateway-reg 20s
@@ -241,7 +241,7 @@ kubectl get pods -n istio-system
241241```
242242
243243Expected output:
244- ```
244+ ``` text
245245NAME READY STATUS RESTARTS AGE
246246istio-ingressgateway-xxxxxxxxxx-xxxxx 1/1 Running 0 1m
247247istiod-xxxxxxxxxx-xxxxx 1/1 Running 0 1m
@@ -397,7 +397,7 @@ istioctl proxy-config secret $POD.default -o json | \
397397```
398398
399399Expected output:
400- ```
400+ ``` text
401401 Issuer: O=foo.com
402402 Validity
403403--
@@ -417,7 +417,7 @@ istioctl proxy-config secret $POD.default -o json | \
417417```
418418
419419Expected output:
420- ```
420+ ``` text
421421 URI:spiffe://foo.com/ns/default/sa/httpbin
422422```
423423
@@ -433,7 +433,7 @@ istioctl proxy-config secret $POD.istio-system -o json | \
433433```
434434
435435Expected output:
436- ```
436+ ``` text
437437 URI:spiffe://foo.com/ns/istio-system/sa/istio-ingressgateway-service-account
438438```
439439
You can’t perform that action at this time.
0 commit comments