Azure Stack HCI Arc Ressource Bridge was deleted by deploying Azure Kubernetes Service

Robert 21 Reputation points
2022-04-12T14:51:05.023+00:00

I built an Azure Stack HCI Lab, then connected to Arc and built the Arc Resource Bridge. After that I was able to successfully deploy VMs from the Azure Portal.

After that I built Azure Kubernetes Service via Admin Center. The operation deleted the resource bridge on the HCI cluster. Now the message appears when you click on Resource Bridge in the Admin Center.

"You cannot call a method on a null-valued expression."

What can I do? I want to test both scenarios.

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
270 questions
Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
328 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,869 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pascal Slijkerman 91 Reputation points
    2022-05-03T14:55:42.4+00:00

    Hi Robert,

    VM Self Service is currently in preview and both AKS on HCI and VM Self Service use the same resource bridge. If you want to use AKS on HCI and VM Self service on the same stamp you have to install AKS first, and on top of that deploy VM self Service. Also you might want to consider using powershell instead of Admin Center. Admin Center is not ready yet to deploy these to features side by side.

    Beware that you need to skip some steps of the VM Self service because you already configured it with the AKS on HCI deployment.

    Regards,
    Pascal Slijkerman
    www.splitbrain.com

    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Dennis Birk 401 Reputation points
    2022-06-14T09:16:58.413+00:00

    Update:

    I changed the hci-infra.yaml file and changed the k8snodeippoolstart from 192.168.57.174 (used for AKS management) to 192.168.57.175 (free) and now the deployment works fine.
    211262-image.png

    Is this a bug?

    1 person found this answer helpful.
    0 comments No comments

  2. Surbhi 596 Reputation points Microsoft Employee
    2022-04-19T06:14:12.313+00:00

  3. Dennis Birk 401 Reputation points
    2022-06-14T07:29:12.3+00:00

    Hello, I've the same challenge. I've deployed AKS management cluster.
    211213-image.png

    And try now deploy VM Self Service (from here https://learn.microsoft.com/en-us/azure-stack/hci/manage/troubleshoot-arc-enabled-vms#limitations-and-known-issues) and start here https://learn.microsoft.com/en-us/azure-stack/hci/manage/deploy-arc-resource-bridge-using-command-line#install-powershell-modules-and-update-extensions on step 4.

    The script https://learn.microsoft.com/en-us/azure-stack/hci/manage/deploy-arc-resource-bridge-using-command-line#install-powershell-modules-and-update-extensions on step 3 stucked by this line "az arcappliance deploy hci --config-file $csv_path\ResourceBridge\hci-appliance.yaml --outfile $env:USERPROFILE.kube\config" and after few minutes a got a time out.

    The script use the same IP as the management cluster
    211221-image.png

    211195-image.png

    Is this correct?

    0 comments No comments