example-voting-app
example-voting-app copied to clipboard
Delete vote-namespace.yml
I suggest to remove the namespace deployment file. This file is aborting the deployment because "vote" namespace is manually created according to the documentation from the readme https://github.com/dockersamples/example-voting-app#readme
`` First create the vote namespace copy-paste of the current guide: $ kubectl create namespace vote Run the following command to create the deployments and services objects:
$ kubectl create -f k8s-specifications/ .... ``