Richard Lee
Richard Lee
> In our case we want to set `--feature-gates=EvenPodsSpread` on EKS 1.18... Wait, AWS put out release notes specifically saying that pod topologySpreadConstraints were supported, but did not enable the...
@nicolai86 Have you successfully set pod topologySpreadConstraints using `topology.kubernetes.io/zone` topologyKeys in EKS v1.18?
Along these lines, why is the gogradle plugin defining incompatible 'clean' and 'build' tasks, rather than being based on the LifecycleBasePlugin via BasePlugin? Makes mixing with other lifecycle plugins rather...
Also https://github.com/tebeka/go2xunit/. It seems difficult to use either of these tools right now since the output of 'go test -v' is being dumped to the console by gogradle rather than...
I am having this problem as well. If the project is inside the GOPATH, it works. If the project is outside the GOPATH, it can't resolve dependencies. This may be...
Ok, so it's sort of pilot error. I have the main go program in a nested directory. For some reason, I thought I needed to specify the path to the...
Alternatively, do you have any way to convert go unit test output to junit compatible xml?
time to switch to openjdk?
There are secrets accumulating for this service account ``` % kubectl -n automated-tests get secret NAME TYPE DATA AGE automated-tests-token-2jxtw kubernetes.io/service-account-token 3 8d automated-tests-token-5lr5k kubernetes.io/service-account-token 3 7d14h automated-tests-token-6w84n kubernetes.io/service-account-token 3...
Destroying and re-creating the service account seems to have stopped the madness. Something very weird with the terraform state.