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
# get the HPE CP supported k8s 1.17.x version number
222
-
KVERS=$(hpecp httpclient get /api/v2/k8smanifest | python3 -c 'import json,sys;obj=json.load(sys.stdin); [ print(v) for v in obj["version_info"] if v.startswith("1.17") ]')
222
+
KVERS=$(hpecp k8scluster k8s-supported-versions --output text --major-filter 1 --minor-filter 17)
223
223
echo$KVERS
224
224
225
225
# replace IDs defined below with the ones from `hpecp k8sworker list'
0 commit comments