diff --git a/lib/shared/addon/components/k3s-cluster-info/template.hbs b/lib/shared/addon/components/k3s-cluster-info/template.hbs index a2ae629ec..e31ed4c68 100644 --- a/lib/shared/addon/components/k3s-cluster-info/template.hbs +++ b/lib/shared/addon/components/k3s-cluster-info/template.hbs @@ -17,6 +17,35 @@ +
+
+
+ {{input + id="drain-master-nodes" + class="form-control" + type="checkbox" + checked=k3sConfig.k3supgradeStrategy.drainServerNodes + }} + +
+
+
+
+ {{input + id="drain-worker-nodes" + class="form-control" + type="checkbox" + checked=k3sConfig.k3supgradeStrategy.drainWorkerNodes + disabled=(not editing) + }} + +
+
+