Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
bliemli committed Jun 18, 2019
1 parent 9a7594c commit 9cabde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/34_renew_certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Check if the server certificate has been replaced:
11. Check if the master-nodes are READY:
```
[ec2-user@master0 ~]$ oc get node
[ec2-user@master0 ~]$ for i in `oc get nodes -o jsonpath=$'{range .items[*]}{.metadata.name}\n{end}'` | grep master; do oc get --raw /api/v1/nodes/$i/proxy/healthz; echo -e "\t$i"; done
[ec2-user@master0 ~]$ for i in `oc get nodes -o jsonpath=$'{range .items[*]}{.metadata.name}\n{end}' | grep master`; do oc get --raw /api/v1/nodes/$i/proxy/healthz; echo -e "\t$i"; done
```


Expand Down

0 comments on commit 9cabde1

Please sign in to comment.