-
Notifications
You must be signed in to change notification settings - Fork 120
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
Remove Kubeconfig dependency for verification of control cluster in IT #869
Conversation
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.
Thanks for the PR. Please address the comments
isControlSeed = os.Getenv("IS_CONTROL_CLUSTER_SEED") | ||
|
||
// To detect orphans with this tag | ||
clusterTagSuffix = "integration-test-cluster" |
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.
clusterTagSuffix = "integration-test-cluster" | |
targetClusterPlaceholder = "integration-test-cluster" |
Make it a constant instead of variable
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.
/lgtm
What this PR does / why we need it:
This PR removes the dependency on kubeconfig for identifying the control cluster as seed and also, updates the integration tests documentation.
Which issue(s) this PR fixes:
Fixes part of #853
Special notes for your reviewer:
Release note: