Skip to content

Commit

Permalink
Fix errors with control plane HA
Browse files Browse the repository at this point in the history
Removing two lines that prevented a deployment of kubernetes with
multiple kubernetes-control-pane units.
  • Loading branch information
drencrom committed Jun 4, 2024
1 parent 4a09709 commit 0c2a740
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kubernetes/pipeline/02configure
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down
1 change: 0 additions & 1 deletion overlays/kubernetes/k8s-control-plane-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit 0c2a740

Please sign in to comment.