Skip to content

Commit 26f238f

Browse files
committed
fix: EKS CRD mode enum
1 parent 0ad5295 commit 26f238f

File tree

3 files changed

+449
-472
lines changed

3 files changed

+449
-472
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@ const (
441441
KubeProxyModeDisabled KubeProxyMode = "disabled"
442442
)
443443

444+
// KubeProxy defines the configuration for kube-proxy.
445+
// This struct is shared across all providers, but EKS only supports the disabled mode.
446+
// The CRD is updated manually to reflect this.
444447
type KubeProxy struct {
445448
// Mode specifies the mode for kube-proxy:
446449
// - iptables means that kube-proxy is installed in iptables mode.

0 commit comments

Comments
 (0)