Georg Stoifl
Georg Stoifl
Add missing custom resource definitions to delete. These three *.arcdata.microsoft.com CRDs had been left after applying the current docs. I had to delete them as well before a fresh install...
**Allow scaling down nodepools in 'out-of-capacity' situations during 'Update-AksHci'**: **Description**: If I have a cluster with too less memory left to create a new VM and start an `Update-AksHci` -...
We use a network setup as described here: https://github.com/Azure/aks-hybrid/issues/97#issue-897601769 `vlan 100` -> physical hardware `vlan 200` -> AKS Hybrid VMs And based on documented Firewall rules https://learn.microsoft.com/en-us/azure/aks/hybrid/system-requirements?tabs=allow-table#aks-on-azure-stack-hci-and-windows-server-requirements these Firewall rules:...
**Separate functionality for deploying custom root CA certs to worker nodes from Proxy** **Description**: We do not use Proxy and No_Proxy anymore but have our own root CA and intermediate...
**Describe the bug** There is a list of required URLs for AKS Hybrid in the docs: [Network port and URL requirements](https://learn.microsoft.com/en-us/azure/aks/hybrid/system-requirements?tabs=allow-table#network-port-and-url-requirements) **We had to add `*.nuget.org` because:** On a machine...
**Title**: Allow scaling of workload cluster nodepools if there are critical updates available. **Description**: I wanted to scale up nodepools of a workload cluster with `Set-AksHciNodePool -clusterName -name -count `...
**Is your feature request related to a problem? Please describe.** Remote debugging with Bridge to Kubernetes is a powerful feature to fast investigate issues in dev and test environments. We...
@abhilashaagarwala - I think the header should be called destination here. By configuring our FW again for new clusters and reading the description -> sources is here destination in the...
An AKS Arc cluster billing status had been out of sync and limited cluster operations.  `Sync-AksHciBilling` returns ` Upload Successful!` but ` Get-AksHciBillingStatus | ConvertTo-Json` shows a ConnectionStatus `OutOfPolicy`...
**Describe the bug** After connecting a cluster to Azure Arc with `Enable-AksHciArcConnection -name ` one pod does not complete:  I've tried to solve the issue by re-installing with `Disable-AksHciArcConnection`...