mirror of https://github.com/k3s-io/k3s
420071d86e
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Allow env from resource with keys & updated tests **What this PR does / why we need it**: This change allows users to pull environment from specific keys in secrets and configmaps using the `kubectl set env` command. User can provide a list of comma-separated keys with the `--keys` flag. This can be useful when a number of applications want to share a configuration object but don't want to pollute a resource with unused environment Improves test coverage of set env command **Release note**: ``` Allow kubectl set env to specify which keys to import from a resource ``` |
||
---|---|---|
.. | ||
helpers | ||
BUILD | ||
Makefile.manifest | ||
build.sh | ||
clean.sh | ||
cross.sh | ||
make-help.sh | ||
test-cmd-util.sh | ||
test-cmd.sh | ||
test-e2e-node.sh | ||
test-integration.sh | ||
test-kubeadm-cmd.sh | ||
test.sh | ||
update.sh | ||
verify.sh | ||
vet.sh |