Russell Jones
Russell Jones
Hi @billiboy, have you figured it out? care to share? Happy New Year!
It's been awhile since I've been doing R&D and got this working in my local Kubernetes cluster. This is how I start the kubernetes-reverseproxy container: ``` docker run -d -e...
I have created a pod with the correct annotations but they are not appearing in the nginx.conf. When I query etcd I find the annotations in /registry/pods/mynamespace/mypodname, rather than in...
> ``` > $ sudo apt install -y python3-pip python3-dev python3-virtualenv > $ sudo pip3 install -U virtualenv > ``` This worked for me too thanks.