-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception to start clustering K8s in v0.27.0 #1416
Comments
I'm seeing the same issue in our cluster. Will try to pinpoint this |
The error returned from Kubernetes: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "json: cannot unmarshal object into Go value of type jsonpatch.Patch",
"reason": "BadRequest",
"code": 400
} The payload sent. {
"operations": [
{
"value": {
"label xyz":"value xyz"
},
"operationType": "Replace", <---- This entry is not part of the Patch spec
"path": "/Metadata/Labels",
"op": "replace"
}
],
"contractResolver": {}
} |
Verified now. |
Pushed a new Proto.Actor release (preview) with the downgraded KubernetesClient |
Marking this up for grabs for anyone to replace the asp.net jsonpatch object we use today. |
Done. will release a new proper release with the fix |
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
Specifications
StackTrace
Logs
The text was updated successfully, but these errors were encountered: