Re: Hard limit for Kubernetes worker nodes

2022-06-13 Thread Rohit Yadav
Hi Rishab, There is no upper limit enforced by CloudStack, the number of VMs, volumes, IPs etc are limited on the account/domain and project level and the same affect/apply for CKS. Regards. From: Rishabh Rapatwar Sent: Tuesday, June 7, 2022 16:51 To: dev@clo

Re: SystemVM Type? Routing or System?

2022-06-13 Thread Pearl d'Silva
Hi Sean, It is not necessary to register the system VM template as Routing. During the upgrade process ACS detects the registered template by name and sets its type to SYSTEM. The link - http://docs.cloudstack.apache.org/en/latest/adminguide/systemvm.html which mentions specifying 'Routing' as

[GitHub] [cloudstack-terraform-provider] rohityadavcloud commented on pull request #35: Adding support for Kubernetes Clusters

2022-06-13 Thread GitBox
rohityadavcloud commented on PR #35: URL: https://github.com/apache/cloudstack-terraform-provider/pull/35#issuecomment-1153591252 Good stuff -- 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 s

[GitHub] [cloudstack-terraform-provider] Damans227 opened a new pull request, #37: create ssh keypair data-source

2022-06-13 Thread GitBox
Damans227 opened a new pull request, #37: URL: https://github.com/apache/cloudstack-terraform-provider/pull/37 From `main.tf`: ``` resource "cloudstack_ssh_keypair" "test-key" { name = "myKey" } data "cloudstack_ssh_keypair" "my-key-pair" { filter {