mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 05:37:08 +00:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
set -eux
|
|
|
|
charms.reactive set_state kubernetes-worker.snaps.upgrade-specified
|
|
exec hooks/config-changed
|