f3ea8cf45e
To test Kubespray on Rocky Linux 8 with vagrant, this adds it to the Vagrantfile.
11 lines
232 B
YAML
11 lines
232 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: rockylinux-8
|
|
mode: default
|
|
vm_memory: 3072Mi
|
|
|
|
# Kubespray settings
|
|
metrics_server_enabled: true
|
|
dashboard_namespace: "kube-dashboard"
|
|
dashboard_enabled: true
|
|
loadbalancer_apiserver_type: haproxy
|