Jordan Liggitt
Jordan Liggitt
/remove-lifecycle rotten
/assign
the mentioned doc is now at https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#verbs-on-resources Some resources support create on update (PUT), but it is not consistent, only these allow it: ``` grep -R -A 1 ") AllowCreateOnUpdate"...
I'm -1 on importing the "define an unstable field in openapi but then disable it and forbid data in it" approach to CRDs… I think that was a less-than-ideal compromise...
> Are there any plans to add pagination support to custom resources? Yes. It was an oversight they weren't enabled already. Opened https://github.com/kubernetes/kubernetes/pull/67861 to enable them
/lgtm /approve CI complaining about missing PRR files, which don't make sense for a process/doc KEP
/hold to prevent auto-retest spam until the PRR file failure is resolved
yes, xref https://github.com/kubernetes/community/pull/5842
quoting the fields with %q would be reasonable
> It seems possible it could be related to `ServiceAccounts` no longer auto-generating tokens by default as of kubernetes 1.24 (see changelog here: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#urgent-upgrade-notes). > > If you update the...