From d00426cfc299bf5a9f15f2cbf860582cac954460 Mon Sep 17 00:00:00 2001 From: Zexi Li Date: Wed, 1 Apr 2026 17:07:24 +0800 Subject: [PATCH] feat: feature-config-pod AI only --- pkg/service-init/component/yunoinconf.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/service-init/component/yunoinconf.go b/pkg/service-init/component/yunoinconf.go index 8f61eddc1..62a4db821 100644 --- a/pkg/service-init/component/yunoinconf.go +++ b/pkg/service-init/component/yunoinconf.go @@ -271,7 +271,7 @@ func (pc *yunionconfPC) SystemInit(oc *v1alpha1.OnecloudCluster) error { setupKeysEdge := []string{ "onecloud", "onestack", - "pod", + // "pod", "baremetal", "lb", FEAT_VMWARE, @@ -280,7 +280,7 @@ func (pc *yunionconfPC) SystemInit(oc *v1alpha1.OnecloudCluster) error { setupKeysLightEdge := []string{ "onecloud", "onestack", - "pod", + // "pod", } setupKeysBaremetal := []string{ "onecloud",