-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Move remaining intro windows content 1.24 #32767
Move remaining intro windows content 1.24 #32767
Conversation
…dockershim Remove section on dockershim
…v-1.24 Merged main into dev 1.24
removed docker logo and created a svg for the same as requested in the issue kubernetes#30948
…v-1.24 Merged main dev 1.24
Signed-off-by: Nate W <[email protected]>
…Docker-logo Removed docker logo
Signed-off-by: Nate W <[email protected]>
Approval permission for 1.24 release
…v-1.24 Merged main into dev 1.24
update config.toml for 1.24 release
Touch the following files: - Implementation details: remove docker specifics, which is changing in 1.24 - Create cluster: small language cleanup, remove note about 1.24 - Install kubeadm: Include two up-to-date tables for Linux / Windows with known endpoints. Include cri-dockerd. - Kubelet integration: (side cleanup) use "container runtime" instead of "CRI runtime" (which is incorrect). Mention that only updating "--container-runtime-endpoint=.." is required if the user wishes to override the CR on a certain host. Dockershim->CR-foo migration guides would make the "--container-runtime=remote" flag explicit and we want to remove it at some point. - Troubleshooting kubeadm: Remove some instances of Docker troubleshooting that imply docker as default CR, or talk about old Docker versions. Be more generic about container runtimes. - Adding Windows nodes: move the containerd tab before the Docker tab, as containerd is now the default. Remove note about being explicit about --cri-socket. Add note that crictl is required for both Docker and containerd. Add note that cri-dockerd is required if the user wants to use Docker EE on Windows.
…m-docs-for-dockershim kubeadm: adapt docs for 1.24 and dockershim removal
…v-1.24 Merged main dev 1.24
This patch outlines basic documentation about how container image signing works and which images are signed for official Kubernetes releases. Refers to kubernetes/enhancements#3031 Signed-off-by: Sascha Grunert <[email protected]>
…docs Add container image signing docs
…v-1.24 Merged main into dev-1.24
…ingpriority-to-ga Graduate NonPreemptingPriority to GA
The default kubelet configuration ConfigMap that kubeadm manages is "kubelet-config" instead of "kubelet-config-x.yy" (where x.yy is the Kubernetes version) in 1.24. Cleanup references to the legacy naming in kubeadm documentation. Generated contents in content/en/docs/reference/* are not updated.
The right place for these are in the "kubeadm init" document since feature gates are only possible during cluster creation with "init".
ControllerLeaderMigration is GA
Document timezone support for CronJob
…v-1.24 Merged main into dev 1.24
…-default-on CSIMigrationAzureFile feature is default on
…beta Promote HonorPVReclaimPolicy to Beta
…v-1.24 Merged main into dev 1.24
…nvironment/ Signed-off-by: Mark Rossetti <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-io-main-staging ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Mark Rossetti [email protected]
Part of #31428
/hold
We want to merge changes related to #31428 at the same time.
/sig windows
/label refactor