Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit e2efbfa

Browse files
author
Deepika Upadhyay
committed
demo: use ubuntu image instead of centos
support for machine deployment for centos 7+ has been discontinued for kubeone Signed-off-by: Deepika Upadhyay <[email protected]>
1 parent 97fe57f commit e2efbfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cluster_name = "koor-demo"
2-
ssh_public_key_file = "~/.ssh/id_rsa.pub" // new ssh key
3-
control_plane_vm_count=3
4-
initial_machinedeployment_replicas=3
2+
ssh_public_key_file = "~/.ssh/id_ed25519.pub" // new ssh key
3+
control_plane_vm_count=2
4+
initial_machinedeployment_replicas=1
55
worker_type="cpx41"
66
control_plane_type="cpx31"
7-
os="centos"
8-
worker_os="centos"
7+
os="ubuntu"
8+
worker_os="ubuntu"

0 commit comments

Comments
 (0)