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
"If both image and family are provided, the system will use provided image and provisioning logic for given family. "+
335
337
"If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. "+
336
338
"If image family is omitted, a default family (based on cloud provider) will be used. "+
337
-
"See Cast.ai documentation for details. Possible values: (%v)", strings.Join([]string{aksImageFamilyUbuntu, aksImageFamilyAzureLinux}, ",")),
"See Cast.ai documentation for details. Possible values: (%v)", strings.Join([]string{aksImageFamilyUbuntu, aksImageFamilyAzureLinux, aksImageFamilyWindows2019, aksImageFamilyWindows2022}, ",")),
0 commit comments