Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

namespaces "kube-system" already exists #1

Open
jalbstmeijer opened this issue Jul 11, 2016 · 1 comment
Open

namespaces "kube-system" already exists #1

jalbstmeijer opened this issue Jul 11, 2016 · 1 comment

Comments

@jalbstmeijer
Copy link

jalbstmeijer commented Jul 11, 2016

Had to comment creation of the namespace

# create the kube-system
# kubectl create -f "${KUBE_ROOT}/cluster/mesos/docker/kube-system-ns.yaml"

may be add something like this:

kubectl get ns kube-system /dev/null

if [ $? != 0; then
   # create the kube-system
   kubectl create -f "${KUBE_ROOT}/cluster/mesos/docker/kube-system-ns.yaml"
else
   echo namespace kube-system exists
fi
@sebgoa
Copy link
Member

sebgoa commented Jul 11, 2016

yes, correct. I should document that properly and/or change the makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants