Yesterday kubernetes v1.10.0 released - https://github.com/kubernetes/kubernetes/releases which has some api changes which causes kubectl get ns -o name to give
namespace/default
namespace/kube-public
namespace/kube-system
namespace/myproject
namespace/openshift
namespace/openshift-infra
namespace/openshift-node
instead of
namespaces/default
namespaces/kube-public
namespaces/kube-system
namespaces/myproject
namespaces/openshift
namespaces/openshift-infra
namespaces/openshift-node
which is behavior till yesterday
Yesterday kubernetes
v1.10.0released - https://github.com/kubernetes/kubernetes/releases which has some api changes which causeskubectl get ns -o nameto giveinstead of
which is behavior till yesterday