Hello,
cat << EOF > rasa-x.yaml
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: rasa-x-eksctl
region: eu-central-1
version: "1.19"
availabilityZones: ["eu-central-1a", "eu-central-1b"]
managedNodeGroups:
- name: nodegroup
desiredCapacity: 3
instanceType: t3.medium
EOF
So when I try to run this… I am facing an error!
Error: loading config file "Documents/rasa-x.yaml": error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go value of type v1alpha5.ClusterConfig
@koaning can you please tell me whats the issue?
Thanks