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

Reconcile api-server certificates #640

Closed
kvaps opened this issue Nov 29, 2024 · 1 comment · Fixed by #641
Closed

Reconcile api-server certificates #640

kvaps opened this issue Nov 29, 2024 · 1 comment · Fixed by #641
Assignees
Labels
bug Something isn't working

Comments

@kvaps
Copy link
Contributor

kvaps commented Nov 29, 2024

If the hostname has been changed:

spec:
  controlPlane:
    ingress:
      hostname: kubernetes-xxx.1k8sxxxk8s2.example.com:443
  networkProfile:
    certSANs:
    - kubernetes-xxx.1ksxxx.k8s2.example.com:443

Kamaji does not reconcile the certificates accordingly. However, I was able to remove the certificate manually, after which it was successfully reconciled:

k delete secret -n tenant-1k8sxxx kubernetes-xxx-api-server-certificate
@prometherion
Copy link
Member

Thanks for reporting, Andrei, we could consider this as a sort of bug since it's pretty annoying!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants