MF
kubectl get secret [secret-name] -n [from-namespace] -o yaml | sed ‘s/namespace: [from-namespace]/namespace: [to-namespace]/’ | kubectl create -f -
Size: a a a
MF
kubectl get secret [secret-name] -n [from-namespace] -o yaml | sed ‘s/namespace: [from-namespace]/namespace: [to-namespace]/’ | kubectl create -f -
MF
MI
kubectl get secret [secret-name] -n [from-namespace] -o yaml | sed ‘s/namespace: [from-namespace]/namespace: [to-namespace]/’ | kubectl create -f -
MI
MF
MF
--export
полезен не только для копипастыMF
MF
TS
PK
G
Helm release v2.16.0
G
Helm release v3.0.0-rc.3
G
Release notes can be found at [https://docs.projectcalico.org/v3.9/release-notes/](https://docs.projectcalico.org/v3.9/release-notes/)
G
Release notes can be found at [https://docs.projectcalico.org/v3.10/release-notes/](https://docs.projectcalico.org/v3.10/release-notes/)
G
* [SECURITY/BUGFIX] UI: Ensure warnings from the API are escaped. [#6279](https://github.com/prometheus/prometheus/pull/6279)More
* [FEATURE] API: `/api/v1/status/runtimeinfo` and `/api/v1/status/buildinfo` endpoints added for use by the React UI. [#...
AS