mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Add testcase separate ha-etcd
Also use a distinct node to test certificate distribution.
This commit is contained in:
13
tests/files/ubuntu24-ha-separate-etcd.yml
Normal file
13
tests/files/ubuntu24-ha-separate-etcd.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
cloud_image: ubuntu-2404
|
||||
cluster_layout:
|
||||
- node_groups: ['kube_control_plane']
|
||||
- node_groups: ['kube_control_plane']
|
||||
- node_groups: ['kube_control_plane']
|
||||
- node_groups: ['kube_node']
|
||||
- node_groups: ['etcd']
|
||||
- node_groups: ['etcd']
|
||||
- node_groups: ['etcd']
|
||||
|
||||
kube_network_plugin: calico
|
||||
calico_datastore: etcd
|
||||
Reference in New Issue
Block a user