linkerd2/pkg/k8s
Oliver Gould 148fd1c16d
refactor(charts)!: disambiguate container port names for Kubernetes 1.33 (#14111)
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.
2025-06-13 20:48:55 +00:00
..
resource Add json output to install and related commands (#12641) 2024-06-04 12:43:23 -07:00
testdata Fix handling of kubeconfig server urls that include paths (#2305) 2019-02-18 17:57:27 -08:00
api.go test(deps): upgrade minimum k8s version to 1.23 (#13691) 2025-02-21 13:40:36 -08:00
api_test.go Fix issues with native sidecars (#12453) 2024-04-26 14:38:01 -05:00
authz.go feat!(multicluster): Federated services take metadata from member with the oldest Link (#13783) 2025-03-17 16:26:26 -07:00
authz_test.go Add `accessPolicy` field to Server CRD (#12845) 2024-07-22 09:01:09 -05:00
completion.go Fix namespace always showing up in topology graph (#6236) 2021-06-09 15:31:11 +05:30
fake.go Add support for federated services to the service mirror controller (#13269) 2024-11-08 09:34:29 -08:00
fake_test.go Add support for federated services to the service mirror controller (#13269) 2024-11-08 09:34:29 -08:00
k8s.go feat(multicluster): Add Link v1alpha3 (#13801) 2025-03-19 12:13:16 -07:00
k8s_test.go viz: Prohibit authority resource targets in stat commands (#13578) 2025-01-23 10:13:11 +02:00
labels.go feat(policy): Configure outbound hostname labels in metrics (#13822) 2025-03-25 16:39:36 -07:00
labels_test.go Use go-test/deep for comparisons in tests (#8427) 2022-05-05 09:31:07 -07:00
metrics.go refactor(charts)!: disambiguate container port names for Kubernetes 1.33 (#14111) 2025-06-13 20:48:55 +00:00
policy.go Add `accessPolicy` field to Server CRD (#12845) 2024-07-22 09:01:09 -05:00
portforward.go build(deps): bump linkerd/dev from 39 to 40 (#10825) 2023-05-09 10:57:19 -07:00
portforward_test.go Add tests regarding pod ownership (#6673) 2021-08-16 10:53:30 -07:00
version.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
version_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00