mirror of https://github.com/docker/docs.git
Update kube-deploy.md
Add `imagePullPolicy` as `Never` so that Kubernetes will use local `getting-started` image built from previous step
This commit is contained in:
parent
184fbf7a71
commit
4f95480ed3
|
@ -45,6 +45,7 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc
|
|||
containers:
|
||||
- name: bb-site
|
||||
image: getting-started
|
||||
imagePullPolicy: Never
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Reference in New Issue