-
Notifications
You must be signed in to change notification settings - Fork 27
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
Document ability to configure workerProfiles #3162
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- name: default | ||
values: | ||
maxPods: 150 | ||
``` |
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.
@@ -284,3 +284,35 @@ spec: | |||
values: | | |||
key: value | |||
``` | |||
|
|||
### Configure Kubelet with k0s Worker Profiles |
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.
seems like the k8s docs tend to say "the kubelet" https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
spec: | ||
# Define a default profile that sets maxPods to 150 | ||
workerProfiles: | ||
- name: default |
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.
i think the name "default" is actually reserved by k0s and you explicitly should not name it this. confirm with andrew or ash
https://deploy-preview-3162--replicated-docs.netlify.app/reference/embedded-config#configure-kubelet-with-k0s-worker-profiles