rancher / rancher/support-bundle-kit

[Feature] Support custom taints toleration in agent daemon set

Open
#57 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.