-
Notifications
You must be signed in to change notification settings - Fork 28
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
Identify more platforms and externalize environment checking #71
Conversation
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
===========================================
- Coverage 62.81% 47.94% -14.88%
===========================================
Files 6 10 +4
Lines 199 340 +141
Branches 34 53 +19
===========================================
+ Hits 125 163 +38
- Misses 70 171 +101
- Partials 4 6 +2
Continue to review full report at Codecov.
|
Please @radu-matei , when do you think you'll find the time to review this ? |
Hi @radu-matei , this PR includes the npm audit fix.
Please merge it first so the other PR won't fail.
The checking consist in :
Kubectl is now installed with the right version when kubernetes version can be identified throught the provided image or the kind config file
A metallb load-balancer can be installed with
loadBalancer : true
A local registry can be installed with
localRegistry : true
NB :
latest
can be a valid value for the kind version input parametercloses #9
closes #16
closes #81