Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
52cff02e
Commit
52cff02e
authored
Jul 16, 2015
by
Vicken Simonian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs typo
parent
5124a158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
images.md
docs/user-guide/images.md
+1
-1
No files found.
docs/user-guide/images.md
View file @
52cff02e
...
@@ -99,7 +99,7 @@ example, run these on your desktop/laptop:
...
@@ -99,7 +99,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 roo
n
on each node.
1.
copy your local
`.dockercfg`
to the home directory of roo
t
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.:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment