oracle/coherence-operator

kubectl scale can fail if the replicas field is not set

thegridman opened this issue · 0 comments

It seems that some versions of kubectl prior to 1.16.0 can fail if the kubectl scale command is run for a role that did not have a specific replicas value set.

We should ensure that even if the initial CoherenceCluster does not specify a replicas value that it is deflated in any CoherenceRoles that are created.