Nathan Perkins
Nathan Perkins
I've run into this problem today. I had to open up the pkg info and make the preupgrade_alert myself. It's a bit dangerous like this because my expectation would be...
Actually the apiserver started to crashloop from failed queries to etcd. It is probably just the kind setup I'm using for testing, though. I will try again and if that...
I see that the etcd liveness check is failing because it should be HTTPS, but when changed to HTTPS I get this error: `Warning Unhealthy 58s (x3 over 78s) kubelet...
Fix is up for review: #21285
cc: @alvaroaleman
>This will probably have to be a couple of minor releases before removal to prevent churn? Yeah, do you have milestone tracking so that it can be added to a...
>Also, Kubebuilder scaffold will probably have to implement the webhook generation to not include this as well. I asked them to look into it here: https://github.com/kubernetes-sigs/kubebuilder/issues/3721
>I do not, but if we announce the planned deprecation for this in v0.17.0 and deprecate it in v0.18.0 and then remove it in v0.19.0, it'll give a little run...
When I originally saw the custom resource metrics configuration YAML, I thought it was a CRD 😄. Glad to see this proposal; it would be a great solution for our...
From the user side, CRDs are much easier to use than configmaps for structured APIs and the standard thing to do in Kubernetes. - API structure is clearly defined in...