Orville Q. Song
Orville Q. Song
### Describe the problem to be solved As the documents said. > Live videos are still stored on the disk. If replay is enabled, they will be moved in the...
有没有自定义样式的选项可以修改Gitalk的主题颜色。因为蓝色和博客的主色调并不符合。
见 https://github.com/systemd/systemd/commit/bed0b7dfc0070e920d00c89d9a4fd4db8d974cf0 。 从 Systemd v246-rc1 起 Systemd 不再鼓励在 Service File 中使用 `User=nobody`,并且会显示以下错误提示。 ``` Special user nobody configured, this is not safe! ``` 也许我们应该用 `DynamicUser=1` 来替换它,或为程序专门分配一个系统用户和系统组。 >It is strongly recommended...
### Steps to reproduce 1. Add U2F device 2. Fail 3. ### Expected behaviour I should be able to add U2F device ### Actual behaviour I couldn't ### Server configuration...
虽然我认为能够使用 K8S 的话一般都可以完成自己编写 yaml 的过程,但有还是比没有要好。 将分为两部分:Yaml 篇和 Helm 篇。 Yaml 篇很快就可以完成并发起 pull request,Helm 篇的话我有一个配套的 Chart 还没写,如果可行的话你们也可以把那个 Chart 仓库一并接收掉。
Refers to [this](https://github.com/k0sproject/k0s/issues/2208) issue I opened. There is a chance that calico will pick IP address from interface podman0 when it's in `first-found` mode. As document said, `Certain known “local”...
### Before creating an issue, make sure you've checked the following: - [X] You are running the latest released version of k0s - [X] Make sure you've searched for existing...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
Relate to #428 It seems like if we upload custom binary to CoreOS, ~the binary path defined in k0sctl for CoreOS (/opt/bin/k0s) will be ignore,~(Not sure if this is the...
Due to some issue, I always failed on the binary unloading section. I assume it's related to my poor networking. So I believe if add an option to download k0s...