Stefan Sauer
Stefan Sauer
I'd love to see this too. Would it make sense to have a wiki page with existing keyboard-shortcuts and planned ones. The planned ones could link to the issues related...
+1 We deploy a bunch of apps in namespaces each and it would be nice to pass the namespace as a flag (same for the kube context).
+1 for the tree proposal. Using the 'enter' key is not discoverable right now. With a tree one could also select the pod to see all the the pods logs...
/sub. Also, is there a way to supply some option via command line parameters or the idea to supply a skelleton swagger.spec via ``` option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) ... ``` and then...
Not sure if it is the same - I've got this and wonder which index file it is refering to: ``` # find . -name "index" ./.git/index # dependency-check ./package.json...
Thanks for suggesting the obvious :) ``` dependency-check entry paths +0ms [ '/home/user/project/node_modules/.bin/noflo-nodejs' ] dependency-check require("commander") is a dependency +40ms dependency-check require("http") is core +2ms dependency-check require("../index") is relative +0ms...
two things I see in the logs (`kind export logs`): ``` # kind-control-plane/journal.log Oct 26 13:16:18 kind-control-plane containerd[177]: time="2021-10-26T13:16:18.873978746Z" level=error msg="failed to load cni during init, please check CRI plugin...
Same if I name it testkind: ``` kubectl --context=kind-testkind get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-558bd4d5db-hcrbt 0/1 Running 0 4m34s kube-system coredns-558bd4d5db-w8g6m 0/1 Running 0 4m34s...
vm-driver=none since we use k8s on appliances (need to access hw).
We're using kind for tests and minikube for the developers.