Commit ee6957c3 authored by David Oppenheimer's avatar David Oppenheimer

Merge pull request #11422 from vsimon/vsimon-patch-2

Fix docs typo
parents 2be3fc3e 52cff02e
...@@ -109,7 +109,7 @@ example, run these on your desktop/laptop: ...@@ -109,7 +109,7 @@ example, run these on your desktop/laptop:
1. view `$HOME/.dockercfg` in an editor to ensure it contains just the credentials you want to use. 1. view `$HOME/.dockercfg` in an editor to ensure it contains just the credentials you want to use.
1. get a list of your nodes 1. get a list of your nodes
- for example: `nodes=$(kubectl get nodes -o template --template='{{range.items}}{{.metadata.name}} {{end}}')` - for example: `nodes=$(kubectl get nodes -o template --template='{{range.items}}{{.metadata.name}} {{end}}')`
1. copy your local `.dockercfg` to the home directory of roon on each node. 1. copy your local `.dockercfg` to the home directory of root on each node.
- for example: `for n in $nodes; do scp ~/.dockercfg root@$n:/root/.dockercfg; done` - for example: `for n in $nodes; do scp ~/.dockercfg root@$n:/root/.dockercfg; done`
Verify by creating a pod that uses a private image, e.g.: Verify by creating a pod that uses a private image, e.g.:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment