kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
291 stars 40 forks source link

Minio storage class needs refinements #355

Open mcapuccini opened 6 years ago

mcapuccini commented 6 years ago

After merging https://github.com/kubenow/KubeNow/pull/336 we added support for a minio storage class. A few refinements are needed:

  1. Install minio as part of kn apply (@jonandernovella does it take much CPU?)
  2. Have better config mechanism (will be possible after inventory-as-a-template will be available)
  3. Figure out if this configs are better in general, and not only when working with minio
jonandernovella commented 6 years ago

Minio is quite light. The CPU request is 0.256 milicores. Regarding what configs are better, that's difficult to say. It'd need lots of benchmarking. The current setup looks good for now.