Giter Site home page Giter Site logo

Comments (3)

azure-client-tools-bot-prd avatar azure-client-tools-bot-prd commented on September 22, 2024

Hi @GMihai00,

2.58.0 is not the latest Azure CLI(2.59.0).

If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.

from azure-cli.

yonzhan avatar yonzhan commented on September 22, 2024

Thank you for opening this issue, we will look into it.

from azure-cli.

azure-client-tools-bot-prd avatar azure-client-tools-bot-prd commented on September 22, 2024

Hi @GMihai00
Find similar issue #26833.

Issue title Upgrade 2.50 CLI az aks upgrade --kubernetes-version 1.26.3 Fails
Create time 2023-07-06
Comment number 6

Possible solution:
To automatically install DAPR on an AKS, you can try running the az k8s-extension create command with the --yes flag to bypass the prompt for user input. Here's an example command:

az k8s-extension create --resource-group $env:RESOURCE_GROUP `
        --cluster-name $env:CLUSTER_NAME `
        --cluster-type managedClusters `
        --name dapr `
        --extension-type Microsoft.Dapr `
        --scope cluster `
        --release-train stable `
        --auto-upgrade-minor-version true `
        --configuration-settings "global.mtls.enabled=false" --yes

Alternatively, you can try updating the AKS resource directly using the az resource update command. Here's an example command:

az resource update --ids <aks_resource_id> --set 'properties.kubernetesVersion=1.26.3 '--set 'properties.agentPoolProfiles[0].orchestratorVersion=1.26.3'

If you are still encountering issues, it might be best to open a Microsoft support ticket for further troubleshooting.


Please confirm if this resolves your issue.

from azure-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.