Skip to content

Move arc installer to component api#119

Merged
wenxuan0923 merged 3 commits intomainfrom
wenx/refactor-arc
Mar 10, 2026
Merged

Move arc installer to component api#119
wenxuan0923 merged 3 commits intomainfrom
wenx/refactor-arc

Conversation

@wenxuan0923
Copy link
Collaborator

@wenxuan0923 wenxuan0923 commented Mar 9, 2026

Move arc installer to component api.

Config for using ARC mode:

root@wxvm:/home/ubuntu# cat flex.json 
{
  "azure": {
    "subscriptionId": "xxxxxxxxxx",
    "tenantId": "xxxxxxxxxx",
    "cloud": "AzurePublicCloud",
    "arc": {
      "enabled": true,
      "machineName": "edge-node",
      "tags": {
        "node-type": "edge"
      },
      "resourceGroup": "wenx-rg",
      "location": "eastus"
    },
    "targetCluster": {
      "resourceId": "/subscriptions/xxxxxxxxxx/resourceGroups/wenx-rg/providers/Microsoft.ContainerService/managedClusters/wenx-edge-cluster",
      "location": "eastus"
    }
  },
  "node": {
    "kublet": {
      "serverURL": "wenx-edge--wenx-rg-xxxxx-xxxxx.hcp.eastus.azmk8s.io",
      "caCertData": "xxxxx"
    }
  },
  "kubernetes": {
    "version": "1.33.7"
  },
  "agent": {
    "logLevel": "info",
    "logDir": "/var/log/aks-flex-node"
  }
}

@wenxuan0923 wenxuan0923 marked this pull request as draft March 9, 2026 22:52
@wenxuan0923 wenxuan0923 marked this pull request as ready for review March 10, 2026 01:01
@wenxuan0923 wenxuan0923 changed the title [WIP] Move arc installer to component api Move arc installer to component api Mar 10, 2026
@wenxuan0923 wenxuan0923 merged commit 5502896 into main Mar 10, 2026
9 checks passed
@bcho bcho deleted the wenx/refactor-arc branch March 10, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants