Skip to content
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

Add priorityClassName to events statefulset #1006

Merged
merged 2 commits into from
Oct 15, 2020

Conversation

sumo-drosiek
Copy link
Contributor

Description

Add priorityClassName to events statefulset

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@sumo-drosiek sumo-drosiek requested review from a team, frankreno, samjsong, vsinghal13, perk-sumo, andrzej-stencel and pmalek-sumo and removed request for a team October 14, 2020 12:30
@sumo-drosiek sumo-drosiek linked an issue Oct 14, 2020 that may be closed by this pull request
@perk-sumo perk-sumo added this to the v2.0 milestone Oct 14, 2020
@sumo-drosiek sumo-drosiek force-pushed the drosiek-events-priority-class-name branch from be47f2b to 21c7713 Compare October 14, 2020 12:54
Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sumo-drosiek sumo-drosiek force-pushed the drosiek-events-priority-class-name branch from 21c7713 to 15a851b Compare October 14, 2020 12:58
@sumo-drosiek sumo-drosiek force-pushed the drosiek-events-priority-class-name branch from d6a80dc to 9ffe539 Compare October 14, 2020 13:03
@@ -24,8 +24,8 @@ Parameter | Description | Default
`sumologic.endpoint` | Sumo API endpoint; Leave blank for automatic endpoint discovery and redirection. | `Nil`
`sumologic.collectorName` | The name of the Sumo Logic collector that will be created in the SetUp job. Defaults to `clusterName` if not specified. | `Nil`
`sumologic.clusterName` | An identifier for the Kubernetes cluster. | `kubernetes`
`sumologic.httpProxy` | HTTP proxy URL | ``
`sumologic.httpsProxy` | HTTPS proxy URL | ``
`sumologic.httpProxy` | HTTP proxy URL | `Nil`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Nil? Isn't an empty string a better value for this? i.e. ""?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using Nil as empty string across all file

@sumo-drosiek sumo-drosiek merged commit 1ca2d32 into master Oct 15, 2020
@sumo-drosiek sumo-drosiek deleted the drosiek-events-priority-class-name branch October 15, 2020 09:59
sumo-drosiek added a commit that referenced this pull request Oct 15, 2020
* Add priorityClassName to events statefulset

* Update options in README.md
sumo-drosiek added a commit that referenced this pull request Oct 15, 2020
* Add priorityClassName to events statefulset

* Update options in README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose priority class name for fluentd event pod
4 participants