diff --git a/kubernetes/pipeline/02configure b/kubernetes/pipeline/02configure index 2a61544d..a3bd5873 100644 --- a/kubernetes/pipeline/02configure +++ b/kubernetes/pipeline/02configure @@ -173,7 +173,6 @@ do fi get_units $1 __NUM_K8S_CONTROL_PLANE_UNITS__ 3 MOD_OVERLAYS+=( "kubernetes/k8s-control-plane-ha.yaml" ) - check_hacluster_channel ;; --vault) MOD_OVERLAYS+=( "vault.yaml" ) diff --git a/overlays/kubernetes/k8s-control-plane-ha.yaml b/overlays/kubernetes/k8s-control-plane-ha.yaml index 71ca93ec..2853f171 100644 --- a/overlays/kubernetes/k8s-control-plane-ha.yaml +++ b/overlays/kubernetes/k8s-control-plane-ha.yaml @@ -8,4 +8,3 @@ applications: cluster_count: __NUM_K8S_CONTROL_PLANE_UNITS__ relations: - [ kubernetes-control-plane-hacluster, kubernetes-control-plane ] - - [ kubernetes-control-plane:kube-api-endpoint, kubernetes-worker:kube-api-endpoint ]