Results 39 comments of Georg Stoifl

We're starting to use Rancher Desktop instead of Docker Desktop, a support for Windows container would be great!

@PatrickLang - yes - running Windows and Linux container like it works in a mixed OS Kubernetes cluster instead of using Docker compose. Building Linux and Windows container on top...

@Jarod1662 - looks like Hyper-V is not "ready". The KVA check creates a virtual machine and tries to reach it. If the VirtualSwitch is misconfigured it doesn't work. Same issue...

The Aks Hybrid docs expect that you have your underlying Hyper-V configured correctly. For nested virtualization you need to turn on MacSpoofing as documented here: [Run Hyper-V in a Virtual...

> Any Progress on the CSI Snapshot capabilities ? It's on top of our wish list as well - it would help a lot with backup / restore.

@eponerine I've seen exactly that issue in the screenshot a week ago at collecting logs with `Get-AksHciLogs`. The ssh key in my userprofile .ssh folder had been used and all...

On setups where multi admin works fine we never executed the previous "workaround script" - only added user accounts to a local administrators AD group. I think that's the reason...

@markamber - this is a log from WAC? I'm just wondering about this: ![image](https://github.com/Azure/aks-hybrid/assets/6702311/b71efaf9-5b62-43e9-9b0f-5f1f0aa22bf9) If setup over WAC fails for you connect to a host and use Powershell: [https://learn.microsoft.com/en-us/azure/aks/hybrid/kubernetes-walkthrough-powershell](https://learn.microsoft.com/en-us/azure/aks/hybrid/kubernetes-walkthrough-powershell) That's...

Custom certs deployment to Linux nodes is connected to proxy configs what caused issues. We now use a DaemonSet to deploy them and update them. https://github.com/Elektronenvolt/aks-hybrid/blob/main/Linux-certificate-ds.yaml

Hi @xzrian We had discussion with a System Engineer from Kasten K10 recently and learned that the default storage provider _disk.csi.akshci.com_ does not have a snapshot controller (so far?). You...