Skip to content

Instantly share code, notes, and snippets.

@timebertt
Created January 5, 2022 16:29
Show Gist options
  • Save timebertt/7b94db90847d35ec825a456fef25d419 to your computer and use it in GitHub Desktop.
Save timebertt/7b94db90847d35ec825a456fef25d419 to your computer and use it in GitHub Desktop.
Example conflict error
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "Operation cannot be fulfilled on configmaps \"foo\": the object has been modified; please apply your changes to the latest version and try again",
"reason": "Conflict",
"details": {
"name": "foo",
"kind": "configmaps"
},
"code": 409
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment