kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

No Config Profile provided #98

Closed MarkMangoba closed 6 years ago

MarkMangoba commented 6 years ago

When trying to run ./kube-linode.sh create, the process fails silently on:

Therefore, it cannot continue the process.

kahkhang commented 6 years ago

Thanks for highlighting the issue @MarkMangoba! Sigh seems like Linode recently increased their minimum disk size for the install OS

{"ACTION":"linode.disk.createFromDistribution","DATA":{},"ERRORARRAY":[{"ERRORMESSAGE":"Distribution requires a minimum size of 1300MB","ERRORCODE":8}]}

Will do a fix now.