-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor agent tolerations for null case and update related changelog
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
...n/enhance-agent-daemonset-toleration.yaml → .../refactor-agent-daemonset-toleration.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
change_type: breaking | ||
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other) | ||
component: agent | ||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Make it so the default tolerations used to deploy the agent collector account for k8s distribution | ||
# One or more tracking issues related to the change | ||
issues: [1562] | ||
issues: [1562,1572] | ||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: OpenShift infra nodes and AKS system nodes will now be monitored by the agent by default | ||
subtext: | | ||
The agent collector now adjusts default tolerations based on Kubernetes distributions. | ||
OpenShift infra nodes and AKS system nodes are included in default monitoring. | ||
Default tolerations are applied when `tolerations: []` is set, instead of being explicitly defined in `values.yaml`. | ||
To disable default tolerations (previously settable using the value `tolerations: []`), now only use the values `tolerations:` or `tolerations: null`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters