Re: [D] NVIDIA vGPU with A16 [cloudstack]

2024-12-11 Thread via GitHub
GitHub user meisenst-dnd added a comment to the discussion: NVIDIA vGPU with A16 > @meisenst-dnd Although I haven't used this specific GPU card, I just want to > give you a heads-up that the supported GPUs you see in the compute offerings > work only with XenServer. I assume you are using XenS

Re: [D] NVIDIA vGPU with A16 [cloudstack]

2024-12-11 Thread via GitHub
GitHub user meisenst-dnd edited a comment on the discussion: NVIDIA vGPU with A16 > @meisenst-dnd Although I haven't used this specific GPU card, I just want to > give you a heads-up that the supported GPUs you see in the compute offerings > work only with XenServer. I assume you are using Xe

Re: [D] NVIDIA vGPU with A16 [cloudstack]

2024-12-11 Thread via GitHub
GitHub user meisenst-dnd edited a comment on the discussion: NVIDIA vGPU with A16 > @meisenst-dnd Although I haven't used this specific GPU card, I just want to > give you a heads-up that the supported GPUs you see in the compute offerings > work only with XenServer. I assume you are using Xe

Re: [D] Multi-Site Management [cloudstack]

2024-12-11 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Multi-Site Management It seems that your conditions do not make it feasible to implement your desired architecture, @leo79901 . - A host not being able to reache the management server for hours or days is not manageable. No alarms wi

Re: [D] Multi-Site Management [cloudstack]

2024-12-11 Thread via GitHub
GitHub user andrijapanicsb added a comment to the discussion: Multi-Site Management As down Daan wrote - you need stable connection between the main Zone (where the management servers are) and the remote zones (remote KVM hosts) - bandwidth is not that much of an issue (though, 5-10 Mbps is t

Re: [D] Cloudstack Baremetal Setup [cloudstack]

2024-12-11 Thread via GitHub
GitHub user matats added a comment to the discussion: Cloudstack Baremetal Setup Sorry to bump, but I have the same requirement - baremetal setup. I've searched the web for days and found no solution anywhere. Getting really desperate. Thanx in advance GitHub link: https://github.com/apache/c

Re: [D] Multi-Site Management [cloudstack]

2024-12-11 Thread via GitHub
GitHub user leo79901 added a comment to the discussion: Multi-Site Management Thanks a lot! Now I know your means. For the production environment, the better way is to install management server clusters in each nation and develop a Cloud Management Platform to manage each cluster via API. Gi

Re: [D] Cloudstack Baremetal Setup [cloudstack]

2024-12-11 Thread via GitHub
GitHub user zap51 added a comment to the discussion: Cloudstack Baremetal Setup @matats, there seems to be a discussion at https://github.com/apache/cloudstack/discussions/10058 GitHub link: https://github.com/apache/cloudstack/discussions/9606#discussioncomment-11539899 This is an auto

Kubernetes nginx ingress svc stuck in 'Pending'

2024-12-11 Thread Eric Green
I am currently successfully using the nginx ingress on AKS. But when I try to deploy it into Cloudstack Kubernetes, the EXTERNAL-PI is stuck in state. I've tried multiple ways to deploy it and am putting the correct annotations as documented in the Cloudstack Kubernetes provider but I'm still

Re: [D] NVIDIA vGPU with A16 [cloudstack]

2024-12-11 Thread via GitHub
GitHub user zap51 added a comment to the discussion: NVIDIA vGPU with A16 > They only work with XenServer? This isn't mentioned anywhere, and is going to > impact what I'm trying to do in a huge way (we are running KVM). > > In fact, why is this option even showing up in a zone that is exclusi

Re: [D] NVIDIA vGPU with A16 [cloudstack]

2024-12-11 Thread via GitHub
GitHub user rajujith added a comment to the discussion: NVIDIA vGPU with A16 @meisenst-dnd GPU support as a first-class feature is a backlog item for CloudStack. A talk was given at CCC in Madrid last month regarding some of the issues and a feature proposal. The recording will be available on

Re: Kubernetes nginx ingress svc stuck in 'Pending'

2024-12-11 Thread Jayanth Babu Reddy
Just to confirm if there's not any misconfiguration at ACS, try doing these and let us know if you get the IP assigned. $ kubectl run --image=nginx nginx $ kubectl expose pod/nginx --type=LoadBalancer --port=80 For your nginx ingress controller service of type Load Balancer, what does $ kubect