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

Remove subnet and security group selector defaulting. #1151

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

ellistarn
Copy link
Contributor

@ellistarn ellistarn commented Jan 14, 2022

1. Issue, if available:
#1017

2. Description of changes:
Removed discovery via cluster name to avoid tag limitations for multi-cluster discovery. Instead, users must define their own discovery mechanisms for their use case. Moved cluster-based discovery to the getting started guide.

3. How was this change tested?

4. Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: link to issue
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@netlify
Copy link

netlify bot commented Jan 14, 2022

✔️ Deploy Preview for karpenter-docs-prod ready!

🔨 Explore the source changes: 4442579

🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/61e71755b729cf00075bc7db

😎 Browse the preview: https://deploy-preview-1151--karpenter-docs-prod.netlify.app

@ellistarn ellistarn force-pushed the defaults branch 2 times, most recently from 4a9786f to 503ef73 Compare January 14, 2022 23:05
@@ -236,6 +223,10 @@ spec:
resources:
cpu: 1000
provider:
subnetSelector:
Copy link
Contributor

@suket22 suket22 Jan 14, 2022

Choose a reason for hiding this comment

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

Now that we don't autodiscover, we should be telling customers how to choose a subnetSelector and a securityGroupSelector in our documentation. Maybe a line or two. Should we also call this out as required fields in our provider documentation?

We could use EKS as an example in our docs since this is AWS specific so should make sense to most customers. We could reference the clusterWorkerSG and cluster's subnets as good examples to select here

Also do we need to edit this para?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@ellistarn ellistarn merged commit a304cb5 into aws:main Jan 18, 2022
@ellistarn ellistarn deleted the defaults branch January 18, 2022 20:04
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