Replies: 4 comments
-
@janosmiko It's not about ARM, it already runs great on such nodes, it's about the noschedule taint. You have a variable to add custom kured config, see kube.tf, and https://kured.dev/docs/configuration/ for options. Not sure if it can resolve this, but you should search the kured repo or have a chat with gpt-4 about tolerations. You use case is independent of our project. I will move this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech this answer is useless. I wrote exactly the same in the description of the feature request. The daemonset is hardcoded. And that's the reason I asked for this feature. I really don't understand why you handle your users this harsh. You even said that you are not sure if your suggestion can solve the issue. It cannot. The solution would be to add an option to configure the tolerations of the daemonset, or to disable the installation of kured by this terraform module. Because even if I'd install it externally, if I re-apply terraform, that's going to override the custom installation.
This is not true. |
Beta Was this translation helpful? Give feedback.
-
@janosmiko I'm going to assume you were having a bad day yesterday. Thanks for the details and clarity on the daemonset. That makes sense. Please don't hesitate to submit a PR with a fix for your use case. I remain open to helping you if you have more questions. Note that this is a open-source project, we do our best to help each other. |
Beta Was this translation helpful? Give feedback.
-
FYI, we load kured via a manifest using a kustomization. Search kured in the project, you will understand. It's possible that you can modify this manifest via tweaking the kustomization. Try it. Try it, if you can make it work, I can guide you further to turn this to a PR. See the debug and contribution section in the readme, it should help. |
Beta Was this translation helpful? Give feedback.
-
Description
Hi,
I just noticed if I add a taint to a nodepool (because I run arm instances in it), kured will not run on them.
To solve this issue, I can imagine two solutions.
Beta Was this translation helpful? Give feedback.
All reactions