From ebb2f822e175d70499ca0fdea711f0d1d24a2b85 Mon Sep 17 00:00:00 2001 From: faiq Date: Wed, 1 Oct 2025 20:35:13 -0700 Subject: [PATCH] fix: instance error --- bootstrap/eks/internal/userdata/nodeadm.go | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/bootstrap/eks/internal/userdata/nodeadm.go b/bootstrap/eks/internal/userdata/nodeadm.go index 264469bb0e..bc9ca47420 100644 --- a/bootstrap/eks/internal/userdata/nodeadm.go +++ b/bootstrap/eks/internal/userdata/nodeadm.go @@ -115,22 +115,6 @@ spec: {{ Indent 6 (toYaml .ContainerdBaseRuntimeSpec) }} {{- end }} {{- end }} - {{- if .Instance }} - instance: - {{- if .Instance.LocalStorage }} - localStorage: - strategy: {{ .Instance.LocalStorage.Strategy }} - {{- with .Instance.LocalStorage.MountPath }} - mountPath: {{ . }} - {{- end }} - {{- with .Instance.LocalStorage.DisabledMounts }} - disabledMounts: - {{- range . }} - - {{ . }} - {{- end }} - {{- end }} - {{- end }} - {{- end }} --{{.Boundary}}` )