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
@@ -103,4 +103,4 @@ See the related role variables listed below, defined into [main.yaml](./defaults
103
103
| argocd_vars.release.file | string |`"argocd-linux-arm64"`| See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/server/#hardware), for details |
Copy file name to clipboardExpand all lines: roles/cilium/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults
94
94
| cilium_vars.release.cli.file | string |`"cilium-linux-arm64.tar.gz"`| See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/server/#hardware), for details |
| cilium_vars.release.gateway_api.file | string |`"experimental-install.yaml"`| See [documentation](https://docs.cilium.io/en/stable/network/servicemesh/gateway-api/gateway-api/), for details |
Copy file name to clipboardExpand all lines: roles/longhorn/README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
The role performs various tasks related to `longhorn`[chart](https://github.com/longhorn/charts/tree/longhorn-1.8.1/charts/longhorn) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/longhorn), for additional details.
6
6
7
+
## Role Dependencies
8
+
9
+
See the installed role dependencies listed below, defined into [main.yaml](./defaults/main.yaml)`release` collection.
See the related role variables listed below, defined into [main.yaml](./defaults/main.yaml) defaults file. Advanced user role variables are defined into [facts.yaml](./tasks/facts.yaml)`longhorn_map` collection.
@@ -15,20 +23,26 @@ See the related role variables listed below, defined into [main.yaml](./defaults
| longhorn_vars.kubernetes.backup.target | string |`"cifs://192.168.1.8/backup"`| See [documentation](https://longhorn.io/docs/latest/snapshots-and-backups/backup-and-restore/set-backup-target), for details |
26
+
| longhorn_vars.kubernetes.backup.poll_interval | int |`300`||
27
+
| longhorn_vars.kubernetes.backup.target | string |`"cifs://nas.noty.cc/backup"`| See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/longhorn/#backup), for details |
19
28
| longhorn_vars.kubernetes.default_settings.collect_usage_metrics | bool |`false`| See [documentation](https://longhorn.io/docs/latest/references/settings/#allow-collecting-longhorn-usage-metrics), for details |
20
29
| longhorn_vars.kubernetes.default_settings.concurrent_automatic_engine_upgrade_limit | int |`1`| See [documentation](https://longhorn.io/docs/latest/references/settings/#concurrent-automatic-engine-upgrade-per-node-limit), for details |
21
-
| longhorn_vars.kubernetes.default_settings.data_locality | string |`"strict-local"`| See [documentation](https://longhorn.io/docs/latest/references/settings/#allow-collecting-longhorn-usage-metrics), for details |
30
+
| longhorn_vars.kubernetes.default_settings.data_locality | string |`"best-effort"`| See [documentation](https://longhorn.io/docs/latest/references/settings/#default-data-locality), for details |
| longhorn_vars.kubernetes.default_settings.node_drain_policy | string |`"block-for-eviction"`| See [documentation](https://longhorn.io/docs/latest/references/settings/#node-drain-policy), for details |
24
33
| longhorn_vars.kubernetes.default_settings.pod_deletion_policy | string |`"delete-both-statefulset-and-deployment-pod"`| See [documentation](https://longhorn.io/docs/latest/references/settings/#pod-deletion-policy-when-node-is-down), for details |
25
34
| longhorn_vars.kubernetes.default_settings.volume.replica_auto_balance | string |`"least-effort"`| See [documentation](https://longhorn.io/docs/latest/references/settings/#replica-auto-balance), for details |
26
35
| longhorn_vars.kubernetes.default_settings.volume.replicas | int |`2`| See [documentation](https://longhorn.io/docs/latest/references/settings/#default-replica-count), for details |
| longhorn_vars.kubernetes.frontend.gateway.subdomain | string |`"longhorn"`| See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/externaldns/#front-ends), for details |
38
+
| longhorn_vars.kubernetes.frontend.ingress.enabled | bool |`false`| If `false`, HTTPRoute is used, otherwise Ingress |
| longhorn_vars.release.file | string |`"longhornctl-linux-arm64"`| See [documentation](https://axivo.com/k3s-cluster/tutorials/handbook/server/#hardware), for details |
Copy file name to clipboardExpand all lines: roles/victoria-metrics/README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
The role performs various tasks related to `victoria-metrics-k8s-stack`[chart](https://github.com/VictoriaMetrics/helm-charts/tree/victoria-metrics-k8s-stack-0.38.3/charts/victoria-metrics-k8s-stack) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/victoriametrics), for additional details.
6
6
7
+
## Role Dependencies
8
+
9
+
See the installed role dependencies listed below, defined into [main.yaml](./defaults/main.yaml)`kubernetes.helm.chart` collection.
See the related role variables listed below, defined into [main.yaml](./defaults/main.yaml) defaults file. Advanced user role variables are defined into [facts.yaml](./tasks/facts.yaml)`victoriametricsk8sstack_map` collection.
@@ -49,9 +57,11 @@ See the related role variables listed below, defined into [main.yaml](./defaults
| victoriametrics_vars.kubernetes.grafana.user.name | string | Set value into [all.yaml](../../inventory/cluster/group_vars/all.yaml)`credentials` collection | User name used to access Grafana UI |
51
59
| victoriametrics_vars.kubernetes.grafana.user.password | string | Set value into [all.yaml](../../inventory/cluster/group_vars/all.yaml)`credentials` collection | User password used to access Grafana UI |
0 commit comments