Zadjad Rezai

Results 10 comments of Zadjad Rezai

I have just switched to using the `mega-cmd` tool instead of the GUI. ```shell mega-cmd > login [email protected] # It will prompt you for password and 2FA code > sync...

@tony-landreth Any progress on this? Would make it much easier to get started and remove the need to install plugins in ArgoCD.. Using `kustomize` for now: ```yaml apiVersion: argoproj.io/v1alpha1 kind:...

I have just switched to using the `mega-cmd` tool instead of the GUI. ```shell mega-cmd > login [email protected] # It will prompt you for password and 2FA code > sync...

Fixes https://github.com/bitwarden/server/issues/648

This might be a hyprland issue, as far as I know: wayland will set the keyboard settings via [xorg](https://wiki.archlinux.org/title/Xorg/Keyboard_configuration). In my case, hyprland sets the layout correctly (Z is where...

It would make sense to also check beforehand if the ingress resource can handle `ingressClassName` like well known other helm repos do (e.g. Grafanalabs: https://github.com/grafana/helm-charts/blob/316f4a28aed5aa35819fbc11673ab76e1a95cede/charts/tempo/templates/_helpers.tpl#L93-L105)

Then I’d be super happy about IPv6 support in Openstack.

@oktalz Version used before: `3.1.11` We are encountering the same issue. Downgrading to 3.0.9 helped. After a certificate change, Controller reloads correctly: ``` haproxy-kubernetes-ingress-qlrkz kubernetes-ingress-controller 2025/09/09 15:00:53 INFO controller/controller.go:216 [transactionID=ada9744a-3f01-4cd8-b973-c81ac9916221]...

@oktalz thanks a lot. If there is anything I can try out, Test or provide more info on, please tell me.

Here is how I reproduced it: - Have cert-manager or similar installed in the cluster - Have a `selfsigned` issuer in the cluster (to not annoy letsencrypt) - Deploy Haproxy...