You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/03 17:18:12 UTC

[GitHub] [cloudstack] poussa edited a comment on issue #3680: [WIP: DO NOT MERGE] CloudStack Kubernetes Service

poussa edited a comment on issue #3680: [WIP: DO NOT MERGE] CloudStack Kubernetes Service
URL: https://github.com/apache/cloudstack/pull/3680#issuecomment-570636496
 
 
   I am using Basic networking. Thus, I need to select the `defaultSharedNetwork`. If I  non-select the network and use the DefaultNetworkOfferingforKubernetesService via the global settings I get an error:
   
   `Only AclType=Domain can be specified for network creation in Basic zone`
   
   Both the master and node VMs come up fine.
   
   ```bash
   cmk listKubernetesclusters
   {
     "count": 1,
     "kubernetescluster": [
       {
         "associatednetworkname": "defaultGuestNetwork",
         "cpunumber": "4",
         "description": "First ever",
         "endpoint": "",
         "id": "0cba2caf-9f20-41a6-b6ac-669a0a77212f",
         "keypair": "",
         "kubernetesversionid": "38301f1f-e4db-4946-8aab-fdc78ee16bdb",
         "kubernetesversionname": "home-1",
         "masternodes": 1,
         "memory": "8192",
         "name": "home-1",
         "networkid": "e5ab7b2a-1afd-4f09-bec4-223ead57f0b7",
         "serviceofferingid": "536f95e9-771e-4fb9-82bb-a4935f7a9510",
         "serviceofferingname": "k8s-small",
         "size": 1,
         "state": "Error",
         "templateid": "1c23e77f-cab9-43dd-a825-3df0dc50d153",
         "virtualmachineids": [
           "177d2e50-b03f-4ebe-bc4a-9033f7a61e4b",
           "8432a538-3814-40be-8ff0-f64695ef3d3a"
         ],
         "zoneid": "d8c392f7-b8bb-4b40-b1a6-419bf6b0f145",
         "zonename": "zone-1"
       }
     ]
   }
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services