Skip to content

Create infrastructure.yaml#7

Open
thisrohangupta wants to merge 5 commits intobradrydzewski:masterfrom
thisrohangupta:patch-1
Open

Create infrastructure.yaml#7
thisrohangupta wants to merge 5 commits intobradrydzewski:masterfrom
thisrohangupta:patch-1

Conversation

@thisrohangupta
Copy link
Contributor

INfra def yaml pr

tags: {}
org: default
project: Platform_Demo
uses: kubernetes-gke| kubernetes-eks | kubernetes-aks | kubernetes-direct
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could these be simplified gke, eks, aks and kubernetes? the thinking is that kubernetes is part of the acronym of these third party offerings so it is not needed as a prefix (e.g. gke is google kubernetes engine)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we can do something like that.

connector: AWSSalesDanF
region: us-west-2
cluster: lg-fargate
simultaneous-deployment: false
Copy link
Owner

@bradrydzewski bradrydzewski Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would parallel-deploy: true be the same meaning as simultaneous-deployment: true?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes parallel deploy would work. Simultaneous deploy means multiple pipelines in parallel can deploy to the same infra def. We won't hold the subsequent pipelines, they will all run and risk overwriting each other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants