-
Notifications
You must be signed in to change notification settings - Fork 562
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
Control plane components extraArgs are non-functional #1523
Milestone
Comments
This is a bit of a quandary, though, since this may be more of a bootkube thing... so this may need to wait until the bootkube manifest customization mechanism is more formalized. |
Yeah this is something we will need in bootkube first :( |
Research:
|
andrewrynhard
changed the title
cluster.controllerManager.extraArgs appears to be non-functional
Control plane components extraArgs are non-functional
Jan 20, 2020
rsmitty
added a commit
to rsmitty/talos
that referenced
this issue
Jan 23, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close siderolabs#1523 Signed-off-by: Spencer Smith <[email protected]>
rsmitty
added a commit
to rsmitty/talos
that referenced
this issue
Jan 23, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close siderolabs#1523 Signed-off-by: Spencer Smith <[email protected]>
rsmitty
added a commit
to rsmitty/talos
that referenced
this issue
Jan 23, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close siderolabs#1523 Signed-off-by: Spencer Smith <[email protected]>
rsmitty
added a commit
that referenced
this issue
Jan 23, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close #1523 Signed-off-by: Spencer Smith <[email protected]>
andrewrynhard
pushed a commit
to andrewrynhard/talos
that referenced
this issue
Jan 27, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close siderolabs#1523 Signed-off-by: Spencer Smith <[email protected]> (cherry picked from commit aabd46e)
andrewrynhard
pushed a commit
that referenced
this issue
Jan 28, 2020
This PR aims to fix the ability to pass extra flags to control plane components. This will close #1523 Signed-off-by: Spencer Smith <[email protected]> (cherry picked from commit aabd46e)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Setting
cluster.controllerManager.extraArgs
results in those args not being added to the finaldeploy/kube-controller-manager
manifest.This is also true for
cluster.apiServer.extraArgs
.The text was updated successfully, but these errors were encountered: