We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kubectl ko commad can be used normally, for example, "kubectl ko nbctl show" can display switches and routers
kubeclt ko commad returns "error:connot exec into a container in p completed pod; current phase is Failed"
1.ovn-central or kube-ovn-controller state is NodeAffinity.
execute a command "kubectl ko nbctl show", returns error.
after deleting these wrong pods, the display is normal.
Kubernetes version:
Output of kubectl version:
kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.6+k3s1", GitCommit:"df033fa248bc2c9f636e4c0ff2b782cb8edbbf10", GitTreeState:"clean", BuildDate:"2021-11-04T00:25:14Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
- kube-ovn version:
1.11.0
- operation-system/kernel version: **Output of `awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release`:** **Output of `uname -r`:**
CentOS Linux 7 (Core)
<!-- Any other additional information -->
The text was updated successfully, but these errors were encountered:
changluyi
Successfully merging a pull request may close this issue.
Expected Behavior
kubectl ko commad can be used normally, for example, "kubectl ko nbctl show" can display switches and routers
Actual Behavior
kubeclt ko commad returns "error:connot exec into a container in p completed pod; current phase is Failed"
Steps to Reproduce the Problem
1.ovn-central or kube-ovn-controller state is NodeAffinity.
execute a command "kubectl ko nbctl show", returns error.
after deleting these wrong pods, the display is normal.
Additional Info
Kubernetes version:
Output of
kubectl version
:Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.6+k3s1", GitCommit:"df033fa248bc2c9f636e4c0ff2b782cb8edbbf10", GitTreeState:"clean", BuildDate:"2021-11-04T00:25:14Z", GoVersion:"go1.16.8", Compiler:"gc", Platform:"linux/amd64"}
1.11.0
CentOS Linux 7 (Core)
The text was updated successfully, but these errors were encountered: