-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Revise dynamic kubelet config task #30108
Revise dynamic kubelet config task #30108
Conversation
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: c043aca 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61a276d13155a70007ddc03a 😎 Browse the preview: https://deploy-preview-30108--kubernetes-io-main-staging.netlify.app |
You also need kubectl v1.11 or higher, configured to communicate with your cluster. | ||
{{< version-check >}} | ||
Your cluster API server version (eg v1.12) must be no more than one minor | ||
version away from the version of kubectl that you are using. For example, | ||
if your cluster is running v1.16 then you can use kubectl v1.15, v1.16 | ||
or v1.17; other combinations | ||
[aren't supported](/docs/setup/release/version-skew-policy/#kubectl). |
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.
Hey Tim, are these constraints no longer valid? Otherwise the PR looks good to me 🙂
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.
We (currently) don't support Kubernetes older than v1.18 - see https://kubernetes.io/docs/home/supported-doc-versions/
content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md
Outdated
Show resolved
Hide resolved
0f6c180
to
cd0a519
Compare
cd0a519
to
c043aca
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
It's ready to merge!
LGTM label has been added. Git tree hash: bf32462ad3bfcead5bee5fdb374aa0edf102a14a
|
Revise https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/ [preview]