fabric8io / fabric8-console

Angular 1.x console for fabric8
28 stars 27 forks source link

create new Team in the console is currently a little broken #233

Open jstrachan opened 8 years ago

jstrachan commented 8 years ago

for now the best option is to create and switch to the new namespace in kubectl and then run gofabric8 deploy.

e.g.

kubectl create namespace cheese
kubectl config set-context `kubectl config current-context` --namespace=cheese
gofabric8 deploy