generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 671
Open
Description
This condition does not seem useful to users nor consistent with API conventions https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md.
We are just mirroring a field in the spec into the status. There is no value to the user. Its just complexity and API bloat for no benefits.
The user already knows they are using an insecure mode, its literally called AllowInsecureFallback. There is no chance someone is going to type AllowInsecureFallback and then look at the status and realize "oh maybe this is insecure" (I don't dispute someone will type AllowInsecureFallback and not realize its insecure; just that a status message won't help them 🙂 )
I would propose removing this condition.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels