Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamically retrieve podCIDR for routing in CONTRIBUTING
The CIDR from which pod IPs are allocated can change depending on platform and driver used for `minikube`. On my machine, it's 10.244.0.0/24. This changes the instructions to determine the podCIDR dynamically by talking to kubernetes, rather than hardcoding it in. I personally prefer just repeating the command here rather than using an environment variable, as it means the single line can be just copy pasted.
- Loading branch information