Skip to content

Commit ebfa1cc

Browse files
committed
Fix code block rendering: specify 'text' language for output blocks
1 parent 9ebe824 commit ebfa1cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/posts/20251020-istio-spire-integration-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ kubectl get pods -n spire-server
8989
```
9090

9191
Expected output:
92-
```
92+
```text
9393
NAME READY STATUS RESTARTS AGE
9494
spire-agent-xxxxx 1/1 Running 0 1m
9595
spire-server-0 2/2 Running 0 1m
@@ -150,7 +150,7 @@ kubectl get clusterspiffeid
150150
```
151151

152152
Expected output:
153-
```
153+
```text
154154
NAME AGE
155155
default 10s
156156
istio-ingressgateway-reg 20s
@@ -241,7 +241,7 @@ kubectl get pods -n istio-system
241241
```
242242

243243
Expected output:
244-
```
244+
```text
245245
NAME READY STATUS RESTARTS AGE
246246
istio-ingressgateway-xxxxxxxxxx-xxxxx 1/1 Running 0 1m
247247
istiod-xxxxxxxxxx-xxxxx 1/1 Running 0 1m
@@ -397,7 +397,7 @@ istioctl proxy-config secret $POD.default -o json | \
397397
```
398398

399399
Expected 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

419419
Expected 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

435435
Expected output:
436-
```
436+
```text
437437
URI:spiffe://foo.com/ns/istio-system/sa/istio-ingressgateway-service-account
438438
```
439439

0 commit comments

Comments
 (0)