文章分类 -  Kubernetes

Shell脚本安装Kubernetes
摘要:#!/bin/bash #source ./base.config insetll_docker(){ echo "同步时间开始" yum install ntp -y ntpdate 0.asia.pool.ntp.org hwclock --systohc # step 1: 安装必要的一些系统 阅读全文
posted @ 2023-02-09 10:37 妖皇 阅读(45) 评论(0) 推荐(0)