Skip to content

Conversation

@FumingZhang
Copy link
Member


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az aks approuting enable --enable-kv
This command enables App Routing addon in given cluster. The optional flag enables the keyvault-secrets-provider addon in given cluster.
az aks approuting disable
This command disables App Routing in given cluster.
az aks approuting update --attach-kv <keyvault-id>
This command is used to update keyvault id in App Routing addon. Attach a keyvault id to the cluster to access secrets and certificates.
az aks approuting zone add/delete --ids <dns-zone-resource-id> --attach-zones
This command adds/deletes multiple DNS zone resource IDs in App Routing. It takes comma-separated list of DNS zone resource IDs. --attach-zones flag grants DNS zone Contributor permissions on all zone IDs specified in --ids.
az aks approuting zone update --ids <dns-zone-resource-id>,<dns-zone-resource-id-2> --attach-zones
This command replaces the DNS zone resource IDs used in App Routing.
az aks approuting zone list
This command lists the DNS zones in App Routing.

PR forked from #6902

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Nov 7, 2023

⚠️Azure CLI Extensions Breaking Change Test
⚠️aks-preview
rule cmd_name rule_message suggest_message
⚠️ 1011 - SubgroupAdd aks approuting sub group aks approuting added
⚠️ 1006 - ParaAdd aks create cmd aks create added parameter enable_app_routing

@azure-client-tools-bot-prd
Copy link

Hi @FumingZhang,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@azure-client-tools-bot-prd
Copy link

Hi @FumingZhang,
Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

@yonzhan
Copy link
Collaborator

yonzhan commented Nov 7, 2023

AKS

@zhoxing-ms zhoxing-ms merged commit 907fef3 into Azure:main Nov 7, 2023
Comment on lines -3003 to -3004
# set up ingress web app routing profile
mc = self.set_up_ingress_web_app_routing(mc)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User cannot enable app routing via az aks create -g xxx -n xxx --enable-addons web_application_routing anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AKS Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants