wuestkamp / cka-example-environments

109 stars 94 forks source link

Docker/K8s hard-coded versions & fixes #3

Closed SudoBrendan closed 4 years ago

SudoBrendan commented 4 years ago
  1. Hard-coded supported docker version
  2. Waiting until docker is appropriately configured before starting kube components
  3. Issuing 'restart' instead of 'start' to properly configure docker options
  4. Hard-coding kubernetes version (instead of using default 'stable-1') in kubeadm init so you can validate all the configuraiton is correct in this repo, and also, people get to practice things like cluster upgrades.
wuestkamp commented 4 years ago

Thanks @SudoBrendan !

SudoBrendan commented 4 years ago

@wuestkamp Of course - glad to give back. Thanks for this great environment - it's helping a lot!!