Skip to content

Commit

Permalink
Merge pull request kubernetes#4374 from ghodss/update-walkthrough
Browse files Browse the repository at this point in the history
Update walkthrough to support kubectl create
  • Loading branch information
saad-ali committed Feb 12, 2015
2 parents 0a2d713 + b10bd7c commit 8557cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/walkthrough/pod1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1beta1
kind: Pod
id: www
desiredState:
manifest:
Expand Down
1 change: 1 addition & 0 deletions examples/walkthrough/pod2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1beta1
kind: Pod
id: storage
desiredState:
manifest:
Expand Down

0 comments on commit 8557cd6

Please sign in to comment.