Преглед на файлове

Add instruction to add namespace

Luc Juggery преди 6 години
родител
ревизия
5d355dbd80
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -56,6 +56,12 @@ Run the app in Kubernetes
 
 The folder k8s-specifications contains the yaml specifications of the Voting App's services.
 
+First create the vote namespace
+
+```
+$ kubectl create namespace vote
+``
+
 Run the following command to create the deployments and services objects:
 ```
 $ kubectl create -f k8s-specifications/