KubeNow icon indicating copy to clipboard operation
KubeNow copied to clipboard

Minio storage class needs refinements

Open mcapuccini opened this issue 6 years ago • 1 comments

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

mcapuccini avatar Mar 23 '18 08:03 mcapuccini

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.

jonandernovella avatar Apr 26 '18 09:04 jonandernovella