Skip to content

docs: set apiServer.extraArgs.enable-aggregator-routing #11200

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Blarc
Copy link
Contributor

@Blarc Blarc commented Jun 11, 2025

If you are not running kube-proxy on a host running the API server, then you must make sure that the system is enabled with the following kube-apiserver flag -https://kubernetes.io/docs/tasks/extend-kubernetes/configure-aggregation-layer/.

Pull Request

What? (description)

Why? (reasoning)

Acceptance

Please use the following checklist:

  • you linked an issue (if applicable)
  • you included tests (if applicable)
  • you ran conformance (make conformance)
  • you formatted your code (make fmt)
  • you linted your code (make lint)
  • you generated documentation (make docs)
  • you ran unit-tests (make unit-tests)

See make help for a description of the available targets.

…deploying without kube-proxy

If you are not running kube-proxy on a host running the API server, then you must make sure that the system is enabled with the following kube-apiserver flag -https://kubernetes.io/docs/tasks/extend-kubernetes/configure-aggregation-layer/.

Signed-off-by: Jakob Maležič <36704759+Blarc@users.noreply.github.com>
@smira
Copy link
Member

smira commented Jun 11, 2025

But this is only applicable if you want to use aggregation layer, and most people do not use this I guess?

And those who do want to use it, should be comfortable setting this up correctly?

@Blarc
Copy link
Contributor Author

Blarc commented Jun 11, 2025

Hey @smira,

I just think it would be maybe wise to mention this somewhere. I needed to add this in order for cert-manager to start working. I'd think a lot of people use cert-manager.

@smira
Copy link
Member

smira commented Jun 12, 2025

I just think it would be maybe wise to mention this somewhere. I needed to add this in order for cert-manager to start working. I'd think a lot of people use cert-manager.

Probably yes, not sure if this is the right place/context, as otherwise we end up rebuilding Cilium/cert-manager docs in Talos

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.

2 participants