Azure / AKS

Azure Kubernetes Service
1.92k stars 284 forks source link

[Question] Beta API detection if upgrading to v1.30 #4213

Open JoeyC-Dev opened 1 month ago

JoeyC-Dev commented 1 month ago

Describe scenario There is a statement in "2024-03-31" Release:

Starting 1.30 Kubernetes version and 1.27 LTS versions, beta apis will be disabled by default, when you upgrade to them. There will be an option provided to explicitly enable beta apis closer to the 1.30 release.

Question I understand there will be option to enable APIs. However:

  1. Is there any API detection that will detect beta APIs when upgrading to v1.30?
  2. Will there be any obvious prompt on Azure portal to warn this change to customer? (also for az-cli, Terraform, etc)

Currently it won't block beta APIs unless deprecated (maybe it will at the time of v1.30), but I am worried if customer will upgrade to v1.30 without awareness of beta APIs disablement.