Merge pull request #51886 from jianglingxia/jlx90416
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>. amend about kubectl create secret of changelog **What this PR does / why we need it**: kubectl create secret has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line. maybe copy the above line ,need change the configmap to secret,thanks! **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
6c081c3d53
10
CHANGELOG.md
10
CHANGELOG.md
@ -3010,9 +3010,9 @@ Features for this release were tracked via the use of the [kubernetes/features](
|
|||||||
|
|
||||||
* `kubectl version` now supports `--output` ([#39858](https://github.com/kubernetes/kubernetes/pull/39858), [@alejandroEsc](https://github.com/alejandroEsc))
|
* `kubectl version` now supports `--output` ([#39858](https://github.com/kubernetes/kubernetes/pull/39858), [@alejandroEsc](https://github.com/alejandroEsc))
|
||||||
|
|
||||||
* `kubectl create configmap` has a new option `--from-env-file` that populates a configmap from file which follows a key=val format for each line. ([#38882](https://github.com/kubernetes/kubernetes/pull/38882), [@fraenkel](https://github.com/fraenkel))
|
* `kubectl create configmap` has a new option `--from-env-file` that populates a configmap from file which follows a key=val format for each line. ([#38882](https://github.com/kubernetes/kubernetes/pull/38882), [@fraenkel](https://github.com/fraenkel))
|
||||||
|
|
||||||
* `kubectl create secret` has a new option `--from-env-file` that populates a configmap from file which follows a key=val format for each line.
|
* `kubectl create secret` has a new option `--from-env-file` that populates a secret from file which follows a key=val format for each line.
|
||||||
|
|
||||||
* Printing/describe
|
* Printing/describe
|
||||||
|
|
||||||
@ -3687,7 +3687,7 @@ Features for this release were tracked via the use of the [kubernetes/features](
|
|||||||
|
|
||||||
* Fixes a bug where pods were evicted even after images are successfully deleted. ([#44986](https://github.com/kubernetes/kubernetes/pull/44986), [@dashpole](https://github.com/dashpole))
|
* Fixes a bug where pods were evicted even after images are successfully deleted. ([#44986](https://github.com/kubernetes/kubernetes/pull/44986), [@dashpole](https://github.com/dashpole))
|
||||||
|
|
||||||
* When creating a container using envFrom, ([#42083](https://github.com/kubernetes/kubernetes/pull/42083), [@fraenkel](https://github.com/fraenkel)
|
* When creating a container using envFrom. ([#42083](https://github.com/kubernetes/kubernetes/pull/42083), [@fraenkel](https://github.com/fraenkel))
|
||||||
* validate the name of the ConfigMap in a ConfigMapRef
|
* validate the name of the ConfigMap in a ConfigMapRef
|
||||||
* validate the name of the Secret in a SecretRef
|
* validate the name of the Secret in a SecretRef
|
||||||
|
|
||||||
@ -4889,8 +4889,8 @@ filename | sha256 hash
|
|||||||
* Support StorageClass in Azure file volume ([#42170](https://github.com/kubernetes/kubernetes/pull/42170), [@rootfs](https://github.com/rootfs))
|
* Support StorageClass in Azure file volume ([#42170](https://github.com/kubernetes/kubernetes/pull/42170), [@rootfs](https://github.com/rootfs))
|
||||||
* Be able to specify the timeout to wait for pod for kubectl logs/attach ([#41813](https://github.com/kubernetes/kubernetes/pull/41813), [@shiywang](https://github.com/shiywang))
|
* Be able to specify the timeout to wait for pod for kubectl logs/attach ([#41813](https://github.com/kubernetes/kubernetes/pull/41813), [@shiywang](https://github.com/shiywang))
|
||||||
* Add support for bring-your-own ip address for Services on Azure ([#42034](https://github.com/kubernetes/kubernetes/pull/42034), [@brendandburns](https://github.com/brendandburns))
|
* Add support for bring-your-own ip address for Services on Azure ([#42034](https://github.com/kubernetes/kubernetes/pull/42034), [@brendandburns](https://github.com/brendandburns))
|
||||||
* 1. create configmap has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line. ([#38882](https://github.com/kubernetes/kubernetes/pull/38882), [@fraenkel](https://github.com/fraenkel))
|
* kubectl create configmap has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line. ([#38882](https://github.com/kubernetes/kubernetes/pull/38882), [@fraenkel](https://github.com/fraenkel))
|
||||||
* 2. create secret has a new option --from-env-file that populates a configmap from file which follows a key=val format for each line.
|
* kubectl create secret has a new option --from-env-file that populates a secret from file which follows a key=val format for each line.
|
||||||
* update the signing key for percona debian and ubuntu packages ([#41186](https://github.com/kubernetes/kubernetes/pull/41186), [@dixudx](https://github.com/dixudx))
|
* update the signing key for percona debian and ubuntu packages ([#41186](https://github.com/kubernetes/kubernetes/pull/41186), [@dixudx](https://github.com/dixudx))
|
||||||
* fc: Drop multipath.conf snippet ([#36698](https://github.com/kubernetes/kubernetes/pull/36698), [@fabiand](https://github.com/fabiand))
|
* fc: Drop multipath.conf snippet ([#36698](https://github.com/kubernetes/kubernetes/pull/36698), [@fabiand](https://github.com/fabiand))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user