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
sounds like separated issues. for replaceNamespacedServiceCall calls, 422 suggests that the posted service fails the api validation. patchNamespacedService can by caused by illegal patch formats which can be a duplicate of #127
We are getting below error when we try to use replaceNamespacedServiceCall or replaceNamespacedService or patchNamespacedServiceCall or patchNamespacedService in CoreV1Api.
Response{protocol=http/1.1, code=422, message=Unprocessable Entity, url=https://k8s-cluster.test.com:6443/api/v1/namespaces/mynamespace/services/myservice}
We are seeing the similar issue with pdb and we are using PolicyV1beta1Api
The text was updated successfully, but these errors were encountered: