cloud stack 4.18.1 Kubernetes cluster goes into an error state

2023-09-21 Thread Stanley Burkee
Hi Guys, We are experiencing an issue with the Kubernetes cluster. Whenever a new Kubernetes cluster is provisioned, it goes into an error state giving an error that the desired number of nodes are in the ready state. But I can see both control & worker nodes in a running state. Screenshot links

Re: Migrating VMs from a cluster CS 4.17.2

2023-09-21 Thread Daan Hoogland
Oliver, you can snapshot the VMs and convert to template (if all else fails). It might be worth trying to find out why it fails though (capacity, cpu level, network/storage configuration?) On Mon, Sep 11, 2023 at 6:06 PM Olivier GUIN wrote: > Hello everyone, > > I have 2 clusters each with XCP-N

Re: cloud stack 4.18.1 Kubernetes cluster goes into an error state

2023-09-21 Thread Pearl d'Silva
Hi, Can you try logging in to the control and worker node(s) and check if deploy-kube-system service ran successfully. If not, please share any error logs you see in either /var/log/cloud-init-output.log You can ssh into the control node using: ssh -i -p cloud@ You can ssh into the worke

[GitHub] [cloudstack-cloudmonkey] AbdulShariff opened a new issue, #141: In CLI mode getting error: failed to authenticate, please check the credentials

2023-09-21 Thread via GitHub
AbdulShariff opened a new issue, #141: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/141 In cli mode when i try to login to cloudmonkey using any profile i get authentication issue. After using commands set profile and sync i get this error:- Error: failed to authenticat

[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #141: In CLI mode getting error: failed to authenticate, please check the credentials

2023-09-21 Thread via GitHub
rohityadavcloud commented on issue #141: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/141#issuecomment-1730803353 Have you set the right username, password and url? You can do: ‘set debug true’ if you’re still getting the error after setting the right credentials. -- Thi