Quick Start issue #22
-
Hi folks, The company I work with is using the Quick start. I'm just starting out with the very early steps for set up and when I run the First, I get an eks error that you can see here when I run a validate:
I commented out the reference to default in the auto.yaml and then I get another error:
Can anyone help me out here? Should the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
So this was caused by an issue with the generation process not fully cleaning up unused files. I've sent over another zip that should have a couple of improvements. For clarity however: import:
- orgs/acme/core/auto/_defaults
- mixins/region/us-east-1
- catalog/philips-labs-github-runners for ECS, as |
Beta Was this translation helpful? Give feedback.
So this was caused by an issue with the generation process not fully cleaning up unused files.
I've sent over another zip that should have a couple of improvements.
For clarity however:
The fix is to as you've done remove the stack configs for EKS if you are an ECS engagement.
orgs/spt/core/auto/global-region/github.yaml
should look similar to
for ECS, as
catalog/iam-service-linked-roles
is an EKS component. Similarly, there shouldn't be any EKS stacks, so we can remove that catalog folder and any references to it (search repo forcatalog/eks
and can remove those imports