-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
deploy kwok in kind, it will cause kindnet CrashLoopBackOff #819
Comments
This is a known, problem with kindnet hanging because the pod's hostIP is not an actual node. |
/close |
@wzshiming: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…es-sigs#819 Update the README.md in the kwok helm chart to pass the job pull-kwok-verify-main update the comment
Make the kwok chart support `hostNetwork` to avoid the issue #819
How to use it?
What happened?
Then kindnet pod continually crash:
-> % k get pod -nkube-system NAME READY STATUS RESTARTS AGE coredns-5d78c9869d-65mx5 1/1 Running 0 3d13h coredns-5d78c9869d-8kb9d 1/1 Running 0 3d13h etcd-learn-control-plane 1/1 Running 0 3d13h kindnet-cb8qp 0/1 CrashLoopBackOff 5 (107s ago) 3d13h kindnet-pcq7k 1/1 Running 0 65m kube-apiserver-learn-control-plane 1/1 Running 0 3d13h kube-controller-manager-learn-control-plane 1/1 Running 0 3d13h kube-proxy-l55zl 1/1 Running 0 65m kube-proxy-nr5ww 1/1 Running 0 3d13h kube-scheduler-learn-control-plane 1/1 Running 0 3d13h kwok-controller-64bfb797f9-hp7qd 1/1 Running 0 5m52s metrics-server-7fccf7886-ktxql 1/1 Running 0 2d17h
The log:
What did you expect to happen?
Everything works fine
How can we reproduce it (as minimally and precisely as possible)?
As described above
Anything else we need to know?
Kwok version
OS version
On Darwin:
$ uname -a
paste output here
On Windows:
C:> wmic os get Caption, Version, BuildNumber, OSArchitecture
paste output here
-> % uname -a
Linux pve 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: