Open Issues Need Help
View All on GitHubKamaji is the Hosted Control Plane Manager for Kubernetes.
AI Summary: Update the default `kubelet-preferred-address-types` in Kamaji's `TenantControlPlane` and `KamajiControlPlane` specifications from `Hostname,InternalIP,ExternalIP` to `InternalIP,ExternalIP,Hostname` to prioritize internal IP addresses for more reliable kubelet connectivity, improving robustness and reducing reliance on external DNS resolution.
Kamaji is the Hosted Control Plane Manager for Kubernetes.
AI Summary: The task is to modify the Kamaji operator to display the actual Kubernetes version (from `status.version`) in the `kubectl get kamajicontrolplane` and/or `kubectl get tcp` output, instead of the requested version (from `spec.version`). Consider adding a separate `INSTALLEDVERSION` column for clarity, addressing potential confusion when the requested and actual versions differ. This improvement would enhance user experience and troubleshooting capabilities.
Kamaji is the Hosted Control Plane Manager for Kubernetes.