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

e2e: describes configs used in config.yaml.sample #1767

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

parikshithb
Copy link
Member

Resolves #1765

  • Added comments for different configs except for pvc properties(self explaining)
  • Shows sample clusters, can be uncommented out to make it easy to configure kubeconfig paths.

* Added comments for different options except for pvc properties(self explaining)
* Shows sample clusters, can be uncommented out to make it easy to configure kubeconfig paths.

Signed-off-by: Parikshith <[email protected]>
Copy link
Member

@nirs nirs 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, see minor comments.

@@ -1,11 +1,35 @@
---
# Configuration file for RamenDR E2E testing on Regional DR.

# Name of the channel used for the Channel CR (utilized by Subscription CRs).
Copy link
Member

Choose a reason for hiding this comment

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

Also by ApplicationSet, so we can just mention that OCM is using this to pull the application from git.


# Sample cluster configurations (commented out by default):
# Uncomment and edit the following lines to provide the kubeconfig paths
# for your test clusters.
Copy link
Member

Choose a reason for hiding this comment

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

We can remove "(commented by default)".

# Sample cluster configurations (commented out by default):
# Uncomment and edit the following lines to provide the kubeconfig paths
# for your test clusters.

Copy link
Member

Choose a reason for hiding this comment

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

Lets remove the blank line - the all the other comments are right above the yaml item, so this should be right above the "clusters:".

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.

e2e: briefly explain about configs used in config.yaml.sample
2 participants