Results 11 issues of 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...

Change sent to author
ready-to-merge
aq-pr-triaged
azure-arc/svc
azure-arc-data/subsvc
qualifies-for-auto-merge

**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` -...

Enhancement

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:...

Bug

**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...

Enhancement

**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 `...

Enhancement

**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...

enhancement

@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...

azure-stack/svc
Change sent to author
do-not-merge
aq-pr-triaged
aks-hci/subsvc
qualifies-for-auto-merge

An AKS Arc cluster billing status had been out of sync and limited cluster operations. ![image](https://github.com/Azure/aksArc/assets/6702311/f4a2e366-8e1c-40a5-b199-e09344817070) `Sync-AksHciBilling` returns ` Upload Successful!` but ` Get-AksHciBillingStatus | ConvertTo-Json` shows a ConnectionStatus `OutOfPolicy`...

Document/ TSG

**Describe the bug** After connecting a cluster to Azure Arc with `Enable-AksHciArcConnection -name ` one pod does not complete: ![image](https://user-images.githubusercontent.com/6702311/194672562-32dd6332-47c2-4385-95ae-710c5b6f9857.png) I've tried to solve the issue by re-installing with `Disable-AksHciArcConnection`...

Bug