mirror of https://github.com/linkerd/linkerd2.git
Add changes for edge-22.2.1 (#7779)
## edge-22.2.1 This edge release removed the `disableIdentity` configuration now that the proxy no longer supports running without identity. * Added a `privileged` configuration to linkerd-cni which is required by some environments * Fixed an issue where the TLS credentials used by the policy validator were not updated when the credentials were rotated * Removed the `disableIdentity` configurations now that the proxy no longer supports running without identity * Fixed an issue where `linkerd jaeger check` would needlessly fail for BYO Jaeger or collector installations * Fixed a Helm HA installation race condition introduced by the stoppage of namespace creation Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
This commit is contained in:
parent
5426278171
commit
7cc8be2f1b
16
CHANGES.md
16
CHANGES.md
|
|
@ -1,5 +1,21 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## edge-22.2.1
|
||||||
|
|
||||||
|
This edge release removed the `disableIdentity` configuration now that the proxy
|
||||||
|
no longer supports running without identity.
|
||||||
|
|
||||||
|
* Added a `privileged` configuration to linkerd-cni which is required by some
|
||||||
|
environments
|
||||||
|
* Fixed an issue where the TLS credentials used by the policy validator were not
|
||||||
|
updated when the credentials were rotated
|
||||||
|
* Removed the `disableIdentity` configurations now that the proxy no longer
|
||||||
|
supports running without identity
|
||||||
|
* Fixed an issue where `linkerd jaeger check` would needlessly fail for BYO
|
||||||
|
Jaeger or collector installations
|
||||||
|
* Fixed a Helm HA installation race condition introduced by the stoppage of
|
||||||
|
namespace creation
|
||||||
|
|
||||||
## edge-22.1.5
|
## edge-22.1.5
|
||||||
|
|
||||||
This edge release adds support for per-request Access Logging for HTTP inbound
|
This edge release adds support for per-request Access Logging for HTTP inbound
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ dependencies:
|
||||||
- name: partials
|
- name: partials
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
repository: file://../partials
|
repository: file://../partials
|
||||||
version: 1.1.3-edge
|
version: 1.1.4-edge
|
||||||
icon: https://linkerd.io/images/logo-only-200h.png
|
icon: https://linkerd.io/images/logo-only-200h.png
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Linkerd authors
|
- name: Linkerd authors
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Linkerd gives you observability, reliability, and security
|
Linkerd gives you observability, reliability, and security
|
||||||
for your microservices — with no code change required.
|
for your microservices — with no code change required.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,5 @@ description: |
|
||||||
kubeVersion: ">=1.20.0-0"
|
kubeVersion: ">=1.20.0-0"
|
||||||
icon: https://linkerd.io/images/logo-only-200h.png
|
icon: https://linkerd.io/images/logo-only-200h.png
|
||||||
name: "linkerd2-cni"
|
name: "linkerd2-cni"
|
||||||
version: 30.0.3-edge
|
version: 30.0.4-edge
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Linkerd [CNI plugin](https://linkerd.io/2/features/cni/) takes care of setting
|
||||||
up your pod's network so incoming and outgoing traffic is proxied through the
|
up your pod's network so incoming and outgoing traffic is proxied through the
|
||||||
data plane.
|
data plane.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: CliVersion
|
linkerd.io/created-by: CliVersion
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: CliVersion
|
linkerd.io/created-by: CliVersion
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: CliVersion
|
linkerd.io/created-by: CliVersion
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -152,7 +152,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: policy.linkerd.io
|
group: policy.linkerd.io
|
||||||
|
|
@ -441,7 +441,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: linkerd-control-plane-1.1.3-edge
|
helm.sh/chart: linkerd-control-plane-1.1.4-edge
|
||||||
linkerd.io/control-plane-ns: linkerd
|
linkerd.io/control-plane-ns: linkerd
|
||||||
spec:
|
spec:
|
||||||
group: linkerd.io
|
group: linkerd.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue