Re: Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Wally B
So Recreating the Sec Storage VM Fixed the Cert issue and I was able to install K8s 1.28.4 Binaries. --- THANKS Wei ZHOU ! Im still getting [FAILED] Failed to start Execute cloud user/final scripts. on 1 control and 1 worker. *Control 1 -- pz-dev-k8s-ncus-1-control-18dabaf66c1 --:*

Re: Update Password For Existing XEN Host

2024-02-14 Thread Joan g
Hi Kiran & Hari, Thank you. The API helped Joan On Thu, 15 Feb, 2024, 10:26 Harikrishna Patnala, < harikrishna.patn...@shapeblue.com> wrote: > I see there is an API for this > > https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHostPassword.html > > Can you please try that > > Regards,

Re: Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Wei ZHOU
Destroy ssvm and retry when new ssvm is Up ? -Wei 在 2024年2月15日星期四,Wally B 写道: > Super Weird. I have two other versions added successfully but now when I > try to add an ISO/version I get the following on the management host. This > is the first time I've tried adding a K8s version since

Re: Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Wally B
Super Weird. I have two other versions added successfully but now when I try to add an ISO/version I get the following on the management host. This is the first time I've tried adding a K8s version since 4.18.0 tail -f /var/log/cloudstack/management/management-server.log | grep ERROR 2024-02-15

Re: Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Wei ZHOU
Can you try 1.27.8 or 1.28.4 on https://download.cloudstack.org/cks/ ? -Wei 在 2024年2月15日星期四,Wally B 写道: > Hello Everyone! > > We are currently attempting to deploy k8s clusters and are running into > issues with the deployment. > > > Current CS Environment: > > CloudStack Verison: 4.19.0

Re: Update Password For Existing XEN Host

2024-02-14 Thread Harikrishna Patnala
I see there is an API for this https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHostPassword.html Can you please try that Regards, Harikrishna From: Joan g Date: Wednesday, 14 February 2024 at 7:22 PM To: users@cloudstack.apache.org Subject: Update Password For Existing XEN Host

Re: Update Password For Existing XEN Host

2024-02-14 Thread Kiran Chavala
Hi Joan Could you please try with the following api call https://cloudstack.apache.org/api/apidocs-4.19/apis/updateHostPassword.html Regards Kiran From: Joan g Date: Wednesday, 14 February 2024 at 7:22 PM To: users@cloudstack.apache.org Subject: Update Password For Existing XEN Host

Re: Cilium CNI for CSK

2024-02-14 Thread Kiran Chavala
Hi Ricardo We have a existing Github issue created to support new CNI for CKS https://github.com/apache/cloudstack/issues/6637 Regards Kiran From: Ricardo Pertuz Date: Tuesday, 6 February 2024 at 5:11 PM To: users@cloudstack.apache.org Subject: Cilium CNI for CSK Hi, Weavenet is closing

Re: Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Kiran Chavala
Hi Wally Could you please check the following items 1. Check if you have set the global setting “Endpoint url (endpoint.url)” to management server ip addrees. 2. Login to the control node and check if the nodes are in ready state and also the pods are in running state

Kubernetes Clusters Failing to Start 4.19.0

2024-02-14 Thread Wally B
Hello Everyone! We are currently attempting to deploy k8s clusters and are running into issues with the deployment. Current CS Environment: CloudStack Verison: 4.19.0 (Same issue before we upgraded from 4.18.1). Hypervisor Type: Ubuntu 20.04.03 KVM Attempted K8s Bins: 1.23.3, 1.27.3

Re: Problem with SSL and Java keystore after upgrade to 4.19.

2024-02-14 Thread Jorge Luiz Correa
Thank you so much Wei! It worked! In my case the LDAP server accepts anonymous bind. So, instead of updating the value for ldap.bind.password (there is no line with this value) I had to update lines with ldap.truststore.password. Now users can authenticate. Thank you! Em qua., 14 de fev. de

Re: Problem with SSL and Java keystore after upgrade to 4.19.

2024-02-14 Thread Wei ZHOU
Can you try the workaround described in https://github.com/apache/cloudstack/issues/8637? -Wei 在 2024年2月14日星期三,Jorge Luiz Correa 写道: > Hello! > > I've upgraded from 4.17.2 to 4.19.0. I'm using Ubuntu Server 22.04.3 LTS, > Java 11.0.21 (no changes with upgrade). I'm using a LDAP server to >

Problem with SSL and Java keystore after upgrade to 4.19.

2024-02-14 Thread Jorge Luiz Correa
Hello! I've upgraded from 4.17.2 to 4.19.0. I'm using Ubuntu Server 22.04.3 LTS, Java 11.0.21 (no changes with upgrade). I'm using a LDAP server to authenticate users, with SSL. After the upgrade users can't authenticate anymore. The errors at the end of this message could be found in

Re: Web UI on Safari 4.19.0

2024-02-14 Thread Jimmy Huybrechts
Did you clear your cookies and data from the website running your portal? That was my issue at first, after cleaning that it was solved. -- Jimmy Op 14-02-2024 17:50 heeft Niclas Lindblom geschreven: Hi all, I upgraded to 4.19 this weekend and noticed that I can no longer load the Web UI

AW: UI - change name of secondary storage and management server

2024-02-14 Thread W. Verleger - proIO GmbH
Hi Harikrishna, Thanks again, seems to work fine :-) (so far) Best regards, Wilken -Ursprüngliche Nachricht- Von: Harikrishna Patnala Gesendet: Montag, 5. Februar 2024 10:32 An: users@cloudstack.apache.org Betreff: Re: UI - change name of secondary storage and management server I´ve

Web UI on Safari 4.19.0

2024-02-14 Thread Niclas Lindblom
Hi all, I upgraded to 4.19 this weekend and noticed that I can no longer load the Web UI using Safari on my Mac, I only get the Cloudstack spinning wheel and the login page never loads. However, using Chrome it works fine, has anyone else seen this, or is it something with my laptop ? Thanks

Update Password For Existing XEN Host

2024-02-14 Thread Joan g
Hello Community, My cloudstack Setup is Using Xen server. Due to security reasons i was forced to change my xen root password. Can someone let me know how I can update the password for my host in cloudstack DB ? Following blow link does not help