logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

阿里云Ubuntu系统部署K8s集群

首先说一下我的环境和配置:阿里云1核2G,系统是Ubuntu18.04(最好是2核,因为master有限制,不是的话也没关系,因为到时候可以忽略掉),node也是1核2G好了开始进入正题吧1,更新系统源如果系统本身自带得镜像地址,服务器在国外,下载速度会很慢,可以打开 /etc/apt/sources.list 替换为国内得镜像源。apt upgrade2,更新软件包将系统得软件组件更新至最新稳定

#k8s
git报错 failed: The TLS connection was non-properly terminated

腾讯云主机不知道为什么不能git clone,报错:fatal: unable to access 'https://github.com/asdf-vm/asdf-plugins.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.plugin ruby not found in rep

#git
kubernetes-dashboard安装(2.2的版本)

kubernetes-dashboard安装1: 获取recommended.yaml文件#可以touch recommended.yaml文件,把github上的内容复制进去https://github.com/kubernetes/dashboard/blob/master/aio/deploy/recommended.yaml2: 修改recommended.taml文件---kind: S

到底了