Nguyễn Đức Huy

Results 9 comments of Nguyễn Đức Huy

> > I have a similar problem. I attach 1 domain (my_domain.com) to the IP address of my server, and then I deploy my application through 2 ports (1 for...

@sounddrill31 I use `actions/create-release` and `actions/upload-release-asset` as an alternative, old but gold, and they work for me (so far). You could try ```yaml jobs: build: runs-on: windows-latest steps: - name:...

Since `pydantic.BaseConfig` is deprecated, use `model_config = ConfigDict(extra='allow')` instead of subclass `Config` More information: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict

I found out that error occur cause `manim` is not support well for fontLigatures, and code above has `

A workaround helps you can fix this by add `ignoreDifferences` in argocd `Application` (mentioned on their [docs](https://argo-cd.readthedocs.io/en/stable/user-guide/diffing/#application-level-configuration)) ```yaml spec: ... ignoreDifferences: - groups: apps kind: StatefulSet namespace: name: -alertmanager jsonPointers:...

@norman-zon I haven't test on GKE, I deployed on-prems

@norman-zon Thank you so much, your idea works for me too, I tried to patch one runner pod to add `--mtu=1450` to dind container. But I don't know how to...

Domain problem is still unsolve?