-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Merged main into dev 1.24 #31490
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 main into dev 1.24 #31490
Conversation
The implementation defines the default value for MaxSurge being 0, as to preserve the current behavior of rolling updates in DaemonSets. This change is just a copy-paste of the docblock defined in the types.go file. See: - https://github.com/kubernetes/kubernetes/blob/10a3cc815bea73f78f7126cab5df95233da96e1b/pkg/apis/apps/types.go - https://github.com/kubernetes/kubernetes/blob/10a3cc815bea73f78f7126cab5df95233da96e1b/pkg/apis/apps/v1/defaults.go#L87-L91
As it's easy to misread this as curly brackets for users familiar with shell interpolation.
Mention that the support via Dockershim is deprecated. Co-Authored-By: Rey Lejano <rlejano@gmail.com>
This change updates how we run Hugo AND changes the logic for checking whether a page should be indexable (copied with a backport from upstream Docsy).
This allows CSS, JavaScript etc to detect if the served website is the live one.
The community page had the wrong rendering for the page footer. Ensure that the footer is as wide as the viewport.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Josh Berkus <josh@agliodbs.com>
The feature gate string (CSIMigrationRBD) was not matching with the implementation (csiMigrationRBD) and this commit make it in parity Ref# kubernetes/kubernetes#107571 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Add instructions for enabling fish auto-completions for kubectl
mention the correct feature gate name for RBD CSI migration.
Removed weave url
Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
…e_site_indexable Make only live website indexable
from DaemonSetUpdateSurge feature gate short description
…aemonset_update_surge Link to DaemonSet update task from DaemonSetUpdateSurge feature gate short description
Note that subPathExpr uses round brackets.
it: Link and description mismatch
it: Link and description mismatch
Add Contiv-VPP network plugin
Fixed issue - borken link https://kubernetes.io/docs/reference/kubect…
/milestone 1.24 |
Errors relate to the EasyCLA — Missing CLA Authorization. /cc @JamesLaverack, FYI |
EasyCLA seems happy enough? Am I misunderstanding? |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 6fb319b 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61eeddc7381c210007904d65 😎 Browse the preview: https://deploy-preview-31490--kubernetes-io-main-staging.netlify.app |
Commit 15bc0c7 has an error X on it, relating to the EasyCLA. It's not an error we generally need to concern ourselves with as EasyCLA is a work in progress, but it is an error, so I bring it up so folks know why it's failing. |
If there were other kinds of errors then we may need to take action to correct them. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
/lgtm |
LGTM label has been added. Git tree hash: 7beee5f57fcdf4f891dc0f90dc72c55c297db441
|
Thanks everyone! |
Week 3 update to bring main into dev-1.24 branch.