Merge pull request #1397 from bboreham/kubeadm-sample-namespace2

Ensure namespace is created first in microservices-demo
This commit is contained in:
Lucas Käldström
2016-10-10 18:51:48 +03:00
committed by GitHub
+1 -1
View File
@@ -178,7 +178,7 @@ As an example, install a sample microservices application, a socks shop, to put
To learn more about the sample microservices app, see the [GitHub README](https://github.com/microservices-demo/microservices-demo).
# git clone https://github.com/microservices-demo/microservices-demo
# kubectl apply -f microservices-demo/deploy/kubernetes/manifests
# kubectl apply -f microservices-demo/deploy/kubernetes/manifests/sock-shop-ns.yml -f microservices-demo/deploy/kubernetes/manifests
You can then find out the port that the [NodePort feature of services](/docs/user-guide/services/) allocated for the front-end service by running: