Hi Guys I have a doubt. This is not support anymore? The Deployment "frontend" . . .

Kennedy Sanchez:
Hi Guys I have a doubt. This is not support anymore?

The Deployment “frontend” is invalid: spec.strategy.rollingUpdate: Forbidden: may not be specified when strategy type is ‘Recreate’

Why I get this error when I change the strategy from RollingUpdate to Recreate?

unnivkn:
May I know which k8s version you are trying ? please try it in a latest version

Daz Mac:
You need to remove the rollingupdate strategy lines as you have specified type: Recreate. The rollingupdate strategy doesn’t apply to Recreate.

unnivkn:
Yes that’s correct