Skip to content

Commit

Permalink
Add pod.yaml to user-guide
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikhita committed Jul 9, 2018
1 parent e943d09 commit 11cb195
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/fixtures/doc-yaml/user-guide/pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80

0 comments on commit 11cb195

Please sign in to comment.