leigh capili
leigh capili
> "Why can't I specify an image source using a semver range?" or just "Why are there two different schemes for referring to images?". @squaremo It's worth noting this is...
/lifecycle frozen
"skip-tls-verify=true" would only suggest relaxing TLS behavior. It doesn't mention and should not relate to blocking/allowing plain HTTP. "force-https=false" (with a default to true) might make more sense both disabling...
@nrb that's what I got out of the PR. The main use-case for Cluster-API is to use k8s API objects to manage machines. ie: `kubectl apply -f machine.yaml` would create...
Really happy to see this brought up! We should break this out into multiple issues -- sounds like the libvirt provider is actionable. For some clarification, I believe we're talking...
For Bare Metal, I think a simple provider that takes these params could be a good start? - IP's/DNS - SSH credentials - Node classification We could depend on a...
https://gitlab.com/kubicorn
I have some helpful notes on how to reproduce and parse Sonobuouy results in the readme for the kubeadm conformance submission: https://github.com/cncf/k8s-conformance/tree/master/v1.9/kubeadm#reproduce-conformance-results
sure thing -- lmk if you wanna pair on anything 👍
Only thing I can think of is we'll also need to automate generating `version.txt` since Sonobuouy doesn't output it: https://github.com/cncf/k8s-conformance/tree/master/v1.9/kubeadm#generate-versiontxt This should either be an exec into the running e2e...