-
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 - 1/13/21 #26083
Merged master into dev 1.21 - 1/13/21 #26083
Conversation
Default for periodSeconds field of startupProbe resource is 10 seconds. $ kubectl explain pod.spec.containers.startupProbe.periodSeconds KIND: Pod VERSION: v1 FIELD: periodSeconds <integer> DESCRIPTION: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
Signed-off-by: Weiping Cai <[email protected]>
Fix grammar
…rting the service The "Set up the Docker daemon" step fails because the initial files have not been created. I copied the step of creating of the /etc/docker/ folder from the CentOS/RHEL instructions to the Ubuntu Instructions
As mentioned in issue #25501.
According to the content, it seems missing this word
The code example uses `preferredDuringScheduling...`, as opposed to `requiredDuringScheduling...`. So the anti-affinity rule is a soft one. It says that the pod _should_ not be scheduled on [...] rather than that the pod _cannot_ be scheduled on [...].
update readme to include anchors
Fix minor typo
Clarify pod anti-affinity description
/cc @annajung |
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: eab2200 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5fff6f27d6403600086b93cc 😎 Browse the preview: https://deploy-preview-26083--kubernetes-io-master-staging.netlify.app |
There are two commits with build errors which were resolved in the same PR f51174d was resolved as you can see from here https://github.com/kubernetes/website/pull/25843/commits 9a386e5 was resolved as you can see from here https://github.com/kubernetes/website/pull/25489/commits /lgtm Thanks Rey! |
LGTM label has been added. Git tree hash: 44ecba0ef3a9d738a64a1b1e1f7f0d5137dcc0bc
|
|
Hi @reylejano .
Earlier today I tested a local build of the docs and saw these warnings. |
/lgtm |
I logged an issue with the theme for the warnings. |
/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 |
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 1/13/21