Kyuubi K8s
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 112 | 01 Aug 2025 | |
3.5/stable | 112 | 01 Aug 2025 | |
3.5/candidate | 112 | 01 Aug 2025 | |
3.5/beta | 112 | 01 Aug 2025 | |
3.5/edge | 121 | 15 Sep 2025 | |
3.4/stable | 113 | 01 Aug 2025 | |
3.4/candidate | 113 | 01 Aug 2025 | |
3.4/beta | 113 | 01 Aug 2025 | |
3.4/edge | 122 | 15 Sep 2025 |
juju deploy kyuubi-k8s --channel 3.5/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
force-refresh-start
Potential of data loss and downtime
Force refresh of first unit
Must run with at least one of the parameters
=false
- Params
-
check-compatibility boolean
Potential of data loss and downtime
If
false
, force refresh if new version of Kyuubi and/or charm is not compatible with previous version -
check-workload-container boolean
Potential of data loss and downtime during and after refresh
If
false
, allow refresh to Kyuubi container version that has not been validated to work with the charm revision -
run-pre-refresh-checks boolean
Potential of data loss and downtime
If
false
, force refresh if app is unhealthy or not ready to refresh (and unit status shows "Pre-refresh check failed")
-
pre-refresh-check
Check if charm is ready to refresh
-
resume-refresh
Refresh next unit(s) (after you have manually verified that refreshed units are healthy)
If the
pause-after-unit-refresh
config is set toall
, this action will refresh the next unit.If
pause-after-unit-refresh
is set tofirst
, this action will refresh all remaining units. Exception: if automatic health checks fail after a unit has refreshed, the refresh will pause.If
pause-after-unit-refresh
is set tonone
, this action will have no effect unless it is called withcheck-health-of-refreshed-units
asfalse
.- Params
-
check-health-of-refreshed-units boolean
Potential of data loss and downtime
If
false
, force refresh (of next unit) if 1 or more refreshed units are unhealthyWarning: if first unit to refresh is unhealthy, consider running
force-refresh-start
action on that unit instead of using this parameter. If first unit to refresh is unhealthy because compatibility checks, pre-refresh checks, or workload container checks are failing, this parameter is more destructive than theforce-refresh-start
action.