-
Hello.... So I have been testing the system upgrade controller and determined their is an issue in MY environment due to the way I have rook setup. Its a small test cluster. Is there a way to use the prepare block to scale some deployments and statefulsets? Can someone provide an example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Certainly you can effect state change to your cluster in the Please see: |
Beta Was this translation helpful? Give feedback.
Certainly you can effect state change to your cluster in the
prepare
container which happens prior to SUC cordoning/draining the node if such is configured. Your best bet to implement this would be to adapt something like what we do for therancher/rke2-upgrade
andrancher/k3s-upgrade
containers which are, in a nutshell, minimally scriptable environments that effectively include a compatible kubectl (t…