Mike Lang
Mike Lang
I'm not sure how to do that - you're probably best off making a fork where you can add what you need.
Came here to post this, but it looks like this has been inactive for 2 years? This is a serious bug, where scripts fail but report that they succeed. If...
Here's a shot of the `kube-system` namespace on my minikube.  * `kube-addon-manager` is a pod with no parents. * `kubernetes-dashboard` is a replica set without an associated deployment *...
note before we forget again: what behaviour should the table view have? since different node types have different columns.
Well, as of #2065 we only describe services that have tasks running on our machine. I like this because it means the number of calls is bounded by the number...
did a quick test to see what the url format needs to be. for services, looks like it's: `https://console.aws.amazon.com/ecs/home?region={REGION}#/clusters/{CLUSTER}/services/{SERVICE}/tasks`, which is nice and easy. For tasks, it's `https://console.aws.amazon.com/ecs/home?region={REGION}#/clusters/{CLUSTER}/tasks/{TASK_UUID}`. That one's...
Hi, is there any plans to make it possible to disable this behaviour? Maybe have a seperate type `MutableConfigMap`? This behaviour makes it impossible to properly implement dynamic config reloading...
Here is an extremely simplified example: I have the following kubernetes manifests: ```yaml kind: ConfigMap apiVersion: v1 metadata: name: example data: foo.txt: | bar --- kind: Pod apiVersion: v1 metadata:...
Yes, that's my point. Many systems assume all input is in a particular encoding (commonly utf-8) and may break if that is not the case. However, JSON cannot represent arbitrary...
> Thanks @ekimekim! You're welcome, but I think you meant @ekpdt :P