You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The cluster with kubernetes version ${k8sVersion} is utilizing a less compatible version for otomi. For optimal performance and features, we recommend using one of our supported versions: [${k8sVersions}]. Make sure to align your cluster with these versions to take full advantage of our services.`,
`The cluster with kubernetes version ${k8sVersion} is utilizing a less compatible version for otomi. For optimal performance and features, we recommend using one of our supported versions: [${k8sVersions}]. Make sure to align your cluster with these versions to take full advantage of our services.`,
21
+
)
22
+
process.exit(1)
23
+
}elsed.log('Cluster validation SUCCESS')
24
+
}catch(e){
25
+
d.warn(e)
26
+
d.warn('Could not validate cluster kubernetes version. Assuming that it is compatible. Proceeding.')
0 commit comments