diff --git a/kubernetes/pipeline/02configure b/kubernetes/pipeline/02configure index 72274a6..5cd7221 100644 --- a/kubernetes/pipeline/02configure +++ b/kubernetes/pipeline/02configure @@ -131,6 +131,9 @@ do # Deploying CDK as opposed to Canonical K8s ;; --ceph) + if ((MOD_PARAMS[__NUM_K8S_WORKER_UNITS__]<3)); then + MOD_PARAMS[__NUM_K8S_WORKER_UNITS__]=3 + fi conflicts_with $1 --rook-ceph MOD_OVERLAYS+=( "ceph/ceph.yaml" ) MOD_OVERLAYS+=( "ceph/ceph-juju-storage.yaml" )