You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working ControlPlane deployed with Kamaji. The controlplane endpoint is provided with an Ingress resource. If that Ingress hostname is modified, all related resources are updated accordingly except from the kubeconfig server field. This issue can be in some way related to #734 .
Kamaji Version
The bug can be reproduced with edge-25.3.2 version.
Current behaviour
Kamaji reconciler process in not modifying all required resources when the ingress hostname changes. The Ingress resource is updated with all the related certificates. However, kubeconfig server parameter is not updated.
Expected behaviour
admin-kubeconfig must be updated/recreated when the Ingress resource is modified.