Open jstrachan opened 8 years ago
for now the best option is to create and switch to the new namespace in kubectl and then run gofabric8 deploy.
gofabric8 deploy
e.g.
kubectl create namespace cheese kubectl config set-context `kubectl config current-context` --namespace=cheese gofabric8 deploy
for now the best option is to create and switch to the new namespace in kubectl and then run
gofabric8 deploy
.e.g.