Skip to content

Commit b28e02e

Browse files
author
Mano Marks
authored
Merge pull request dockersamples#124 from lucj/master
Add instruction to add namespace for k8s deployment
2 parents 4e0a1e0 + 305674a commit b28e02e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Run the app in Kubernetes
5656

5757
The folder k8s-specifications contains the yaml specifications of the Voting App's services.
5858

59+
First create the vote namespace
60+
61+
```
62+
$ kubectl create namespace vote
63+
``
64+
5965
Run the following command to create the deployments and services objects:
6066
```
6167
$ kubectl create -f k8s-specifications/

0 commit comments

Comments
 (0)