Skip to content

Commit

Permalink
test: change rke2 template registration method
Browse files Browse the repository at this point in the history
switch to using control-plane-endpoint

Signed-off-by: Carlos Salas <carlos.salas@suse.com>
  • Loading branch information
salasberryfin committed Sep 30, 2024
1 parent 53471a9 commit c608905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/data/cluster-templates/docker-rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ metadata:
spec:
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
version: ${RKE2_VERSION}
registrationMethod: internal-first
registrationMethod: control-plane-endpoint
rolloutStrategy:
rollingUpdate:
maxSurge: 1
Expand Down

0 comments on commit c608905

Please sign in to comment.