Tim Bannister

Results 721 comments of Tim Bannister

> We've also seen this happen as a result of an EC2 Spot based node being killed/taken. The pod gets removed, and the ALB (via ingress) fails to remove the...

BTW, https://kubernetes-sigs.github.io/service-apis/ is now a 404 page.

BTW @nicholasjackson the issue title has a wording error; it should start with “Deprecation”.

This KEP is not (yet) implemented, because we have not yet released a version of Kubernetes with the dockershim removed.

Do we have a list of recognised operating system names / intend to have a list like that? If so, we should aim to document what that list of names...

We should document `podOS` outside of https://kubernetes.io/docs/concepts/windows/user-guide/ (Windows is one supported `podOS`, but it's not the only game in town) When we add that documentation, consider updating the release note...

I recommend mentioning https://github.com/kubernetes/website/pull/35985 in the KEP issue description.

If `status` is a subresource, then it's surely a _noun_ subresource? Other examples are tokens for ServiceAccount (not `createtoken`). You can ask the API server to create, update or delete...

BTW why is the annotation named after kubectl? I presume if you use a different tool to examine Pods, you'd still want the same container to be treated as default....