example-voting-app icon indicating copy to clipboard operation
example-voting-app copied to clipboard

Delete vote-namespace.yml

Open manuelbcd opened this issue 3 years ago • 0 comments

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/ .... ``

manuelbcd avatar Jun 14 '22 22:06 manuelbcd