dy

Results 6 issues of dy

Hi, I would like to ignore this change: ![image](https://user-images.githubusercontent.com/35313394/176175126-6efe0f0a-6476-4d5c-9edd-6a88d1a921a1.png) as I read with _-y_ should ignore it, but I can't make it work: `katafygio --git-url https://xxx/k8s-test-cluster-backup.git --dump-only --local-dir /tmp/clusterdump2/ -x...

Hi, im using keelhq/keel:0.16.1 under k3s v1.23.3+k3s1. I get "No Major.Minor.Patch elements found" when I triggering an update (via webhook), although I added 'keel.sh/policy: all' annotation. Everything worked fine a...

Hi, im using scaleway's s3 solution as remote backend: ``` "fs": "s3", "params": { "endpoint": "https://s3.fr-par.scw.cloud", "region": "fr-par", "bucket": "ftpserver", "access_key_id": "SCWxxx", "secret_access_key": "xxxx, "disable_ssl": "true", "path_style": "true" } ,...

Hi, is there any way to follow the cursor with a vertical cursorline (like normal horizontal cursoline)?

When I setup 3 master nodes in HA, the worker nodes K3S_URL env points to the first master IP. If the 1st master goes down, worker nodes cannot reach the...

feature

Hi, sometimes I get "github.com/traefik/plugin-simplecache/cache.go:129:3: panic" error. Enviroment: - k3s kubernetes cluster - traefik installed via helm Is there any way to debug this error?

kind/bug/possible