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 priority class to FluentBit type #146

Merged
merged 4 commits into from Oct 8, 2021

Conversation

bojand
Copy link
Member

@bojand bojand commented Sep 26, 2021

Adds PriorityClassName property to FluentBit type which translates to PriorityClassName within the fluent bit daemonset.

Signed-off-by: Bojan <dbojan@gmail.com>
Signed-off-by: Bojan <dbojan@gmail.com>
Signed-off-by: Bojan <dbojan@gmail.com>
docs/crd.md Outdated
@@ -159,6 +159,7 @@ FluentBitSpec defines the desired state of FluentBit
| fluentBitConfigName | Fluentbitconfig object associated with this Fluentbit | string |
| secrets | The Secrets are mounted into /fluent-bit/secrets/<secret-name>. | []string |
| runtimeClassName | The runtimeClassName represents the container runtime configuration. | string |
| runtimeClassName | The priorityClassName represents the pod's priority. | string |
Copy link
Member

Choose a reason for hiding this comment

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

runtimeClassName should be priorityClassName?

Signed-off-by: Bojan <dbojan@gmail.com>
@benjaminhuo benjaminhuo merged commit 0238e88 into fluent:master Oct 8, 2021
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.

None yet

3 participants