You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Managed Kubernetes providers perform upgrades by deleting andrecreating your VMs. You must not assume that anything you doon these VMs will persist. In fact, the VM could be deletedwhile you are working on it.
dssh - Keep your authorized_keys up to date on a Kubernetes cluster.
Deploying Your Public Keys
cp keys.yaml.example keys.yaml# Edit keys.yaml to include your public keyskubectl apply -f daemonset.yamlkubectl apply -f keys.yaml
Updating Your Public Keys
# Edit keys.yaml to update your public keyskubectl apply -f keys.yaml