-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Disable Kubelet read-only port 10255 #324
Conversation
* We can finally disable the Kubelet read-only port 10255! * Journey: #322 (comment)
As you've noticed in kubernetes-retired/bootkube#1025 the pod-checkpointer still depends on the insecurePort. For now this makes a lot of noise:
Should I just filter this in my papertrail destination for now or should I be worried? |
Yep, those logs are in my clusters too. Its noisy, but shouldn't be concerning, recovery through power-cycles has been exercised a bunch and that's where pod-checkpointer is used. I've found no issues. Going forward, this should be resolved whenever bootkube#1027 merges and a new checkpointer image gets released. If you're wanting something in the short term, you could try |
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since #324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon/typhoon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
* Updates pod-checkpointer to prefer the Kubelet secure API (before falling back to the Kubelet read-only API that is disabled on Typhoon clusters since poseidon#324) * Previously, pod-checkpointer checkpointed an initial set of pods during bootstrapping so recovery from power cycling clusters was unaffected, but logs were noisy * kubernetes-retired/bootkube#1027 * kubernetes-retired/bootkube#1025
Closes: #322