TASK [control : inside terraform home run terraform apply for orc8r]
and am receiving the error below after:
- ansible-playbook orc8r.yaml -e '@~/magma-dev/orc8r-parameters.yaml'
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["terraform", "apply", "-target=module.orc8r", "-auto-approve"], "delta": "0:00:12.867981", "end": "2022-03-04 18:25:00.841795", "msg": "non-zero return code", "rc": 1, "start": "2022-03-04 18:24:47.973814", "stderr": "\u001b[31m\n\u001b[1m\u001b[31mError: \u001b[0m\u001b[0m\u001b[1merror creating EKS Cluster (orc8r): InvalidParameterException: unsupported Kubernetes version\n{\n RespMetadata: {\n StatusCode: 400,\n
The error is much larger but the first error is unsupported Kubernetes version, I am just not sure how it could be unsupported if it is build for this application from AWS.
Any help is greatly appreciated.