You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing issue trying Blue-green deployment facing following issue :
ComparisonError: rpc error: code = Unknown desc = Error: json: unknown field "images"
Issue is at point :
rollouts-demo-deployment
kustomization.yaml
images:
- name: "rollouts-demo"
newTag: green
May I missing some steps need to perform , do we need to install kustomize package?
The text was updated successfully, but these errors were encountered:
I am facing issue trying Blue-green deployment facing following issue :
ComparisonError: rpc error: code = Unknown desc = Error: json: unknown field "images"
Issue is at point :
rollouts-demo-deployment
kustomization.yaml
May I missing some steps need to perform , do we need to install kustomize package?
The text was updated successfully, but these errors were encountered: