Skip to content

namespaces "kube-system" already exists #1

@jalbstmeijer

Description

@jalbstmeijer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions