Charmed-Kubernetes/containerd/actions.yaml

29 lines
1.0 KiB
YAML

"debug":
"description": "Collect debug data"
"upgrade-containerd":
"description": |-
Force upgrades Containerd to latest repository version
Deprecated action, instead use
$ juju run-action --wait containerd/X upgrade-packages --containerd=true
"params":
"dry-run":
"type": "boolean"
"description": "Only run a dry-run upgrade and report the available version"
"upgrade-packages":
"description": "Upgrades Containerd charm packages to latest repository version"
"params":
"dry-run":
"type": "boolean"
"description": "Only run a dry-run upgrade and report the available versions."
"containerd":
"type": "boolean"
"default": !!bool "true"
"description": "Upgrade containerd in the event there are package updates available."
"gpu":
"type": "boolean"
"default": !!bool "false"
"description": |-
Upgrade gpu drivers in the event there are package updates available.
Note: gpu drivers are ignored if gpu_support is unecessary