Skip to content

kubeconfig: store some state about kubeconfig in the configmap to save NFS hits

Arturo Borrero Gonzalez requested to merge arturo-145-kubeconfig-store-so into main

Have less NFS filesystem traffic by storing some state in our state configmap.

After all accounts have stored this information in their state configmap, the needs_update() function can be patched again to always return False.

Bug: T366564 Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org

Merge request reports