-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(kubernetes): Handle empty --kubeconfig-file
#3980
feat(kubernetes): Handle empty --kubeconfig-file
#3980
Conversation
Good idea @pedrooot , but for in-cluster executions, the kubeconfig file is not needed. |
You can check the documentation for this PR here -> SaaS Documentation |
--kubeconfig-file
You can check the documentation for this PR here -> SaaS Documentation |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3980 +/- ##
=======================================
Coverage 86.51% 86.51%
=======================================
Files 768 768
Lines 23899 23901 +2
=======================================
+ Hits 20677 20679 +2
Misses 3222 3222 ☔ View full report in Codecov by Sentry. |
Context
#3845
When running Prowler in Kubernetes, --kubeconfig-file is needed.
Description
Sets the --kubeconfig-file to its default route if it's not set
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.