[GitHub] [cloudstack-documentation] DaanHoogland merged pull request #335: AutoScaling: add reset data of vm instances
DaanHoogland merged PR #335: URL: https://github.com/apache/cloudstack-documentation/pull/335 -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] DaanHoogland commented on a diff in pull request #336: Update systemvm.rst
DaanHoogland commented on code in PR #336: URL: https://github.com/apache/cloudstack-documentation/pull/336#discussion_r1285706093 ## source/adminguide/systemvm.rst: ## @@ -50,10 +50,10 @@ following characteristics: Changing the Default System VM Template --- -Using the 64-bit template should be use with a System Offering of at least 512MB +Using the 64-bit template should be used with a System Offering of at least 512MB Review Comment: ```suggestion The 64-bit template should be used with a System Offering of at least 512MB ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PROPOSE] ACS 4.18.1.0 release
Hey Wei, Thanks for taking care of the new release. For the next two weeks, my focus will be on assisting the community with the release of version 4.18.1.0. Please feel free to assign me to any pull requests or issues that require attention. Kind regards, Sina --- Original Message --- On Wednesday, August 2nd, 2023 at 03:22, Wei ZHOU wrote: > > > Hi all, > > Here is an update of Apache CloudStack 4.18.1.0 release: > > There are some open PRs and issues on github: > > 37 pull requests are open for review: > https://github.com/apache/cloudstack/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.18.1.0 > > 66 issues are open (including 1 BLOCKER, 1 critical , 18 major, 39 minor > issues): > https://github.com/apache/cloudstack/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.18.1.0 > > > We are busy with them. The processes need to be postponed for 2-4 weeks. > > > -Wei > > > > > On Thu, 4 May 2023 at 10:34, Wei ZHOU ustcweiz...@gmail.com wrote: > > > Hi all, > > > > Currently CloudStack 4.18.0.0 is the latest LTS release. There are some > > bugs and pull requests with 4.18.0.0 [1], including the fix for the upgrade > > issue if users use MySQL 5.6 and 5.7. > > > > I would like to propose the release of 4.18.1.0 and the timeline > > > > - from now till the end of July (3 months): accept bug fixes and minor > > improvements [2] > > - first week in Aug: stablisation efforts, accept only blocker and > > critical bug fixes. > > - Aug: start cutting RCs, vote and finish release work. > > > > I will push myself as the release manager (RM) of 4.18.1.0, if nobody > > objects. > > In case anyone wants to include a bug fix or a pull request in 4.18.1.0 > > milestone, please mention me (weizhouapache) on github. > > > > [1] https://github.com/apache/cloudstack/milestone/27 > > [2] https://cwiki.apache.org/confluence/display/CLOUDSTACK/LTS > > > > Any suggestions ? > > > > Kind regards, > > Wei signature.asc Description: OpenPGP digital signature
[GitHub] [cloudstack-kubernetes-provider] saffronjam opened a new issue, #52: Unable to auto-scale Kubernetes cluster
saffronjam opened a new issue, #52: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/52 Hi! I am unable to auto-scale Kubernetes clusters. As I understand, it create a "cluster-autoscaler" deployment that decides whether to scale or not. However, it does not seem to work, since it logs multiple errors and warnings in the pod, even though it is a completely clean cluster. Normal scaling seems to work just fine. # Setup A "default" CloudStack setup running KVMs. ## Settings (relevant) - Cloud kubernetes service enabled **true** - Cloud kubernetes cluster experimental features enabled **true** - Cloud kubernetes cluster max size **50** The nodes uses the following service offering: - 2 CPU x 2.05 Ghz - 2048 MB memory - 8 GB root disk # Replicate 1. Create a new cluster using Kubernets 1.24 ISO found here: http://download.cloudstack.org/cks/ 2. Enable forced auto-scaling Since the cluster starts with only one worker node, auto-scaling with 3-5 nodes should trigger an upscale (I assume)  4. Check the logs for cluster-autoscaler in the Kubernetes cluster Some notable entries: ``` E0807 14:41:30.317148 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:serviceaccount:kube-system:cluster-autoscaler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope E0807 14:41:32.388828 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1beta1.CSIStorageCapacity: failed to list *v1beta1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:serviceaccount:kube-system:cluster-autoscaler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope ``` Even though I have not edited anything myself, it is a clean CKS cluster ``` W0807 14:41:43.251280 1 clusterstate.go:590] Failed to get nodegroup for 6a4c91a3-9694-4596-9ddd-dc86e60136ff: Unable to find node 6a4c91a3-9694-4596-9ddd-dc86e60136ff in cluster W0807 14:41:43.251361 1 clusterstate.go:590] Failed to get nodegroup for bd0b855f-6dc6-4678-9bea-b52329333024: Unable to find node bd0b855f-6dc6-4678-9bea-b52329333024 in cluster I0807 14:57:06.667061 1 static_autoscaler.go:341] 2 unregistered nodes present ``` The entire log: [logs-from-cluster-autoscaler-in-cluster-autoscaler-5bf887ddd8-hxg2g.log](https://github.com/apache/cloudstack-kubernetes-provider/files/12281530/logs-from-cluster-autoscaler-in-cluster-autoscaler-5bf887ddd8-hxg2g.log) Please tell me if you need more logs to look at, or if I should try some other configuration. Thanks! -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-kubernetes-provider] rohityadavcloud commented on issue #52: Unable to auto-scale Kubernetes cluster
rohityadavcloud commented on issue #52: URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/52#issuecomment-1668091677 cc @Pearl1594 @weizhouapache @DaanHoogland pl help triage when you've time @saffronjam this looks like an issue with k8s autoscaler (https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/cloudstack/README.md) or with CKS (upstream https://github.com/apache/cloudstack) -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-terraform-provider] poddm closed pull request #65: Enhancing zone resource
poddm closed pull request #65: Enhancing zone resource URL: https://github.com/apache/cloudstack-terraform-provider/pull/65 -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-terraform-provider] poddm commented on pull request #65: Enhancing zone resource
poddm commented on PR #65: URL: https://github.com/apache/cloudstack-terraform-provider/pull/65#issuecomment-1668689056 Moving this PR here. All these resources are slightly coupled in the ACC unit tests. https://github.com/apache/cloudstack-terraform-provider/pull/67 -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] kishankavala opened a new pull request, #338: Documentation for Object Storage feature
kishankavala opened a new pull request, #338: URL: https://github.com/apache/cloudstack-documentation/pull/338 Added documentation for Object Storage feature -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] kishankavala commented on pull request #338: Documentation for Object Storage feature
kishankavala commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668987259 @blueorangutan docbuild -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668988223 @kishankavala a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1668989172 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/338. (QA-JID 106) -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] kishankavala commented on pull request #338: Documentation for Object Storage feature
kishankavala commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669000858 @blueorangutan docbuild -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669002132 @kishankavala a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #338: Documentation for Object Storage feature
blueorangutan commented on PR #338: URL: https://github.com/apache/cloudstack-documentation/pull/338#issuecomment-1669003194 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/338. (QA-JID 107) -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org