Aaron Levy
Aaron Levy
It's possible that new versions of kubernetes introduce new fields in objects (e.g. "taints" on node objects in v1.6). If we use `update()` rather than `patch()` we possibly will clear...
In the vagrant examples, the machines will be up, but all of the assets on the host may not have started running yet. This often leads to confusion where users...
We previously had not used this tool as it was part python script. Now that it's being run in a pod we should consider using it: https://github.com/kubernetes/kubernetes/pull/23600
When using vagrant, we populate an env file which defaults to a `/run/...` path. On subsequent reboots - that file will no longer exist and the user data scripts fail...
We should have a build tool (make/bash/no strong feelings) which consistently builds our release tarballs (which are ultimately linked to the github release page. /cc @colhom