Johannes Alkjær
Johannes Alkjær
Since the flink containers runs as user `flink`, its currently impossible to use EKS serviceAccount/IAM role "binding" directly. The problem is described in this [external-dns PR](https://github.com/kubernetes-sigs/external-dns/pull/1185) Solution is to set...
Cluster config in kube config allows `proxy-url` setting (i.e. proxy-url: http://127.0.1.1:8080) but is not used in the js lib ** Client Version ** e.g. `0.13.6` ** Server Version ** doesn't...
Add is_initialized function to test if lazy attribute is initialized -
The way blackd is started, means that it keeps running in the background if intellij crashes. This is really annoying when restarting, as the configured port is ofc already listening...
Expansion in env attr is not consistent with most other rules ``` bats_test( name="test" srcs = [...] data = ["@terraform"] env = { "TERRAFORM_BIN" : "$(location @terraform)" } ) ```...
Is there a better way to upgrade the bats-* dependencies than patching the the MODULE.bazel file? This doesn't seem to pull the newer version ``` bazel_dep(name = "bazel_bats", version =...