Skip to content

Commit 812a59b

Browse files
authored
Merge pull request #44885 from pedantic-git/patch-1
Edit docker-specific image name
2 parents fcb609d + 5f0c60e commit 812a59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/update/update-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>Update the version of the app</h3>
133133
and look for the <code>Image</code> field:</p>
134134
<p><code><b>kubectl describe pods</b></code></p>
135135
<p>To update the image of the application to version 2, use the <code>set image</code> subcommand, followed by the deployment name and the new image version:</p>
136-
<p><code><b>kubectl set image deployments/kubernetes-bootcamp kubernetes-bootcamp=jocatalin/kubernetes-bootcamp:v2</b></code></p>
136+
<p><code><b>kubectl set image deployments/kubernetes-bootcamp kubernetes-bootcamp=docker.io/jocatalin/kubernetes-bootcamp:v2</b></code></p>
137137
<p>The command notified the Deployment to use a different image for your app and initiated a rolling update. Check the status of the new Pods, and view the old one terminating with the <code>get pods</code> subcommand:</p>
138138
<p><code><b>kubectl get pods</b></code></p>
139139
</div>

0 commit comments

Comments
 (0)