Zack Zeng

Results 106 comments of Zack Zeng

The test failures above are unrelated, and the newly introduced tests are still being skipped 🤔.

The error message indicates that you are not allowed to create pod in the "default" namespace. `krelay` will create the `krelay-server` pod in the namespace specified by the flag `--server.namespace`....

So the actual error is > Error: services "dal-entities" is forbidden: User "foobar" cannot get resource "services" in API group "" in the namespace "default" That's caused by how `krelay`...

我觉得可以给 reload 加一个参数,比如 `--strict-validate`,设置了这个参数就进行更严格的检查,否则保持目前的行为。 不过我觉得最好还是都尽量迁移到基于 docker network 这种可移植性较好的 bind ip 方案,从根源上解决这个问题 👀

@nickeodash Hi, are you still working on this?