Joseph Weigl

Results 157 comments of Joseph Weigl

@Abhra303 at least im running in `cluster_mode=emulated` is this also not supported? and if not.. how would a "real" HA setup look like using the operator if no cluster_modes are...

here are the logs when you just shutdown the node where the master is running [dragonfly.txt](https://github.com/user-attachments/files/19436310/dragonfly.txt)

hi, i'm also running into this issue and found also that the `system-managed-components-node-selector` is also not set properly. Also `default-replica-count` is not working :( This bug really block usage of...

@mantissahz for sure. i have installed longhorn freshly with flux using the following helmrelease config ```yaml --- # yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/helmrelease-helm-v2.json apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: longhorn spec: interval: 30m...

here is the current state of the configs get by `kubectl get lhs` ``` default-data-path /mnt/k8s/longhorn/ 23h system-managed-components-node-selector node-role.kubernetes.io/longhorn:true 23h default-replica-count 1 23h create-default-disk-labeled-nodes false 23h storage-over-provisioning-percentage 100 23h storage-minimal-available-percentage...

@mantissahz any news here? just setup a new cluster and the issue is really blocking here :(

@mantissahz i guess i was able to find the issue. its a problem in the config of my "taints" finally i have found the error in the logs ``` Customized...