We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running on OKD, creating a ReclaimSpaceJob fails with:
Failed to make node request: failed to convert Kubernetes minor version "28+" to int: strconv.Atoi: parsing "28+": invalid syntax
The versions given are:
Client Version: 4.14.6 Kustomize Version: v5.0.1 Server Version: 4.15.0-0.okd-2024-02-10-035534 Kubernetes Version: v1.28.2-3572+f1618d54a81f9f-dirty
The type conversion may be too primitive to catch all kinds of Kubernetes version, perhaps a SemVer library should be used instead.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When running on OKD, creating a ReclaimSpaceJob fails with:
The versions given are:
The type conversion may be too primitive to catch all kinds of Kubernetes version, perhaps a SemVer library should be used instead.
The text was updated successfully, but these errors were encountered: