Skip to content

Commit 072e7ed

Browse files
committed
Handling of AWS instances in code blocks.
1 parent aa46aa7 commit 072e7ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

latest/ug/ml/ml-realtime-inference-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ helm install aws-load-balancer-controller eks/aws-load-balancer-controller \
10541054

10551055
The expected output should look like this:
10561056

1057-
[source]
1057+
[source,bash,subs="verbatim,attributes"]
10581058
----
10591059
NAME: aws-load-balancer-controller
10601060
LAST DEPLOYED: Wed Jul 9 15:03:31 2025

latest/ug/storage/fsx-csi-tuning-efa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ managedNodeGroups:
575575

576576
SSH into node:
577577

578-
[source,bash]
578+
[source,bash,subs="verbatim,quotes"]
579579
----
580580
# Get instance ID from EKS console or {aws} CLI
581581
ssh -i /path/to/your-key.pem ec2-user@<node-internal-ip>

0 commit comments

Comments
 (0)