mirror of https://github.com/linkerd/linkerd2.git
Kubernetes 1.33 introduced a warning for duplicate port names across containers in the same Pod. This change renames several container ports in the Linkerd control-plane and CNI charts to ensure unique identifiers across all containers, eliminating these warnings. - destination: - grpc → dest-grpc - admin-http → dest-admin - sp-validator: - admin-http → spval-admin - policy-controller: - grpc → policy-grpc - admin-http → policy-admin - identity: - grpc → ident-grpc - admin-http → ident-admin - proxy-injector: - admin-http → injector-admin - linkerd2-cni: - admin-http → repair-admin BREAKING CHANGE: Consumers must update any references to the renamed ports in Service definitions, probes, monitoring rules, and related configuration. |
||
|---|---|---|
| .. | ||
| resource | ||
| testdata | ||
| api.go | ||
| api_test.go | ||
| authz.go | ||
| authz_test.go | ||
| completion.go | ||
| fake.go | ||
| fake_test.go | ||
| k8s.go | ||
| k8s_test.go | ||
| labels.go | ||
| labels_test.go | ||
| metrics.go | ||
| policy.go | ||
| portforward.go | ||
| portforward_test.go | ||
| version.go | ||
| version_test.go | ||