-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix airgapped cluster e2e image pull #5316
base: dev
Are you sure you want to change the base?
Conversation
e2e/config/config.go
Outdated
@@ -15,7 +15,7 @@ var ( | |||
Azure = mustNewAzureClient() | |||
ResourceGroupName = "abe2e-" + Config.Location | |||
VMIdentityName = "abe2e-vm-identity" | |||
PrivateACRName = "privateacre2e" + Config.Location | |||
PrivateACRName = "xinhlprivateacre2e" + Config.Location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im assuming this is just for testing atm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name is for temp to avoid conflict with old tests
What type of PR is this?
/kind test
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: