You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ic: allow multi-arch clusters for AWS when feature gate enabled
This is the first step to implement multi-arch clusters for AWS: allow
users to specify a different architecture for compute nodes when the
`MultiArchInstallAWS` feature gate is enabled.
allErrs=append(allErrs, field.Invalid(poolFldPath.Child("architecture"), p.Architecture, "heteregeneous multi-arch is not supported; compute pool architecture must match control plane"))
expectedError: `^compute\[0\].architecture: Invalid value: "arm64": heteregeneous multi-arch is not supported; compute pool architecture must match control plane$`,
0 commit comments