Nic Cope

Results 846 comments of Nic Cope

I have the same problem in the default Mac Terminal.app - but weirdly not when I use `tmux` inside Terminal.app. 🤔 In Terminal.app `TERM=xterm-256color`, whereas in `tmux` `TERM=screen-256color`. I tried...

> Replace the kpt fn pipeline with a Kubernetes pipeline operator, using a CRD as interface. This would be similar to Argo Workflows, except more specific in purpose. @karlkfi We...

https://github.com/kubernetes/kubernetes/issues/66720 FWIW it turns out our endpoints have been becoming stale due to the above Kubernetes issue.

> Another approach would be to allow setting a "priority" value as an annotation on the ingress resource. Not sure if this is a good idea or not, just brainstorming....

I happened to hit this today. I'm on MacOS, with my default Docker context being: ```console $ docker context inspect mael [ { "Name": "mael", "Metadata": { "Description": "Virtual Machine...

> Remote clusters are not recommended (see [security note](https://kind.sigs.k8s.io/docs/user/configuration/#api-server)) and not really in scope for the project. Fair enough. FWIW in my case my 'remote' cluster isn't really any more...

> I believe draino should double check whether still has the problem exists. Definitely a good point - I don't think it does at the moment but I agree it...

Is there any chance you could reproduce this and dump the YAML (i.e. `kubectl get -o yaml`) one of the pods in an `Unknown` state? I'm wondering if there's a...

@prabhatnagpal I suggest raising a separate Github issue for your problems, and including any logs and metrics Draino emits with your issue so we can try to help you out.

@openstacker What's the motivation for not wanting to restart Draino? It's mostly stateless, so the only impact a restart would have that I can think of would be resetting the...