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
By current design, eksctl not able to accept ClusterConfig with YAML anchors or aliases. If there have any unsupported entry, it would emit error as follow,
Error: couldn't create node group filter from command line options: loading config file "./clusterConfig.yaml": error unmarshaling JSON: while decoding JSON: json: unknown field "aliases"
What feature/behavior/change do you want?
By current design,
eksctl
not able to acceptClusterConfig
with YAML anchors or aliases. If there have any unsupported entry, it would emit error as follow,Error: couldn't create node group filter from command line options: loading config file "./clusterConfig.yaml": error unmarshaling JSON: while decoding JSON: json: unknown field "aliases"
Why do you want this feature?
If ClusterConfig could support YAML anchors or aliases, we could turn [1] to [2].
What is the workaround for this feature?
Reference YAMLs:
[1] BEFORE
[2] AFTER
The text was updated successfully, but these errors were encountered: