You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src validation for ebs-csi drivers and VPCs (#939)
* validate ebs-csi drivers on EKS clusters
* add condition for failed config
* add validation for vpcs
* Adds tests for validate VPC
* formatting, add comment for EksVpc
* fix formatting in kube test
* add test for ebs-csi validation and refactor
* formatting
* remove commented out function signature
* checks current context when using --eks flag
- Before, validation ran regardless of whether current kubectl context
was set to an EKS cluster or not
- Now, if --eks flag is added to the command, src checks that an EKS
cluster is already configured
* formatting
* fix ineffectual append that linter flagged
* refactor
* formatting
* retab
* Adds more robust testing for ebs csi drivers
* remove test copies from kube_test
* formatting
* retab
* add tests and refactor
* improve naming conventions to be less confusing and more informative
* Update internal/validate/kube/kube.go
Co-authored-by: James Cotter <35706755+jac@users.noreply.github.com>
* retab
* more retabbing
* Update internal/validate/kube/eks.go
Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
* Moved/renamed Eks() function to eks file
* formatting
---------
Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
Co-authored-by: James Cotter <35706755+jac@users.noreply.github.com>
Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
0 commit comments