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

[WIP] Fix azure multi-environment support. #38238

Conversation

smallteeths
Copy link
Contributor

This pr fixes azure multi-environment support.

  • Cloud credential management
  • Provisioning for RKE2/K3s via azure node driver
  • Provisioning for RKE via azure node driver
  • Full Lifecycle Management of AKS

#38225

@smallteeths smallteeths force-pushed the rancher-release-v2.6-azure branch 3 times, most recently from d193eda to 1b2d780 Compare July 13, 2022 05:53
Copy link

@Jason-ZW Jason-ZW left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -10,6 +10,7 @@ replace (
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20200712062324-13d1f37d2d77

github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2
github.com/rancher/aks-operator => github.com/smallteeths/aks-operator v1.0.6-rc4.0.20220713031257-5fb23e55d19a

Choose a reason for hiding this comment

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

After the review, it needs to be modified to the correct dependencies.

// Parameters:
// credConfigName - Credential config name.
// key - Fields that need to be preserved
func needToBePreserved(credConfigName, key string) bool {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need this filter here. Should keep removing all credential fields.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I removed this code and finished confirming with the front end. Let the front end get the environment from azure credential uniformly.

@github-actions
Copy link
Contributor

This repository uses an automated workflow to automatically label pull requests which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community pull requests better. If the pull request is still relevant, please add a comment to the pull request so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the pull request in 14 days. Thank you for your contributions.

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

Successfully merging this pull request may close these issues.

None yet

3 participants