Lubomir I. Ivanov
a9f681d40a
kubeadm: sort the results of MergeKubeadmEnvVars
...
MergeKubeadmEnvVars use a map which results in non
deterministic output in the end slice EnvVar objects.
Before returning the slice, sort it by the Name field.
Update the unit test to capture the sorting aspect.
2024-08-20 09:11:53 +03:00
Lubomir I. Ivanov
ffbc494a4a
kubeadm: add unit test for GetProxyEnvVars
2024-08-20 09:11:53 +03:00
SataQiu
4e0c8a9752
kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1
...
Co-authored-by: Dave Chen <dave.chen@arm.com >
2023-09-12 17:09:19 +08:00
Dave Chen
80b035a116
kubeadm: Support custom env in control plane component
...
Signed-off-by: Dave Chen <dave.chen@arm.com >
2023-07-04 09:57:07 +08:00
Yassine TIJANI
3993c42431
propagate proxy env var to kube-proxy
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com >
2019-10-30 16:18:43 +01:00