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

Make management cluster address configurable #669

Merged
merged 9 commits into from
Jul 9, 2020

Conversation

rene-dekker
Copy link
Member

After this change, a user can fill in the management cluster address once, instead of once per managed cluster. When a user adds a managed cluster, they currently apply our CR called ManagementClusterConnection, with the field managementClusterAddr.

What is new?

  • Add a new CR called ManagementCluster
  • It will have a field called addr(*) (to populate of ManagementClusterConnection.managementClusterAddr)
  • Remove clusterManagementType from Installation CR, because we can now derive this effectively.
  • This will be backwards compatible
  • Management clusters that upgrade EE, will need to apply the new CR.

…ntClusterConnection are present in a cluster
Copy link
Contributor

@Brian-McM Brian-McM left a comment

Choose a reason for hiding this comment

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

Looks good! Please squash before you merge.

@Brian-McM Brian-McM merged commit 457a65b into tigera:master Jul 9, 2020
@tmjd tmjd added this to the v1.9.0 milestone Jul 16, 2020
@tmjd tmjd added enterprise Feature applies to enterprise only kind/enhancement New feature or request labels Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enterprise Feature applies to enterprise only kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants