macOS ◆ screen-256color ◆ zsh 2193 views

This is a recording following Kelsey Hightower’s great Kubernetes The Hard Way guide found here: https://github.com/kelseyhightower/kubernetes-the-hard-way

Some changes made along the way:

  1. Used the final release version of Kubernetes 1.6.0.
  2. Used CNI v0.5.1 instead of the one linked to by the guide. This caused some issues getting kubelet to start since the release artifact for CNI v0.5.1 is structured differently than the artifact linked to by the guide (binaries are at the top level instead of in a bin/ subdirectory). You’ll see me having to go back and move the /opt/cni/* binaries to /opt/cni/bin/ to get kubelet to start.