简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
InstallationRKE is a fast, versatile Kubernetes installer that you can use to install Kubernetes on your Linux hosts. You can get started in a couple of quick and easy steps:Download the RKE Bina...
参考 https://www.cnrancher.com/docs/rancher/v2.x/cn/installation/ha-install/1. 常规节点配置optionrequireddescriptionaddressyes公共域名或IP地址useryes可以运行docker命令的用户roleyes分配给节点的Kubernetes角色...
找一台服务器搭建一台nfs服务器系统:Ubuntu 16.04IP:172.18.1.13apt install nfs-common nfs-kernel-server -y#配置挂载信息cat /etc/exports/data/k8s *(rw,sync,no_root_squash)#给目录添加权限chmod -R 777 /data/k8s#启动/etc/init....
#!/usr/bin/envpython#-*-coding:utf_8-*-#Date:2016/10/17#Author:wangpeng#blog:http://wangpengtai.blog.51cto.comimportsubprocessimportnmapimporttime,datetimeimportxlrd,xlsxwr...
一、安装Jenkins1. 安装存储服务器找一台服务器搭建一台nfs服务器系统:Ubuntu 16.04IP:172.18.1.13apt install nfs-common nfs-kernel-server -y#配置挂载信息cat /etc/exports/data/k8s *(rw,sync,no_root_squash)#给目录添加权限chmod -R 777 ...
操作系统:Ubuntu 16.04服务器IP:172.18.1.121. 安装bind9apt install bind9 -y2. 配置解析文件进入/etc/bind目录下,打开named.conf.local//// Do any local configuration here//// Consider adding the 1918 zones here, if the...
GitHub:Helm Chart for Harbor1. 添加harbor的helm库helm repo add harbor https://helm.goharbor.io2. 将harbor下载到本地helm fetch harbor/harbortar xf harbor-1.1.1.tgz3. 自定义配置默认的values.yaml基本不需要多大改动,只有极个别的需...