mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Add pod.yaml to user-guide
This is referenced in k/community for an example on how to run Kubernetes locally. It was removed earlier since it was thought as not used.
This commit is contained in:
parent
e943d09fa3
commit
11cb1957c4
12
test/fixtures/doc-yaml/user-guide/pod.yaml
vendored
Normal file
12
test/fixtures/doc-yaml/user-guide/pod.yaml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nginx
|
||||
labels:
|
||||
app: nginx
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
ports:
|
||||
- containerPort: 80
|
Loading…
Reference in New Issue
Block a user