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

chore: Separated webhooks from karpenter-core #2754

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Conversation

ellistarn
Copy link
Contributor

@ellistarn ellistarn commented Oct 28, 2022

Fixes #

Description

How was this change tested?

  • make apply && TEST_FILTER=TestIntegration make e2etests

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


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

@ellistarn ellistarn requested a review from a team as a code owner October 28, 2022 18:40
@ellistarn ellistarn requested a review from dewjam October 28, 2022 18:40
@netlify
Copy link

netlify bot commented Oct 28, 2022

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit 24a3d1a
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/63600df99ce2bf00088c99f7

@ellistarn ellistarn force-pushed the webhooks branch 2 times, most recently from 6bda3ae to 5cb040a Compare October 28, 2022 18:58
go.mod Outdated Show resolved Hide resolved
@ellistarn ellistarn force-pushed the webhooks branch 4 times, most recently from 61c40ff to 3854f56 Compare October 28, 2022 21:15
@ellistarn ellistarn marked this pull request as draft October 28, 2022 21:15
@ellistarn ellistarn force-pushed the webhooks branch 4 times, most recently from 4b9b9dc to 892a9a1 Compare October 28, 2022 23:07
@@ -103,8 +102,13 @@ delete: ## Delete the controller from your ~/.kube/config cluster
helm uninstall karpenter --namespace karpenter

codegen: ## Generate code.
curl https://raw.githubusercontent.com/aws/karpenter-core/v0.0.1/chart/crds/karpenter.sh_provisioners.yaml > charts/karpenter/crds/karpenter.sh_provisioners.yaml
controller-gen \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Somehow this got lost from karpenter's release processes 🤔

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch!

@@ -0,0 +1,70 @@
apiVersion: rbac.authorization.k8s.io/v1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

karpenter and karpenter-core charts will be split/renamed in a followon.

@ellistarn ellistarn force-pushed the webhooks branch 10 times, most recently from b5f0a31 to 1c2dcb7 Compare October 31, 2022 16:43
@ellistarn ellistarn marked this pull request as ready for review October 31, 2022 16:52
@ellistarn ellistarn enabled auto-merge (squash) October 31, 2022 16:52
@ellistarn ellistarn force-pushed the webhooks branch 2 times, most recently from 6fe7cb0 to 5ab0a07 Compare October 31, 2022 17:18
Copy link
Contributor

@jonathan-innis jonathan-innis left a comment

Choose a reason for hiding this comment

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

Couple comments, otherwise LGTM

charts/karpenter/templates/webhooks-core.yaml Outdated Show resolved Hide resolved
@ellistarn ellistarn force-pushed the webhooks branch 3 times, most recently from bc2fa61 to a8e164a Compare October 31, 2022 17:56
pkg/webhooks/webhooks.go Outdated Show resolved Hide resolved
pkg/webhooks/webhooks.go Outdated Show resolved Hide resolved
Copy link
Contributor

@jonathan-innis jonathan-innis left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@ellistarn ellistarn merged commit b358e00 into aws:main Oct 31, 2022
@ellistarn ellistarn deleted the webhooks branch October 31, 2022 20:00
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

2 participants