Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi Wei, I created a discussion with the details. https://github.com/apache/cloudstack/issues/8684 Please check. Thanks and Regards, Bharat Saini [signature_2287529980] From: Wei ZHOU Date: Tuesday, 20 February 2024 at 11:53 PM To: users@cloudstack.apache.org Subject: Re: K8s Dashboard Not

Re: Console Proxy VM has high CPU usage

2024-02-20 Thread Leo Leung
Just a quick update: - I see 100% CPU on the console proxy's java process if one or more VNC session is in use, even if nothing is happening in the session (such as a blank screen). Is this normal? - The persistent 100% CPU appears to be triggered when I try to VNC to the console proxy itself.

Console Proxy VM has high CPU usage

2024-02-20 Thread Leo Leung
Hello everyone, I am running CloudStack 4.18 and 4.19 in two separate environments and notice that in both environments, the Console Proxy SystemVM is pretty much pegging its single CPU. Logging in to the SystemVM, top reports the java process that handles the VNC connections is constantly

Re: K8s Dashboard Not Found

2024-02-20 Thread Wei ZHOU
Hi, The image is not visible . You can create a github discussion instead. -Wei On Tue, 20 Feb 2024 at 18:53, Bharat Bhushan Saini wrote: > Hi Wei, > > > > Public IP is reachable from the local machine. Everything is working. > > But when I access the dashboard I encountered with the below

Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi Wei, Public IP is reachable from the local machine. Everything is working. But when I access the dashboard I encountered with the below Json format [Image] Also I am able to get all the details regarding deployment which I already below but unable to access the dashboard of K8s. Please

Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi Wei, Public IP is reachable from the local machine. Everything is working. But when I access the dashboard I encountered with the below Json format [cid:image002.png@01DA6452.E6F80240] Also I am able to get all the details regarding deployment which I already below but unable to access the

AW: testing with uefi on Ubuntu22 KVM

2024-02-20 Thread me
Thx Wei! I updated the db and it worked. Host value of UEFI supported is false again. Does it make sense to open an issue to add a code for a check to CS? Regards, Swen -Ursprüngliche Nachricht- Von: Wei ZHOU Gesendet: Dienstag, 20. Februar 2024 13:56 An: users@cloudstack.apache.org

RE: restrict Instance console access

2024-02-20 Thread Gary Dixon
Many thanks Wei In another test ACS 4.18 environment I can see the new role permission. We will look to update our production ACS 4.15.2 as soon as we are able Gary Dixon Quadris Cloud Manager 0161 537 4980 +44 7989717661 gary.di...@quadris.co.uk www.quadris.com Innovation House, 12-13 Bredbury

Re: K8s Dashboard Not Found

2024-02-20 Thread Wei ZHOU
so, it looks like the kubernetes-dashboard is working well. your question is, how to access the dashboard of the kubernetes cluster whose Public IP is unreachable from a local machine ? -Wei On Tue, 20 Feb 2024 at 12:41, Bharat Bhushan Saini wrote: > Hi Wei, > > > > The cloudstack is setup

Re: testing with uefi on Ubuntu22 KVM

2024-02-20 Thread Wei ZHOU
Hi, > guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS.fd This is incorrect, please use `OVMF_VARS.ms.fd` or `OVMF_VARS_4M.ms.fd`. > Is it safe to just delete the row in the db? Yes, it is safe. -Wei On Tue, 20 Feb 2024 at 13:31, wrote: > Hi, > > I started testing with uefi on Ubuntu

testing with uefi on Ubuntu22 KVM

2024-02-20 Thread me
Hi, I started testing with uefi on Ubuntu 22 KVM. I search the mailinglist and found some discussion and problems with uefi secure mode on Ubuntu22 KVM. Is there already a fix for "Guest has not initialized the display (yet)."-prolem on console proxy? For my test I added

Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi Wei, The cloudstack is setup on a single node and the info I provided is from that node. I think as the control node and worker node is CLI based, Need to access dashboard from outside the control node. Please guide me for that. Thanks and Regards, Bharat Saini [signature_1512528664]

Re: K8s Dashboard Not Found

2024-02-20 Thread Wei ZHOU
The output in the control nodes looks good. Are you able to access the dashboard following the instruction on https://github.com/apache/cloudstack/pull/7764#issuecomment-1647247993 ? -Wei On Tue, 20 Feb 2024 at 11:10, Bharat Bhushan Saini wrote: > Hi Wei, > > > > Please check the below info I

Re: [D] Changing compute offering / scaling VM and root disk [cloudstack]

2024-02-20 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Changing compute offering / scaling VM and root disk Do you mean that the the user can still call `updateDiskOffering` despite it being denied in their role? With thin provisioning the initial size should be just what is really used

RE: [VOTE] next version 20 instead of 4.20

2024-02-20 Thread Paul Angus
Hi Daan, >From our wiki page: -- Quote For those that may not be familiar with Semantic Versioning, the number format is: X.Y.Z, where X is the major version, Y is the minor version, Z is the patch number. The community strives to ensure backward API compatibility within each major version

Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi, Also check below as well kubectl --kubeconfig kube.conf get secrets -A NAMESPACE NAME TYPE DATA AGE kube-systembootstrap-token-6770b3 bootstrap.kubernetes.io/token 6 24h

