Skip to content

Commit

Permalink
add output examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 13, 2024
1 parent c87bb25 commit 2c6ec45
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/snap/howto/storage/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,13 @@ subjects:
namespace: kube-system
```
After a moment, you should see the cloud controller manager pod was successfully deployed.

Check failure on line 354 in docs/src/snap/howto/storage/cloud.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

docs/src/snap/howto/storage/cloud.md:354:81 MD013/line-length Line length [Expected: 80; Actual: 90] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md

Check failure on line 354 in docs/src/snap/howto/storage/cloud.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

docs/src/snap/howto/storage/cloud.md:354:81 MD013/line-length Line length [Expected: 80; Actual: 90] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
```
NAME READY STATUS RESTARTS AGE
aws-cloud-controller-manager-ndbtq 1/1 Running 1 (3h51m ago) 9h
```
## Deploy the EBS CSI Driver
Now that the cloud controller manager is deployed and can communicate with AWS,
Expand Down Expand Up @@ -396,6 +403,13 @@ Once the command completes, you can verify the pods are successfully deployed:
kubectl get pods -n kube-system -l app.kubernetes.io/name=aws-ebs-csi-driver
```
```
NAME READY STATUS RESTARTS AGE
ebs-csi-controller-78bcd46cf8-5zk8q 5/5 Running 2 (3h48m ago) 8h
ebs-csi-controller-78bcd46cf8-g7l5h 5/5 Running 1 (3h48m ago) 8h
ebs-csi-node-nx6rg 3/3 Running 0 9h
```
The status of all pods should be "Running".
<!-- LINKS -->
Expand Down

0 comments on commit 2c6ec45

Please sign in to comment.