config-example.yml 880 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. mariadb_node:
  2. use_local: true
  3. db_user: root
  4. db_password: sql-password
  5. registry_node:
  6. host: 10.127.10.156
  7. port: "5000"
  8. primary_master_node:
  9. db_host: 10.127.10.156
  10. db_user: root
  11. db_password: sql-password
  12. controlplane_host: 10.127.10.156
  13. controlplane_port: "6443"
  14. use_local: true
  15. as_host: true
  16. registry_mirrors:
  17. - https://lje6zxpk.mirror.aliyuncs.com
  18. insecure_registries:
  19. - 10.127.10.156:5000
  20. master_nodes:
  21. controlplane_host: 10.127.10.156
  22. controlplane_port: "6443"
  23. join_token: xxxx
  24. join_certificate_key: xxx
  25. hosts:
  26. - host: 10.127.10.157
  27. use_local: False
  28. worker_nodes:
  29. controlplane_host: 10.127.10.156
  30. controlplane_port: "6443"
  31. join_token: xxxx
  32. hosts:
  33. - host: 10.127.10.159
  34. use_local: true
  35. - host: 10.127.10.160
  36. longhorn_node:
  37. use_local: true
  38. node_count: 3
  39. reboot_node:
  40. hosts:
  41. - use_local: true
  42. user: root