This reverts commit b692e49b1eef1cb230dcf779463e186d63d1a975.
The json-patch bump in k/k was reverted, so the corresponding bump in kustomize should be reverted too.
Fixes: #5474.
Thanks for helping us make the Developer Hub better. The PR will be looked at by the CODEOWNERS.
If tied to an I...
Thanks for helping us make the Developer Hub better. The PR will be looked at by the maintainers.
This PR adds sample manifests for an ecs fargate type service. These ma...
<!-- Please add a short summary about what the pull request is going to bring on the table -->
<!-- Please add list of more detailed changes. These changes should be reflected also in the commit message...
Move most of the helper function login into GenerateCSR, and deprecate them. In the long term this will help reduce the surface area of the pki library.
/kind cleanup
NONE
Based on https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md, we should not use int in our public API, instead we should used int32 or int64.
This PR fixes our Go API.
Makes it easier to reason about the code (same names are now used in the internal and public API).
/kind cleanup
NONE
<!-- Thanks for sending a pull request! Here are some tips for you:
<!-- Thanks for sending a pull request! Here are some tips for you:
Switches from the 'yaml.v2' fork to the 'yaml.v3' fork and removes workarounds that are no longer necessary.
See problem described in https://github.com/kubernetes-sigs/controller-runtime/pull/2601. This PR implements the solution proposed in https://github.com/kubernetes-sigs/controller-runtime/pull/2601#issuecomment-1837427525.
Return "internal server error" if the webhook crashes.
Depends on https://github.com/kubernetes-sigs/controller-runtime/pull/2604.
Code is based on https://github.com/kubernetes/kubernetes/blob/c28c2009181fcc44c5f6b47e10e62dacf53e4...
Replaces function-wide variable assignment with more local variable assignment. Removes unnecessary intermediate variables.
Add a PR template. This help in gathering more info about the contribution that the contribution is making and what it will effect (Code, docs, etc)
Official GitHub docs: https://docs.github.com/en/communities/u...
The /docs/devops-tips/backup
page was already describing how to backup using Velero.
However, there was no concrete example that shows how to do this.
This PR adds that example (including a workaround to properly restore the owner re...