Automatic merge from submit-queue.
Modify the path of markdown files in generator
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
The path of markdown files is incorrect in generator and we maybe use relative path.
Automatic merge from submit-queue.
add labels in sig list
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
fix#1172
It's unclear to find out which one is the correct value in sig list when use /sig command.
Therefore, I suggest that add labels in list.
Automatic merge from submit-queue.
Clearer generator docs
There still seems to be a few PRs that are unaware of how to generate SIG docs, so this PR hopes to plug that knowledge gap by:
- adding a reference to the README
- adding a PR template that contributors see every time they send a changeset
We might not need the checkbox in the PR template, so I can remove if we feel it should go.
Fixes#1121.
/cc @xiangpengzhao @cblecker
Automatic merge from submit-queue.
Proposal: Alternate API representations for resources
Supports server side handling of transformation of resources.
From kubernetes/kubernetes#33900
Automatic merge from submit-queue.
Adding CONTRIBUTING.md for sig-multicluster
Inspired from https://github.com/kubernetes/community/blob/master/sig-cli/CONTRIBUTING.md.
Most of the links might be broken at the moment as sig-federation is renamed to sig-multicluster everywhere.
Will send another PR to rename the parent folder.
cc @csbell @quinton-hoole
Automatic merge from submit-queue.
contributors/devel/api_changes.md: assorted improvements
This PR makes some improvements to the `api_changes.md` doc:
- update path to files and links
- remove Google Analytics footer
- tiny formatting improvement
CC @simo5
Automatic merge from submit-queue.
Fix wg-container-identity/README.md
#1167 updated `wg-container-identity/README.md` instead of updating sigs.yaml. This fixes that and regenerates the doc.
Automatic merge from submit-queue.
update links for container identity working group
Add a link to the agenda to the working group README.
cc @destijl @smarterclayton @liggitt
Automatic merge from submit-queue.
Update priority eviction docs
After discussion with @dchen1107 and @bsalamat I think it would be simpler to start with a tiered eviction sorting rather than by using a function. See https://github.com/kubernetes/community/pull/846#pullrequestreview-66920328 for some of the rationale.
This PR makes two changes:
1. Changes the release at which changes take effect to 1.9 (since implementation missed 1.8)
2. Changes the strategy from (usage > requests, func(priority, usage - requests)) to (usage > requests, priority, usage - requests)
cc @dchen1107 @derekwaynecarr @vishh
Automatic merge from submit-queue.
Initial commit of the election process
This adds the process we used to run the steering committee election to the community directory so we can refer to it for the election next year.
Automatic merge from submit-queue.
Vaultproviderspec (#1)
* Initial version of Vault KMS Provider
* Renamed image file to be consistent with spec name
* Brought spec inline with EnvelopeTransformer interfaces in PR 49350
* Wrap at 80