MusicDin / kubitect

Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.

Home Page:https://kubitect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow creating data disks in main resource pool

MusicDin opened this issue · comments

  1. Allow creating data disks in main resource pool.
...
cluster:
  nodes:
    <node-type>:
      instances:
        - id: 1
          dataDisks:
              # References main resource pool
            - name: data-volume-1
              pool: main
              size: 256
              # References main resource pool
            - name: data-volume-2
              size: 256
              # References custom data resource pool
            - name: rook-volume
              pool: rook-pool 
              size: 512
  1. Prevent creation of data resource pools that are named main