Kamontat Chantrachirathumrong

Results 59 comments of Kamontat Chantrachirathumrong

Sorry, I no longer use freqtrade. However, PR is welcome.

You need to set proxy-url on `.kube/config` too. ```yaml clusters: - name: cluster-name cluster: proxy-url: http://localhost:9090 ``` ![CleanShot 2024-07-09 at 10 57 47@2x](https://github.com/ProxymanApp/Proxyman/assets/14089557/72c977d7-2853-468a-ba70-470ab93c0528)

@javsalgar I have same problem. ![CleanShot 2024-09-09 at 16 49 52@2x](https://github.com/user-attachments/assets/107329d1-7d2a-4023-b128-96856dd4b9e7) The default user id of EFS is 50011, so I tried below config but it doesn't works. ```yaml volumePermissions:...

@javsalgar The `volumePermissions` doesn't works, but when I configure `containerSecurityContext` to below, it's works. ```yaml primary: containerSecurityContext: runAsUser: 50011 runAsGroup: 50011 runAsNonRoot: true readReplicas: containerSecurityContext: runAsUser: 50011 runAsGroup: 50011 runAsNonRoot:...

@sisp I actually cannot reproduce on linux machine. The problem seem to occurred only on MacOS. Here I tried on gitpod (follow CONTRIBUTING.md). It checkout correctly. ![CleanShot 2025-06-11 at 15...

btw: those 2 commits were create from gitpod website so it not signed.

@sisp I cannot find why, but when I run `clone()` from test it always passed. It's not the case when I execute `copier copy` command. Here is example I ran...

@sisp Do you need any help from me? I would love get this merge because I have to manually update copier code every time I install it.

@sisp You right, now I able to reproduce failed test when `core.fsmonitor` is set to `true`. If you re-run the tests, it should fail now.