mirror of https://github.com/docker/docs.git
Merge pull request #15360 from minhtaile2712/patch-1
Update kube-deploy.md
This commit is contained in:
commit
4f7d891271
|
@ -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