This is going to be in componentconfig soon, so it would be nice to
have the same types.
These flags were recently mapped in #6361 and have not yet been in a
release - it's now or never! (Though technically it is only the
AuditWebhookBatchThrottleEnable that won't parse identically)
Also added tests!
The current kube manifest redirect all the logs into host located log files, this PR uses the tee command to pipe into both local logs (retaining the current) and docker stdout (which will be picked up by the journald or which every logging your using. Note also permits as to now need the logs via the kubectl command.
- renamed some of the files to make things cleaner
- redirecting the logs from the kubernetes components into local file and stdout
- cleaned up any vetting or linting error i came across
Otherwise we were not evicting based on low inodes
Also add the notion of a flag-default, so we can pass fewer spurious
flags, and gget closer to the component model