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
It seems I can create all objects except a namespace,
I get the following error:
ApiError: the server could not find the requested resource: NotFound (ErrorResponse { status: "Failure", message: "the server could not find the requested resource", reason: "NotFound", code: 404 }
running the serialized struct as json with kubectl apply works as expected.
Current and expected behavior
It seems I can create all objects except a namespace,
I get the following error:
running the serialized struct as json with kubectl apply works as expected.
Possible solution
No response
Additional context
Environment
Client Version: v1.24.2
Kustomize Version: v4.5.4
Server Version: v1.24.2
Configuration and features
kube = { version = "0.74.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.15.0", features = ["v1_24"] }
Affected crates
No response
Would you like to work on fixing this bug?
No response
The text was updated successfully, but these errors were encountered: