wid

Results 13 comments of wid

@w1th0ut do you have some APK recommendation to tests this regex with?

> ``` > $ debug -it -n cadvisor cadvisor-jlwb9 --image=busybox > # curl http://localhost:8080/ > ``` hi @astefanutti, how do I can get that `debug` command? `kubectl exec` doesnt have...

@sufyan68 i do it like this: ``` # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "bento/ubuntu-16.04" config.vm.box_check_update = false config.vm.provider "virtualbox" do |vb|...

@4ss3g4f I think its not for linux command (if I didn't miss-understand your question), since kubedev depend heavily and will invoke kubectl as shown in: - https://github.com/relferreira/kubedev/blob/master/main.go#L81 - https://github.com/relferreira/kubedev/blob/master/main.go#L127 -...

@Kielan if I simplify it, that command will install all the required dependency into `$GOPATH` we know npm has `package.json` on the root dir and we can install it all...

@roger125 install [pip](http://docs.python-guide.org/en/latest/starting/install/win/#setuptools-pip) and then install [tldextract](https://github.com/john-kurkowski/tldextract)

@monikaYZ did you mean altering your application routes on-the-fly?

@monikaYZ I'm afraid you can't do that. since your app source code are compiled to binary. you need to alter your source code, recompile, and deploy it again.

pardon me if I miss-interpret your question.