-
Notifications
You must be signed in to change notification settings - Fork 43.2k
Incoherent tags on JobStatus.Conditions #118698
Copy link
Copy link
Closed as not planned
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/appsCategorizes an issue or PR as relevant to SIG Apps.Categorizes an issue or PR as relevant to SIG Apps.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/appsCategorizes an issue or PR as relevant to SIG Apps.Categorizes an issue or PR as relevant to SIG Apps.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Closed
What happened?
I used https://github.com/kcp-dev/kcp/tree/v0.11.0/cmd/crd-puller to extract a CRD for the jobs resource, and then tried to submit that CRD to an apiserver that does not have jobs built in. I got the following complaint (which is reasonable).
And indeed you can see this at https://github.com/kubernetes/api/blob/v0.27.3/batch/v1/types.go#L351-L353 and earlier versions. The
listType=atomichas been there for two years.What did you expect to happen?
I expected no complaint about a CRD extracted from a reviewed and accepted resource.
How can we reproduce it (as minimally and precisely as possible)?
See above.
Anything else we need to know?
No response
Kubernetes version
Details
release-1.27 and several earlier.Cloud provider
Details
N/AOS version
Details
N/AInstall tools
Details
N/AContainer runtime (CRI) and version (if applicable)
Details
N/ARelated plugins (CNI, CSI, ...) and versions (if applicable)
Details
N/A