Alistair Mackay
Alistair Mackay
The lab is in the process of being updated. A review of script permissions has been undertaken as part of this, so it'll all be working when those changes are...
Nice, however you may want to adjust this to include how to pass command line arguments to the program being debugged. Took me 15-20 min or so to work this...
I'm using `dig +short` because it returns *only* the IP address with no need to muck about with `awk` to get it. `getent` will return IP+HOST The lab's not millisecond...
Hi @adrianolw `curl -i http://10.244.0.2` is incorrect. You are trying to access the pod network directly from the virtual machine. There is no route for that. You should have either...