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 CheckVersion executes at the beginning of the run, it expects the golang version to parse the output and determine the versions.
kube-applier/kube/client.go
Lines 80 to 107 in 5e4f51c
As of kubectl v1.28, the default output of kubectl version is what used to be for kubectl version --short.
After 1.28 upgrade:
2024/09/06 02:06:13 Output trimmed from kubectl version: Client Version: v1.28.13 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.11-gke.1260000
This causes kube-applier to fail with an index out of range error.
The text was updated successfully, but these errors were encountered:
Update version check for compatibility with kubectl v1.28+ (fixes box#61
20eff57
)
d254fb8
9bf8e38
693b1a0
f26b2d8
Successfully merging a pull request may close this issue.
When CheckVersion executes at the beginning of the run, it expects the golang version to parse the output and determine the versions.
kube-applier/kube/client.go
Lines 80 to 107 in 5e4f51c
As of kubectl v1.28, the default output of kubectl version is what used to be for kubectl version --short.
After 1.28 upgrade:
This causes kube-applier to fail with an index out of range error.
The text was updated successfully, but these errors were encountered: