Logo Wael's Digital Garden

ProxmoxVE - Start and Shutdown order

Problem#

I need to define the Start and Shutdown order for all of my VMs in order to ensure dependencies between vms.

Solution#

The order defined below per group and not per VM although each VM in the group needs to input the same order number.

  • Group 5: Basic Infrastructure
    • Basic DNS
  • Group 10: Infrastructure
    • TrueNAS
    • Tailscale
  • Group 15: Enhanced Infrastructure
    • Full Featured DNS (it depends on NFS to mount local zone files.)
  • Group 20: Databases and caches
    • Postgres
    • Redis
    • Etc..
  • Group 30: Kubernetes Control Plane
    • All clusters
  • Group 40: Kubernetes Worker
    • All clusters

Related#