Azure / azure-cli

Azure Command-Line Interface
MIT License
3.99k stars 2.98k forks source link

Route Table takes forever to show up in cli #15848

Open mxrss2 opened 3 years ago

mxrss2 commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az network route-table list

Errors:

Taking from 15-30 mins to show up -- its causing my data elements to fail and I can not make this work in a consistent fashion. The setup shows that in the GUI it comes up -- I tried logging out of az cli and relogging clearing session. Out of ideas, its frustrating cause the automation on provision does not run consistently.

To Reproduce:

Create a new AKS cluster with kubenet routing

Expected Behavior

az network route-table list should return whats in the GUI -- It does not.

Environment Summary

Windows-10-10.0.20180-SP0
Python 3.6.8
Installer: MSI

azure-cli 2.14.2

Extensions:
azure-devops 0.18.0
desktopvirtualization 0.1.0

Additional Context

yonzhan commented 3 years ago

network

mxrss2 commented 3 years ago

I added a provision step that uses this to randomly check if the provision is done. Its weird that i can see it in the UI but the API its really hit or miss.

haroldrandom commented 3 years ago

@mxrss2 Is this scenario constantly happening?

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az network route-table list` **Errors:** Taking from 15-30 mins to show up -- its causing my data elements to fail and I can not make this work in a consistent fashion. The setup shows that in the GUI it comes up -- I tried logging out of az cli and relogging clearing session. Out of ideas, its frustrating cause the automation on provision does not run consistently. ## To Reproduce: Create a new AKS cluster with kubenet routing - `az network route-table list -g {}` ## Expected Behavior `az network route-table list` should return whats in the GUI -- It does not. ## Environment Summary ``` Windows-10-10.0.20180-SP0 Python 3.6.8 Installer: MSI azure-cli 2.14.2 Extensions: azure-devops 0.18.0 desktopvirtualization 0.1.0 ``` ## Additional Context
Author: mxrss2
Assignees: haroldrandom
Labels: `Network`, `Service Attention`
Milestone: S180
haroldrandom commented 3 years ago

CLI does nothing for tricky loop, it might be a service attention. If it's a stable and reproducible scenario, I will invite service team to dig into.

leave it open for awearness.

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @vnetsuppgithub.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az network route-table list` **Errors:** Taking from 15-30 mins to show up -- its causing my data elements to fail and I can not make this work in a consistent fashion. The setup shows that in the GUI it comes up -- I tried logging out of az cli and relogging clearing session. Out of ideas, its frustrating cause the automation on provision does not run consistently. ## To Reproduce: Create a new AKS cluster with kubenet routing - `az network route-table list -g {}` ## Expected Behavior `az network route-table list` should return whats in the GUI -- It does not. ## Environment Summary ``` Windows-10-10.0.20180-SP0 Python 3.6.8 Installer: MSI azure-cli 2.14.2 Extensions: azure-devops 0.18.0 desktopvirtualization 0.1.0 ``` ## Additional Context
Author: mxrss2
Assignees: haroldrandom
Labels: `Network - Virtual Network`, `Service Attention`
Milestone: Backlog
mxrss2 commented 3 years ago

hey @haroldrandom

Sorry it took a while, it was happening on and off, its random when it happens. I made a script to wait for the route table to show up. I havent newed up an env as of laste, but will soon to check to see if it is still doing it.