-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[installer]: add validate cluster command to the installer #6234
Conversation
29fa1fb
to
619ecfe
Compare
Testing this against a GKE cluster I get an error in "Kernel version" -> "message": "Invalid Semantic Version" |
@aledbf That's strange. What version comes out when you run I've also added in the detected Kernel version into the error message. |
619ecfe
to
9363ea6
Compare
Codecov Report
@@ Coverage Diff @@
## main #6234 +/- ##
==========================================
- Coverage 19.04% 6.08% -12.96%
==========================================
Files 2 10 +8
Lines 168 854 +686
==========================================
+ Hits 32 52 +20
- Misses 134 800 +666
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Some nodes (Container-Optimized OS from Google) return |
/approve |
/assign @csweichel |
@aledbf Hmmm, the |
9363ea6
to
b06be37
Compare
/lgtm |
LGTM label has been added. Git tree hash: bc87b63d1b0fcfa7a2fa88e84cba12e8ec3133fd
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, csweichel Associated issue: #6210 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Runs validation checks against the cluster
>= 5.4.0-0
Related Issue(s)
Fixes #6210
How to test
With the appropriate config in
~/.kube/config
(or specifying your own with--kubeconfig=
orKUBECONFIG
envvar), rungo run . validate cluster
Release Notes
Documentation