-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: windows node pool creation #1313
base: main
Are you sure you want to change the base?
Conversation
Able to deploy the windows node pool. Fail to run windows containers on the nodes due to the following issue: |
Quality Gate passedIssues Measures |
cd7ccbb
to
abceddd
Compare
Quality Gate passedIssues Measures |
|
||
# Logging level | ||
logging_level = "Information" |
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.
Should be back to Information before merging
@@ -568,6 +568,24 @@ variable "fluent_bit" { | |||
default = {} | |||
} | |||
|
|||
variable "fluent_bit_windows" { | |||
description = "Fluent bit configuration windows" | |||
type = object({ |
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.
Shouldn't the whole object be optional ?
This is to support the creation of a windows node pool to be able to execute the control_plane and the compute plane on windows