rancher / rancher/support-bundle-kit
[Feature] Support custom taints toleration in agent daemon set
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24
- Forks
- 43
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 6
Description
The current taints toleration are only for Harvester use. It would be nice to support configuring these taints.
Tolerations: []corev1.Toleration{
{
Key: types.KubevirtDrainKey,
Operator: corev1.TolerationOpExists,
},
{
Key: corev1.TaintNodeUnschedulable,
Operator: corev1.TolerationOpExists,
Effect: corev1.TaintEffectNoSchedule,
},
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with pkg/manager/agent.go around lines 70-79 and trace how the agent DaemonSet is constructed and configured. Determine where custom taints tolerations should be supplied, then verify that the DaemonSet uses the configured values instead of only the current Harvester tolerations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100