Configuring cluster

Last published : Jun 12, 2026
After successfully installing InfoScale operator, you can create a cluster.
  1. Edit clusterInfo section of the sample /YAML/Kubernetes/cr.yaml for InfoScale specifications as under -
    spec:
     clusterID: <Optional- Enter an ID for this cluster>
     isSharedStorage: true
     clusterInfo:
      -  nodeName: <Name of the first node>
        ip:
        -  <Optional - First IP address of the first node >
        -  <Optional - Second IP address of the first node>
        excludeDevice:
        -  <Optional - Device path of the disk on the node that you want
                                   to exclude from Infoscale disk group.>
      -  nodeName: <Name of the second node>
        ip:
       -  <Optional - First IP address of the second node >
       -  <Optional - Second IP address of the second node>
        excludeDevice:
        -  <Optional - Device path of the disk on the node that you want
                                   to exclude from Infoscale disk group.>
      -  nodeName: <Name of the third node>
        ip:
       -  <Optional - First IP address of the third node >
       -  <Optional - Second IP address of the third node>
        excludeDevice:
        -  <Optional - Device path of the disk on the node that you want
                                    to exclude from Infoscale disk group.>
     .
     .
     .
      YOU CAN ADD UP TO 16 NODES.

      fencingDevice: ["<Hardware path to the first fencing device>",
                      "<Hardware path to the second fencing device>",
                      "<Hardware path to the third fencing device>", ]
      encrypted: false
      sameEnckey: false

      customImageRegistry:  customImageRegistry: <Custom registry name /
                         <IP address of the custom registry>:<port number> >
    Note: Do not enclose parameter values in angle brackets (<>). For example, Primarynode is the name of the first node; fornodeName :
    1. Run the following command on the master node.
    kubectl create -f /YAML/Kubernetes/cr.yaml
    1. Run the following command on the master node to know the name and namespace of the cluster.
    kubectl get infoscalecluster
    Use the namespace from the output similar to the following -
    NAME                   NAMESPACE        VERSION      STATE          AGE
    infoscalecluster-dev   infoscale-vtas   8.0.220   Running   1m15s