From 7c5ee0349aee8d7ff4791a7d252a527eaa09460a Mon Sep 17 00:00:00 2001 From: Emilia Desch Date: Mon, 13 Oct 2025 16:55:08 +0200 Subject: [PATCH] Add: enable nodeip-configuration for platform external --- templates/common/_base/units/nodeip-configuration.service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_base/units/nodeip-configuration.service.yaml b/templates/common/_base/units/nodeip-configuration.service.yaml index 1bef6803ea..0a058f7fe1 100644 --- a/templates/common/_base/units/nodeip-configuration.service.yaml +++ b/templates/common/_base/units/nodeip-configuration.service.yaml @@ -1,7 +1,7 @@ # NOTE: When making changes to this service, be sure they are replicated in the # VSphere-specific service in templates/common/[vsphere|kubevirt]/units name: nodeip-configuration.service -enabled: {{if or (eq .Infra.Status.PlatformStatus.Type "None") (and (eq .Infra.Status.ControlPlaneTopology "SingleReplica") (eq (cloudProvider .) "external")) }}true{{else}}false{{end}} +enabled: {{if or (eq .Infra.Status.PlatformStatus.Type "None") (eq .Infra.Status.PlatformStatus.Type "External") (and (eq .Infra.Status.ControlPlaneTopology "SingleReplica") (eq (cloudProvider .) "external")) }}true{{else}}false{{end}} contents: | [Unit] Description=Writes IP address configuration so that kubelet and crio services select a valid node IP