-
Notifications
You must be signed in to change notification settings - Fork 718
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
Fix duplicate fluentbitagent toleartions #5061
base: dev-v2.11
Are you sure you want to change the base?
Conversation
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
7fec92d
to
e83196b
Compare
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
e83196b
to
0ccce92
Compare
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
{{- if $isRKE2orK3S }} | ||
{{- $defaultTolerations = append $defaultTolerations (dict "key" "node-role.kubernetes.io/control-plane" "operator" "Exists" "effect" "NoSchedule") -}} | ||
{{- else }} | ||
{{- $defaultTolerations = append $defaultTolerations (dict "key" "node-role.kubernetes.io/controlplane" "operator" "Exists" "effect" "NoSchedule") -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't just include RKE1, but EKS and GKE deployments as well, but I don't know off the top of my head if this affects those types of deployments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that does as the DS managed by fluentbitagent... I have now modified the logic, and I believe it will now reflect the current behavior—using "control-plane" for the rest of the kubernetes distribution. only, thing extra "controlplane" for rke based clusters.
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
Pull Requests Rules
Never remove an already released chart!
Each Pull Request should only modify one chart with its dependencies.
Pull request title:
<action>
: 1 of (bump; remove; UnRC)Checkpoints for Chart Bumps
release.yaml
:Chart.yaml and index.yaml
:index.yaml
file has an entry for your new chart version.index.yaml
entries for each chart matches theChart.yaml
for each chart.Fill the following only if required by your manager.
Issue:
rancher/rancher#48917
Solution
set the tolerations based on the kubernetes distribution
QA Testing Considerations
Already mentioned in the above issue