Skip to content
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

chore: switch to upstream acr #397

Merged
merged 1 commit into from
Mar 23, 2022
Merged

chore: switch to upstream acr #397

merged 1 commit into from
Mar 23, 2022

Conversation

chewong
Copy link
Contributor

@chewong chewong commented Mar 21, 2022

Reason for Change:

Switching staging registry from using upstreamk8sci to upstream.

Requirements

  • squashed commits
  • included documentation
  • added unit tests and e2e tests (if applicable).

Issue Fixed:

Please answer the following questions with yes/no:

Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?

  • yes
  • no

Notes for Reviewers:

@chewong chewong requested a review from sozercan March 21, 2022 17:05
@chewong chewong requested a review from aramase as a code owner March 21, 2022 17:05
@chewong chewong enabled auto-merge (squash) March 21, 2022 17:10
@chewong chewong requested a review from sozercan March 22, 2022 01:35
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
Copy link
Member

@sozercan sozercan left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@@ -40,11 +40,6 @@ create_cluster() {

if [[ "${REGISTRY}" =~ \.azurecr\.io ]]; then
az acr login --name "${REGISTRY}"
echo "Granting AcrPull permission to the cluster's managed identity"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we have anonymous pull enabled for the upstream registry so we don't need to grant AcrPull permission.

@chewong chewong merged commit 3e85ce4 into Azure:main Mar 23, 2022
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.

None yet

3 participants