Donal O'Brien
Donal O'Brien
sure... our mocks are fairly simple: ``` protocol TestProtocol { func doSomething(withValue value: Int) -> Bool } public final class MockTestProtocol: TestProtocol { // MARK: - Init public init( )...
> @remover thank you for reporting this issue. What's your Kubernetes server version? (`kubectl version`) ``` ╰─$ kubectl version Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.5", GitCommit:"5c99e2ac2ff9a3c549d9ca665e7bc05a3e18f07e", GitTreeState:"clean", BuildDate:"2021-12-16T08:38:33Z", GoVersion:"go1.16.12", Compiler:"gc", Platform:"darwin/amd64"}...
> can you try set explicistly the kube config path by using this command: `./mizu tap --set kube-config-path="/path/to/.kube/config"` tried it... got the same result
it does if i pass a context: `kubectl --context=dt version` ``` Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.5", GitCommit:"5c99e2ac2ff9a3c549d9ca665e7bc05a3e18f07e", GitTreeState:"clean", BuildDate:"2021-12-16T08:38:33Z", GoVersion:"go1.16.12", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.11", GitCommit:"27522a29febbcc4badac257763044d0d90c11abd", GitTreeState:"clean", BuildDate:"2021-09-15T19:16:25Z",...
@marciniwanicki that's a shame. i haven't looked into the implementation at all so can't bring any ideas there i'm afraid. i like the idea of trying to implement it but...
> /runnertmp/.env is there any documentation on this? how can we ensure this file exists? i'm using helm + terraform to deploy this on GKE...
similar for us. in our case there could be already 115 “Available” PVs with the name `var-lib-docker`. i notice that new PVs are getting created despite the fact that only...
same issue affecting us. is there anything we can do to support?