asymmetric

Results 127 comments of asymmetric

I think two things are being conflated here. The operator needs its own SA (because it needs to do special tihngs with the API), and that's taken care of by...

@elliott-davis could you re-run the code-gen with the right tag? The other missing thing would be an example using this key. After that, I think we should be good to...

@iaguis What was the usecase you mentioned where it would make sense to add the SA field?

Couple of points: The `status` field of `StatefulSet`s is not used to describe the status of the whole set of sub-resources. i.e. it does not say if e.g. the underlying...

AFAICT, support for `Status` for `CRD`s was introduced in 1.10: * [PR](https://github.com/kubernetes/kubernetes/pull/55168) * [Release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#api-machinery-1) ("/status and /scale subresources have been added for custom resources") So I'm not sure we...

[Confirmed](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#subresources), it's alpha on 1.10. I'd move this issue to the `Blocked` column.

[Requires](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#custom-resource-definitions-crds) >= 1.8.

Actually, it was alpha on 1.8, so we cannot count on it being turned on by default until 1.9, meaning it requires `>= 1.9`.

> I'm not sure whether to put it in the project board. Why not?

I think it belongs in the board, and it can be tagged with "enhancement".