I’m unsure about what I’m going to say, but probably I’ve experienced issues while POSTing a job to Kubernetes API – Kubernetes 1.29 – (e.g. POST /apis/batch/v1/namespaces/{namespace}/jobs
).
I thought POST would be created returning a status 201
. While checking official docs, I’ve found the following listing:
But I’ve found no further details about when we may get 200, 201 or 202.
So, under which conditions POSTing a job may output a status code 200, 201 or 202?