Announcement

Collapse
No announcement yet.

Search Result

Collapse
2 results in 0.0016 seconds.
Keywords
Members
Tags
  •  

  • Easy guide to setup github runner to deploy aks cluster on azure vm.

    Easy guide to setup github runner to deploy aks cluster on azure vm.

    1. Set up azure cli on server
    Code:
    sudo dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm
    sudo dnf install azure-cli
    2. Install Kubelogin
    Code:
    sudo az aks install-cli
    3. Install Helm cli

    Code:
    curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
    sudo chmod 700 get_helm.sh
    sudo ./get_helm.sh
    sudo chmod 777 /usr/local/bin/helm
    ...
    Go to post

  • test article

    test article

    test article
    Go to post
Working...
X