Merge pull request #15360 from minhtaile2712/patch-1

Update kube-deploy.md
This commit is contained in:
Craig Osterhout 2022-09-27 16:25:35 -07:00 committed by GitHub
commit 4f7d891271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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