Running kubernetes on ubuntu

前端 未结 2 1600
既然无缘
既然无缘 2021-01-28 04:34

I\'m following instructions for installation of kubernetes on Ubuntu Server 14.04 (running inside Parallels virtual machine). Everything goes well until I run kube-up.sh:

<
相关标签:
2条回答
  • 2021-01-28 04:49

    kube-up.sh is failing here. It uses your default ssh credentials, so verify that you can ssh in from a terminal.

    0 讨论(0)
  • 2021-01-28 05:01

    cluster/ubuntu - Removed due to deprecation and lack of maintenance. Please see - https://github.com/kubernetes/kubernetes/pull/44344

    So cloning master branch (git clone https://github.com/kubernetes/kubernetes) no longer works. You should use old releases to work on Ubuntu 14.04.

    If you want to work on Ubuntu 16.04, you can install kubernetes using kubeadm

    0 讨论(0)
提交回复
热议问题