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

Adapt SANs doc from MKE 3 #244

Open
byDimasik opened this issue Nov 26, 2024 · 0 comments
Open

Adapt SANs doc from MKE 3 #244

byDimasik opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
Docs-B Should Do

Comments

@byDimasik
Copy link
Collaborator

In MKE 3 docs, we had this page describing how to add SANs to MKE certs - https://docs.mirantis.com/mke/3.7/ops/administer-cluster/add-sans-to-cluster-certs.html

In MKE 4, we need a revamped version of this doc since not all things work the same way.

In MKE 4, there are 2 places where users can set SANs

  1. Kubernetes API server serving cert
  2. MKE UI TLS cert

To append SANs to the Kube API server, simply add them to the config file

spec:
  apiServer:
    sans:
    - san1.com
    - san2.com

and run mkectl apply.

This will only update the SANs of the Kube API server.

We currently do not support adding SANs to MKE UI TLS certs, therefore the only way to have a desired list of sans is by issuing your own TLS cert for ingress controller and using it as described in this doc - #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs-B Should Do
Projects
None yet
Development

No branches or pull requests

3 participants