Chris Love

Results 273 comments of Chris Love

/cc @kevingessner @greggdonovan

Someone at bazel conf had helm integration. But yah rules_helm seems reasonable. That or make this were you can make kubectl deploy a toolchain ... not sure if I am...

@pierreis see https://github.com/bazelbuild/rules_k8s/issues/202 for improving running the tests locally, and I would add outside of gcloud

> and my preference is to have bazel itself drive the e2e tests themselves That would be nice. But it would still need to run like a go test or...

—dry-run=true should help. Now the container I think is uploaded with the docket tool chain, so you would need to address that there. But using the dry run args should...

Also I think I am correct but kubectl required communication with a cluster in order to render the yaml. It needs to know the cluster api version. You can test...

CNI works without aws typically ;) kubenet uses aws routing tables, cni providers use other networking means.

@arun-gupta what are you looking for here? https://chrislovecnm.com/kubernetes/cni/choosing-a-cni-provider/ has an overview. CNI is the interface, the providers are the networking layer. What questions are you getting?

See https://github.com/kubernetes/kops/pull/3942

So yes the instructions should only use as many AZ’s as we have nodes. This is actually because of aws Volumes not being able to cross AZ boundaries, and how...