vimer linux kernel 爱好者

安装cilium

2019-02-03

安装记录

安装Minikube

turorial

  1. install kubectl && minikube
    Use the Kubernetes command-line tool, kubectl, to deploy and manage applications on Kubernetes. Using kubectl, you can inspect cluster resources; create, delete, and update components; look at your new cluster; and bring up example apps.
    

    kubectlhere很明显不能通过正常途径下载成功,只能使用github的二进制文件。 github选择Current release,点击进去选择Dowdloads for v1.14.0, 也就是你刚才看到的current release版本中的Client Binaries. 选择对应的系统版本。然后就是解压,将”/bin”文件中的kubernets的kubectl可执行文件mv到/usr/local/bin文件夹下。 

 kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.0", GitCommit:"641856db18352033a0d96dbc99153fa3b27298e5", GitTreeState:"clean", BuildDate:"2019-03-25T15:53:57Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?

这样就是ok的了。

minikube

here,还是那个问题,现在应该切换到github 我使用的是.deb包,这里你也可以使用

yubo@debian:~/cilium$ minikube version
minikube version: v1.0.0

Goal of minikube: Our goal is to enable fast local development and to support all Kubernetes features that fit. We hope you enjoy it!


Comments

Content