Phil Sphicas 5f151ab264 Allow kubectl caching to work
For some utility containers that run kubectl, provide a writable home
directory for the runAsUser. This allows kubectl to perform caching,
using the default location of $HOME/.kube/cache.

The following charts are updated:
- etcdctl-utility
- mysqlclient-utility
- postgresql-utility

This improves performance and avoids excessive messages from request.go
about 'Throttling request took 1.XXXs'.

Change-Id: I9dec52e163edacb0933a20f247463e9fce9105dc
2021-08-08 07:25:26 +00:00
..