-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Merged master into dev 1.21 - 2/12/21 #26488
Merged master into dev 1.21 - 2/12/21 #26488
Conversation
…website into dev-1.19-fr.1
If the EBS volume is partitioned, you have to specify which partition to mount or the mounting process will fail. ``` mount: /var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/vol-<volumeid>: wrong fs type, bad option, bad superblock on /dev/nvme3n1, missing codepage or helper program, or other error. ```
…gDeadlineSeconds with a value less than 10s
Co-authored-by: bl-ue <[email protected]>
Mention about v2 CronJob controller.
* All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were * All sed command are missing final "/" at the end of the expression. Command fails with the following error ```bash /bin/sed: -e expression kubernetes#1, char 95: unterminated `s' command ```
There is no need to restart the kubelet as part of configuring kubeadm to set the cgroup driver. At this point in the setup instructions, the kubernetes cluster isn't even up and running yet, as kubeadm init hasn't been run. The previous step even says the kubelet is in a crashloop waiting for kubeadm.
fix error translation
…nfigmap.md Co-authored-by: Tim Bannister <[email protected]>
This PR updates the go.mod file so that tests of the example manifests are run against the 1.20 branch. The missing test cases for newly added examples are also added. To perform tests on your local machine, run the following command on the root of your local clone: ``` go test k8s.io/website/content/en/examples ```
I removed mention to v2 controller behaviour.
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself. The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now. A followup PR to the examples repo to be referenced here will be made. Addresses kubernetes#22918 Signed-off-by: Paul Czarkowski <[email protected]> address comments in PR Signed-off-by: Paul Czarkowski <[email protected]> remove confusing comment about dns, we can assume k8s has kube-dns Signed-off-by: Paul Czarkowski <[email protected]>
This page, to my surprise, was not localized.
Signed-off-by: nasirhm <[email protected]>
Co-authored-by: Celeste Horgan <[email protected]>
This is part of work in umbrella issue: [zh] Umbrella issue: pages out of sync in tasks section kubernetes#26178 Topology Manageer (L): content/zh/docs/tasks/administer-cluster/topology-manager.md
chore: fix a broken link "FrameworkHandle"
…for-ebs docs: add partition field for EBS
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit bfcea97 https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/60272da541d3d400083b4120 |
Commit d38c741 with a build error, looks fixed in commit 18b8846 in same PR, k/website PR 25425 Looks like we looked into the build error at the same time :) |
/lgtm |
LGTM label has been added. Git tree hash: dce7548faf2e4423e172c567c44bda7198e59a75
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irvifa 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 |
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 1/19/21
/cc @reylejano @mvortizr @tengqm @PI-Victor