rancher-plugins / rancher-machine-driver-oci

Oracle Cloud Infrastructure Driver Plugin for (Rancher) Docker Machine
Apache License 2.0
7 stars 8 forks source link

Add support for flexible compute shapes by setting oCPUs #7

Closed jlamillan closed 2 years ago

jlamillan commented 3 years ago

We need to add support for flexible shapes by allowing the user to specify the number of oCPUs when a flexible node-shape is specified e.g.

--oci-node-shape VM.Standard.E3.Flex --flex-ocpus = 12

MiguelLucas commented 3 years ago

Is it possible to use this while it is not yet integrated in Rancher UI? If yes, how can I do it?

MiguelLucas commented 3 years ago

Ended up forking this and passing my desired values by default to the createInstance call 👍

braunsonm commented 2 years ago

It would be great if burstable/baseline performance would also be supported with the Flex shape

jlamillan commented 2 years ago

@braunsonm

that's a great idea.

See: https://github.com/rancher-plugins/rancher-machine-driver-oci/issues/11

jlamillan commented 2 years ago

Filed a new issue to support setting burstable option on Flex shapes #11

Closing this issue since support for setting oCPUs on flex shapes has been merged.