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
v1.10.0
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
kubectl get ns -o name
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
The text was updated successfully, but these errors were encountered:
fix(arquillian#1029): update test to work with kubectl v1.10.0
47181e0
fix(#1029): update test to work with kubectl v1.10.0 (#1030)
c1886f9
dipak-pawar
No branches or pull requests
Yesterday kubernetes
v1.10.0
released - https://github.com/kubernetes/kubernetes/releases which has some api changes which causeskubectl get ns -o name
to giveinstead of
which is behavior till yesterday
The text was updated successfully, but these errors were encountered: