Paul Miller

Results 39 comments of Paul Miller

Our cni plugins are pretty old. An update might effect perf results?

I can get by this by doing /usr/bin/az cloud show --query profile -otsv latest and using --profile latest in azdev test but it's not a great experience.

Here's a really simple repro: pmiller@millercloud:~$ python3 -m venv letsdoit pmiller@millercloud:~$ source ./letsdoit/bin/activate (letsdoit) pmiller@millercloud:~$ pip install azdev azdev setup -c azure-cli ======================= | Azure CLI Dev Setup | =======================...

Same after installing python-dev and manually installing 12+ packages I can now get this to work. This seems like a really bad experience for contributors though.

If you apt-install python-dev before doing azdev setup this all works much better. We should ensure that at azdev setup time or at least document like with pr #270

@mortent I saw you drove alot of [PDB to GA](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/85-Graduate-PDB-to-Stable) is this something you'd be interested in?

> If you still need this PR then please rebase, if not, please close the PR Was trying to decide if RBAC checks were worth having better output.

I ran out of time to fix the whitespace and honestly I'm a little confused by the line numbers 2120 in the difff and locall is "Node pool {} doesnt...

My impression here (prehaps wrong) is that you can kubecrtl delete nodes and after some time perioud cloud prover will actually remove the machine @feiskyer can probably say if this...