We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df62f74 commit 0249e25Copy full SHA for 0249e25
pkg-new/validation/upgradable.go
@@ -167,7 +167,7 @@ func validateK8sVersion(opts UpgradableOptions) error {
167
// Parse the EC version format to extract K8s version: "2.12.0+k8s-1.33-*"
168
currentK8s, err := getK8sVersion(opts.CurrentECVersion)
169
if err != nil {
170
- return fmt.Errorf("failed to extract k8s version from curretn version %s: %w", opts.CurrentECVersion, err)
+ return fmt.Errorf("failed to extract k8s version from current version %s: %w", opts.CurrentECVersion, err)
171
}
172
173
targetK8s, err := getK8sVersion(opts.TargetECVersion)
0 commit comments