openkruise / kruise-tools

Tools to use with the Kruise libraries
Apache License 2.0
47 stars 25 forks source link

kubectl kruise set image failed in k8s v1.23.1 #56

Open mpv945 opened 2 years ago

mpv945 commented 2 years ago

kubectl kruise set image cloneset/words-app words-app-image='registry-vpc.cn-shanghai.aliyuncs.com/xxx-backend/words-service:2022-04-07_76' -n kube-eyododo --record error: failed to patch image update to pod template: admission webhook "vcloneset.kb.io" denied the request: spec: Forbidden: only allowed to update images in spec for InPlaceOnly, but found remove /containers/0/env

hantmac commented 2 years ago

@mpv945 Can u show the yaml of cloneSet words-app here? And what the version of kubectl-kruise you used?