Skip to content

How can I create a deployment from a local image in the rancher cluster? #6787

Answered by mook-as
GersonTrj asked this question in Q&A
Discussion options

You must be logged in to vote

Note that if your image is using the (default) latest tag, Kubernetes will by default try to pull the image every time it starts (leading to a failure to pull the image); please try with a different tag (i.e. docker build -t testapp:something .) instead. Alternatively, set a ImagePullPolicy that isn't always. Please refer to upstream Kubernetes documentation for details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GersonTrj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants