Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces: add helpers for default and unattended installation #357

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

darkmuggle
Copy link
Contributor

Description of your changes

Added --yes for unattended installation of Spaces and setting defaults for managed Kubernetes.

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

Tested against GKE and EKS.

@Upbound-CLA
Copy link

Upbound-CLA commented Aug 14, 2023

CLA assistant check
All committers have signed the CLA.

Comment on lines 50 to 51
"global.clusterType": string(cloud),
"ingress.provision": "true",
Copy link
Member

Choose a reason for hiding this comment

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

For the current release of spaces, these are no longer valid properties 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I'll get that fixed up

Comment on lines 27 to 30
CloudAzureAKS CloudType = "aks"
CloudAmazonEKS CloudType = "eks"
CloudGoogleGKE CloudType = "gke"
CloudGeneric CloudType = "generic"
Copy link
Member

Choose a reason for hiding this comment

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

nit - since we have CloudType, could we trim the Cloud prefix from each of these names?

Added `--yes` for unattended installation of Spaces and setting defaults for managed Kubernetes.

Signed-off-by: Ben Howard <ben@upbound.io>
@darkmuggle darkmuggle merged commit 4cafe22 into upbound:main Aug 15, 2023
6 checks passed
@darkmuggle darkmuggle deleted the pr/spaces-helpers branch August 15, 2023 00:57
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.

None yet

3 participants