PoAn Yang
PoAn Yang
After testing Harvester master-head with Rancher v2.6.7-rc2, fleet-controller can be upgraded from `v0.3.9` to `v0.3.10-rc2` and rancher-charts clusterrepo is from `release-2.6` to `dev-2.6`. We can merge https://github.com/harvester/harvester/pull/2516 when we want...
I have a draft PR https://github.com/harvester/harvester-installer/pull/325 to bump rancher. However, there is an issue https://github.com/rancher/rancher/issues/38706 when we install harvester on a new cluster.
We can add a handler here https://github.com/harvester/harvester/blob/master/pkg/server/router.go. For example, `m.Path("/v1/harvester/backup-target/{backupTargetName}/healthy").Methods("GET").Handler(backupTargetHandler)`. Currently, `backupTargetName` can only be `default`, but let's leave flexibility for further supporting multiple backup target. In `backupTargetHandler`, we can...
Hi @Iliasb, thanks for filing an issue here. Do you remember whether your cluster had 3 control plane nodes? If yes, you may encounter a know issue #2191. You can...
Hi @fibonacci1729 , for this feature, is it about adding a dotenv provider? Or any config from `.env` can take priority over providers so that we can check it in...
@fibonacci1729 actually, I would like to take these two. If it's okay, feel free to assign them to me. 😆 I have another question for `.env`. If there is a...
I will check how to commit with GPG tomorrow. ref: https://gist.github.com/swinton/03e84635b45c78353b1f71e41007fc7c
> I will check how to commit with GPG tomorrow. > > ref: https://gist.github.com/swinton/03e84635b45c78353b1f71e41007fc7c Hi @vdice, I use another way to commit templates change and it can have gpg key...
Sorry, I found that I can't use `FILE_TO_COMMIT: templates/*`. It will create a new file `*`, so I add `WIP` to the title.
If we want to sign templates change commit with GPG key, I think the easiest way is to give `gpg_private_key` in secrets. Other ways like using `gh api` will need...