Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Azure Local Cannot redeploy AKS

Aperta
#57 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
azure, kubernetes

Direzione di ricerca

Non sono indicati file del repository né test. Inizia riproducendo la sequenza di aggiornamento, eliminazione di AKS e ridistribuzione di Azure Local 10.2411.3.2, quindi esamina gli stati delle immagini della raccolta AKS con Azure CLI e consulta le indicazioni K8sVersionValidation citate. Il lavoro è completato quando gli errori relativi alle immagini obsolete sono stati risolti e un cluster AKS sostitutivo viene distribuito correttamente con le stesse informazioni.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

IMPORTANT: Do not share any personal data in the bug report. This repository is a public forum and this report will also be public.

Bug description
Deploy Azure Local cluster on the previous build 2411.1 then deploy an AKS cluster. Upgrade the cluster to 2411.3 and delete the previous AKS cluster, then attempt to redeploy AKS with the same information. The deployment will fail and upon further investigation all AKS images are in a failure state leaving non-available for deployment.

Deployment is failing with citing the following error:
admission webhook "vhybridakscluster.kb.io" denied the request: {
"result": "Failed",
"validationChecks": [
{
"name": "K8sVersionValidation",
"message": "Kubernetes version 1.29.4 is not ready for use on Linux. Please go to https://aka.ms/aksarccheckk8sversions for details of how to check the readiness of Kubernetes versions.",
"recommendation": "Please check https://aka.ms/AKSArcValidationErrors/K8sVersionValidation for recommendations"
}
]
}

Using Azure CLI all AKS gallery images are in a failure state:

Image

Following the troubleshooting guide in the deployment error message and running the following command:
az rest --headers "Authorization=Bearer $token" "Content-Type=application/json;charset=utf-8" --uri $url --method DELETE

Does not appear to delete anything as all kubernetesVersions/default still exist in an error state with no change.

Repro steps
Steps to reproduce the behavior:

  1. Deploy Azure Local cluster on the previous build 2411.1
  2. Deploy an AKS cluster
  3. Upgrade the cluster to 2411.3
  4. Delete the previous AKS cluster
  5. Redeploy AKS cluster with same information
  6. Deployment errors out stating that any Kubernetes version you have selected is "not ready for use on "

Expected behavior
AKS images should not all be in an error state and the AKS cluster should successfully deploy.

Environment (please complete the following information):

  • Build 10.2411.3.2
  • Two node switchless
  • Non-production
  • Region EastUS
Lingua principale
PowerShell
Stelle
78
Fork
60
Merge medio
5h 24m
PR unite (30g)
1

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Azure/AzureLocal-Supportability

Tutte le issue di Azure/AzureLocal-Supportability

Issue simili

Altre issue su CLI

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.