Skip to content

Commit

Permalink
Enable worker on secondary controllers in smoke-controllerswap
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Nov 28, 2024
1 parent 43fa323 commit 3bc9469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-test/k0sctl-controller-swap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ spec:
address: "127.0.0.1"
port: 9022
keyPath: ./id_rsa_k0s
- role: controller
- role: controller+worker
uploadBinary: true
ssh:
address: "127.0.0.1"
port: 9023
keyPath: ./id_rsa_k0s
- role: controller
- role: controller+worker
uploadBinary: true
ssh:
address: "127.0.0.1"
Expand Down

0 comments on commit 3bc9469

Please sign in to comment.