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

Add resiliency image label and extra args in sample yaml files #296

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

xuluna
Copy link
Contributor

@xuluna xuluna commented Jul 21, 2023

Description

Add image label to sample configuration files for resiliency so that the users can customize the image to deploy resiliency with operator. Also added the extra args as per user's request.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#898

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Deployed the driver with resiliency enabled in e2e test on a local Kubernetes setup. Modified the resiliency image to use different versions/tags and repos to verify that users can specify a different resiliency image.

add new config args

Signed-off-by: Luna Xu <ms.luna.xu@gmail.com>
@xuluna xuluna changed the title add images into sample yaml file Add resiliency image label and extra args in sample yaml files Jul 21, 2023
@xuluna xuluna merged commit 724ba18 into main Jul 24, 2023
@xuluna xuluna deleted the luna/issue898 branch July 24, 2023 15:03
args:
- "--labelvalue=csi-isilon"
- "--arrayConnectivityPollRate=60"
- "--skipArrayConnectionValidation=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
Copy link
Contributor

Choose a reason for hiding this comment

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

@xuluna this parameter is defined 2 times, can you please check this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right. Fixed these in new PR: #302

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks.

ChristianAtDell added a commit that referenced this pull request Oct 15, 2024
add new config args

Signed-off-by: Luna Xu <ms.luna.xu@gmail.com>
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.

4 participants