-
Notifications
You must be signed in to change notification settings - Fork 84
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
Enhanced README for the Karpenter Helm chart #264
Conversation
charts/karpenter/README.md
Outdated
```shell | ||
$ helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/ | ||
$ helm install karpenter ot-helm/karpenter --namespace kube-system | ||
$ helm install karpenter ./<path of helm chart> --namespace=kube-system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--dependency-update
--include-crds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified Command
charts/karpenter/README.md
Outdated
``` | ||
|
||
To upgrade the setup: | ||
|
||
```shell | ||
$ helm upgrade karpenter ot-helm/karpenter --install --namespace kube-system | ||
$ helm upgrade karpenter <path of helm chart> --install --namespace kube-system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<namespace> --create-namespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified command
Enhanced README for the Karpenter Helm chart