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

Provide Helm chart to simplify installation #152

Closed
tomkerkhove opened this issue Nov 17, 2020 · 5 comments
Closed

Provide Helm chart to simplify installation #152

tomkerkhove opened this issue Nov 17, 2020 · 5 comments
Labels
feature New feature or request

Comments

@tomkerkhove
Copy link
Contributor

Provide Helm chart to simplify installation and not have to run any scripts.

@ellistarn
Copy link
Contributor

Thanks for the issue!

Does this meet your needs in the short term?

https://github.com/awslabs/karpenter#installation

CLOUD_PROVIDER=aws
VERSION=v0.1.0
kubectl apply -f https://raw.githubusercontent.com/awslabs/karpenter/master/releases/${CLOUD_PROVIDER}/${VERSION}.yaml

@tomkerkhove
Copy link
Contributor Author

Yes it does but having a helm install karpenter would be even better for CI/CD.

@ellistarn
Copy link
Contributor

Loud and clear :)

@tabern tabern added the feature New feature or request label Nov 18, 2020
@ellistarn
Copy link
Contributor

Should be taken care of here:
#175

helm repo add karpenter https://awslabs.github.io/karpenter/charts
helm install karpenter karpenter/karpenter

@tomkerkhove
Copy link
Contributor Author

Great, thanks!

gfcroft pushed a commit to gfcroft/karpenter-provider-aws that referenced this issue Nov 25, 2023
…details (aws#152)

* Create the external API for cluster state

* Separate models from informers

* Calculate existing nodes without provisioner dependency

* Fix test failures and race condition

* Move taint management to state node

* Add node nomination testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants