We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf7826 commit 379c4c5Copy full SHA for 379c4c5
nodeadm/internal/api/validation.go
@@ -17,7 +17,7 @@ func ValidateNodeConfig(cfg *NodeConfig) error {
17
}
18
if enabled := cfg.Spec.Cluster.EnableOutpost; enabled != nil && *enabled {
19
if cfg.Spec.Cluster.ID == "" {
20
- return fmt.Errorf("CIDR is missing in cluster configuration")
+ return fmt.Errorf("cluster ID must be provided for outposts")
21
22
23
return nil
0 commit comments