-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Extra Fields From Minimal CR (#800)
* set default replicas to 2 if not specified * set default path for KUBELET_CONFIG_DIR * set default path for KUBELET_CONFIG_DIR * define DefaultKubeletConfigDir * Same KUBECONFIG_DIR changes for powerscale and powerstore. Tested on K8S. * updated structs to pointers * Remove mdm from CR. We still need to add the MDM var to the daemonset. * fixed operator crashing * [WIP] Increase coverage for driver package (#801) * Update common_test.go to increase powerscale.go coverage * Update powerscale_test.go * Fixed initContainers in CR * Update common_test.go for increaing powermax.go coverage * Update common_test.go * Update common_test.go to increase powerflex.go coverage * fixed linting errors * fixed linting errors * fixed yaml linting errors * To increase coverage for powerstore.go * Increase coverage for unity.go file * Increase coverage for unity.go file * To increase coverage for unity.go * To increase coverage for commonconfig.go * To increase coverage for commonconfig.go * Fixed Linting issues * Fixed Linting issues * Fixed Linting issues * fixed linters error * fixed linters error * e2e tests for minimal sample * Removing code that defaults replica count in deployment and CR to 2 when it comes in as 0. * Fix linter error. * addressed @rajendraindukuri & @kumarp20 review comment * fixed liniting errors for crd * added no mdm unit test * fixed reverseproxy envs * Inject ReverseProxy directly into the deployment * Refactor ReverseProxy code * Fix unit test failures * Fix step_defs.go * Increase coverage of controller * Increase coverage of controller * Fix gosec error * Fix lint error * Increase coverage of reverseproxy * Fix lint error * Fix minimal e2e scenarios * Fix driver UT --------- Co-authored-by: Surya Gupta <[email protected]> Co-authored-by: Rishabh Raj <[email protected]> Co-authored-by: sakshi-garg1 <[email protected]> Co-authored-by: Akshay Saini <[email protected]> Co-authored-by: Akshay Saini <[email protected]>
- Loading branch information
1 parent
91165ff
commit 498b3f9
Showing
28 changed files
with
2,731 additions
and
1,831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2,895 changes: 1,711 additions & 1,184 deletions
2,895
config/crd/bases/storage.dell.com_containerstoragemodules.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.