shwstppr commented on issue #3680: [WIP: DO NOT MERGE] CloudStack Kubernetes 
Service
URL: https://github.com/apache/cloudstack/pull/3680#issuecomment-574151054
 
 
   @poussa Right now separating master nodes is not available. You can create 
multi-master cluster and setup load balancing (manually if dealing with shared 
network) but I'm not sure that would be your use-case. We can consider this for 
future but right now I've no idea abbout this have to research a bit.
   
   For the network, IP issue you emntione I think that is with Basic zone 
networking only. Because I tried with Advanced zone shared network and I could 
create multiple clusters on same network.
   ```
   > list kubernetesclusters 
   {
     "count": 2,
     "kubernetescluster": [
       {
         "associatednetworkname": "shnet-pa",
         "cpunumber": "4",
         "description": "",
         "endpoint": "https://10.5.5.2:6443/";,
         "id": "69df586c-3d92-44f9-8164-3e764a8a8235",
         "keypair": "shwstppr",
         "kubernetesversionid": "184dbc72-6659-4c26-afa6-132ead273804",
         "kubernetesversionname": "v1.15.0",
         "masternodes": 1,
         "memory": "4096",
         "name": "dsad",
         "networkid": "9279770b-c9f0-43b5-b5eb-d5d90a12e5f5",
         "serviceofferingid": "ca2c9bc1-3178-4190-948f-f7800356af51",
         "serviceofferingname": "CKS Instance",
         "size": 1,
         "state": "Alert",
         "templateid": "d20ed7fa-f501-4c3d-a9b3-f25df1213f65",
         "virtualmachineids": [
           "6dd615e5-c7b6-43a2-aa50-e2ecd1dea1de"
         ],
         "zoneid": "414007c5-6c20-4a46-bc6b-a58f1022abfc",
         "zonename": "pr3680-t581-kvm-centos7"
       },
       {
         "associatednetworkname": "shnet-pa",
         "cpunumber": "4",
         "description": "",
         "endpoint": "https://10.5.5.3:6443/";,
         "id": "108f9851-4ae5-4362-9dbf-cef2204ff3a7",
         "keypair": "",
         "kubernetesversionid": "184dbc72-6659-4c26-afa6-132ead273804",
         "kubernetesversionname": "v1.15.0",
         "masternodes": 1,
         "memory": "4096",
         "name": "second",
         "networkid": "9279770b-c9f0-43b5-b5eb-d5d90a12e5f5",
         "serviceofferingid": "ca2c9bc1-3178-4190-948f-f7800356af51",
         "serviceofferingname": "CKS Instance",
         "size": 1,
         "state": "Running",
         "templateid": "d20ed7fa-f501-4c3d-a9b3-f25df1213f65",
         "virtualmachineids": [
           "d08a3ea3-16db-4025-86cc-829d2e29c0f1",
           "eb4834e5-6a4e-42fe-b22e-1058cb94c9bf"
         ],
         "zoneid": "414007c5-6c20-4a46-bc6b-a58f1022abfc",
         "zonename": "pr3680-t581-kvm-centos7"
       }
     ]
   }
   ```
   Currently basic zone is not officially supported for the plugin and we could 
look into it in future only.
   With ShapeBlue's CCS we didin't had shared network support so we tried to 
add that in CKS, so will need sometime to add more things depending on user 
reception.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to