-
Notifications
You must be signed in to change notification settings - Fork 294
Using APIServerFlags? #1136
Comments
Me too @kylegoch, I want to add these flag so API extensions work, and that setting work. I couldn't find any mapping from
|
I found the way to use .APIServerFlags. You can use it with kube-aws plugins.
|
I'm using 0.9.9.
|
Could we generate a ca in addation to the ca.pem for everything that need to use API aggregator, as per : kubernetes-sigs/metrics-server#22 ? I'm not sure it is related but i'm trying to use the AWS service catalog and catalog api server also needs the |
Definitely yes! I believe I have not documented about the feature at all. Wondering and impressed to see @ktateish managed to use it 👍 FYI:
|
@ArchiFleKs We don't have a feature to instruct kube-aws to generate arbitrary certs and keys according the configuration, if that's what you're asking for. But I definitely see a value to it! Would you mind raising a dedicate feature request for that? Anyway, you'd need to generate your certs and keys on your own by running openssl or cfssl or so. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I saw this:
https://github.com/kubernetes-incubator/kube-aws/blob/226827e26fc76df62ab94333dc3b1b7bbeb769cd/core/controlplane/config/templates/cloud-config-controller#L2088
And was wondering where exactly I could set these extra APIServer Flags. The documentation doesnt make mention of them at all, so I wasnt sure.
Thanks!
The text was updated successfully, but these errors were encountered: