Skip to content

Conversation

@vakalapa
Copy link
Contributor

@vakalapa vakalapa commented Dec 3, 2021

…mins

Reason for Change:

Currently when an AKS-e cluster is created, "azure" HNS network is not created right away. Only after pods are scheduled will "azure" network be created. Making change in NPM to not error out right away and wait 20 mins and retry for azure network info.

Issue Fixed:

Requirements:

Notes:

@vakalapa
Copy link
Contributor Author

vakalapa commented Dec 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

}

func (dp *DataPlane) getNetworkInfo() error {
err := dp.setNetworkIDByName(AzureNetworkName)
Copy link
Contributor

Choose a reason for hiding this comment

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

We can remove the if-statement and all other code outside of it because the ticker starts right away (if I'm not mistaken)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ticker by default does not start right away, had to change it up a bit.

@vakalapa vakalapa merged commit 27b77fb into master Dec 13, 2021
@vakalapa vakalapa deleted the vakr/windpwaitforazurenetwork branch December 13, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants