This commit is contained in:
Enrico Candino
2026-08-12 17:26:54 +02:00
parent ac2a1a5400
commit 5536155f58
+2
View File
@@ -57,6 +57,7 @@ func (c *ClusterReconciler) ensureHCPKubernetesEndpointSlice(ctx context.Context
}
portStr := cmp.Or(url.Port(), "443")
port, err := strconv.Atoi(portStr)
if err != nil {
return err
@@ -151,6 +152,7 @@ func (c *ClusterReconciler) ensureHCPKubernetesEndpoints(ctx context.Context, cl
}
portStr := cmp.Or(url.Port(), "443")
port, err := strconv.Atoi(portStr)
if err != nil {
return err