Re: K8s Dashboard Not Found

2024-02-20 Thread Bharat Bhushan Saini
Hi Wei, Please check the below info I think you will get it kubectl --kubeconfig kube.conf get pods --all-namespaces NAMESPACE NAME READY STATUSRESTARTS AGE kube-systemcoredns-76f75df574-lfgzj

Re: [VOTE] next version 20 instead of 4.20

2024-02-20 Thread Daan Hoogland
Vivek, we could, but the main idea is that we repair our versioning system and make clear how we are actually dealing with our current system, which is major - new , possibly breaking features minor - improvements and enhancements tiny - urgent (security) fixes and in addition we would go to 20

Re: [VOTE] next version 20 instead of 4.20

2024-02-20 Thread Daan Hoogland
Paul, On Mon, Feb 19, 2024 at 6:21 PM Paul Angus wrote: > > Hi Daan, > > Can you clarify what we are actually voting on please. > > In thread that is linked I've seen: > > "[the vote] will be to adjust to the semantic versioning system." > - you can't go to 20 AND keep semantic versioning. The

AW: ha checks on kvm hosts running even with ha disabled

2024-02-20 Thread me
Thx again, Slavka! I am going to open an issue regarding this. I would expect another behavior as an administrator. Regards, Swen -Ursprüngliche Nachricht- Von: Slavka Peleva Gesendet: Dienstag, 20. Februar 2024 09:22 An: users@cloudstack.apache.org Betreff: Re: ha checks on kvm

Community Over Code Asia 2024 Travel Assistance Applications now open!

2024-02-20 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2024 are now open! We will be supporting Community over Code Asia, Hangzhou, China July 26th - 28th, 2024. TAC exists

KVM VM consoles connection timing out due to authentication failure

2024-02-20 Thread Kapil Bhuskute
Hello, We have a POD setup with CloudStack 4.19 latest version and all schema with a Zone, POD, and cluster has been setup using a Advance Shared networking Architecture. We have a couple of VMs spun up on this environment now and were trying to access its VM console via VNC port. However, it

Re: IPv4+IPv6 Dual Stack Networking for Shared Networks

2024-02-20 Thread Wido den Hollander
Op 20/02/2024 om 09:16 schreef Wei ZHOU: Hi, For a shared network with IPv6, you need to configure SLAAC on the upstream router, as CloudStack VR is not the IPv6 gateway. Correct with a few additions: - Make sure you set the lifetime of the RA to something like 60s and the interval to

Re: ha checks on kvm hosts running even with ha disabled

2024-02-20 Thread Slavka Peleva
Unfortunately, there is no check if the HA is enabled/disabled in the agent's code. The `reboot.host.and.alert.management.on.heartbeat.timeout` property is enabled by default and only manually you can disable it. Best regards, Slavka On Tue, Feb 20, 2024 at 10:14 AM wrote: > Hi Slavka, > > thx

Re: IPv4+IPv6 Dual Stack Networking for Shared Networks

2024-02-20 Thread Wei ZHOU
Hi, For a shared network with IPv6, you need to configure SLAAC on the upstream router, as CloudStack VR is not the IPv6 gateway. -Wei On Tue, 20 Feb 2024 at 09:00, Ozhan Karaman wrote: > Hi All; > > I am using Cloudstack 4.19, I am trying to enable IPv4+IPv6 Dual Stack > Networking for

AW: ha checks on kvm hosts running even with ha disabled

2024-02-20 Thread me
Hi Slavka, thx for your reply! Do you know the reason why KVMHAMonitor will be initialized even when host ha has been disabled by UI? >From an admin point of view >reboot.host.and.alert.management.on.heartbeat.timeout=false should be set >automatically when you disable host ha. Is there a

Re: K8s Dashboard Not Found

2024-02-20 Thread Wei ZHOU
Also, can you try with the CKS 1.27.8 or 1.28.4 on https://download.cloudstack.org/cks/ ? -Wei On Tue, 20 Feb 2024 at 08:31, Bharat Bhushan Saini wrote: > Hi Wei, > > > > I made the ISO from cloudstack-comman and that ISO was of latest version > 1.29.1. > > > > Thanks and Regards, > > Bharat

IPv4+IPv6 Dual Stack Networking for Shared Networks

2024-02-20 Thread Ozhan Karaman
Hi All; I am using Cloudstack 4.19, I am trying to enable IPv4+IPv6 Dual Stack Networking for Shared Networks, so I add a new network with both dual stack ip definitions in Shared Mode. I started the vm and I noticed that I don't get ipv6 ip from VR. I connected to VR to check dhcp

Re: K8s Dashboard Not Found

2024-02-20 Thread Wei ZHOU
Hi, The old way to access k8s dashboard does not work any more. please refer to https://github.com/apache/cloudstack/pull/7764 -Wei On Tue, 20 Feb 2024 at 08:27, Bharat Bhushan Saini wrote: > Hi, > > > > I am hittine below URL > > >