Open DariusX opened 1 month ago
The examples directory contains examples of common usage but that's all we have other than the docs. Our docs could use some improvements but it will take some time.
Thanks @cPu1 Is there a particular place in the code that a developer could look at, in order to get a definitive picture of what is allowed in a config.yaml file passed to eksctl?
Thanks @cPu1 Is there a particular place in the code that a developer could look at, in order to get a definitive picture of what is allowed in a config.yaml file passed to eksctl?
Yes. This is a good starting point: https://github.com/eksctl-io/eksctl/blob/main/pkg/apis/eksctl.io/v1alpha5/types.go#L884.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
The schema page does not drill down enough. Ideally, it would provide the entire schema down to the last detail, and would also mention default behavior. The Kubernetes API reference is a good example. Is there a detailed reference like that for eksctl ?