silenceper
silenceper
go 1.16 下 go build 默认不再修改` go.sum`文件,看了下,是否考虑将`go.sum`也提交如git。 https://github.com/golang/go/wiki/Modules#should-i-commit-my-gosum-file-as-well-as-my-gomod-file
@ddongchen 我这边设置diskquota,看log写入/rootfs/etc/ 的一个temp文件遇到`Read-only file system`导致无法写入`/rootfs/etc/projects`的错误,确认下是否有这个问题?
还有个问题,这两个文件 "/etc/projects", "/etc/projid"的内容完全由caelus来写入,而不是追加的形式,看到只在实例化的时候执行了一次`DumpProjectIds`,后续非caelus进程写入的信息,内容是不是会丢失?
etcd 里面不存在/v2这个key 默认读取的是/config 这个目录下的key
etcd 连接正常么 ? 将 config/config.yml 中的base_path: "/config" 改为 "/" 试下
有时间会更新一下,不过也欢迎提交pr
在frontend目录中执行`npm run publish`命令
webpack 会默认读取当前配置文件webpack.config.js的,不需要加 可能是你环境不对
encountered the same problem
Can we add a parameter to helm to control whether to continue execution or return an error message when the pending-upgrade state appears?