• Michael Taufen's avatar
    unpack dynamic kubelet config payloads to files · c9d398d0
    Michael Taufen authored
    This PR unpacks the downloaded ConfigMap to a set of files on the node.
    
    This enables other config files to ride alongside the
    KubeletConfiguration, and the KubeletConfiguration to refer to these
    cohabitants with relative paths.
    
    This PR also stops storing dynamic config metadata (e.g. current,
    last-known-good config records) in the same directory as config
    checkpoints. Instead, it splits the storage into `meta` and
    `checkpoints` dirs.
    c9d398d0
Name
Last commit
Last update
..
BUILD Loading commit data...
defaultfs.go Loading commit data...
fakefs.go Loading commit data...
filesystem.go Loading commit data...
watcher.go Loading commit data...