摘要: 1 构建golang开发环境 FROM centos:centos7.6.1810 USER root RUN yum install -y wget && cd /usr/local/src && wget https://studygolang.com/dl/golang/go1.16.3.li 阅读全文
posted @ 2022-11-08 19:57 钟子期 阅读(138) 评论(0) 推荐(0)
摘要: export KKZONE=cn curl -sfL https://get-kk.kubesphere.io | VERSION=v2.3.0 sh - ./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.3.1 阅读全文
posted @ 2022-11-08 14:13 钟子期 阅读(36) 评论(0) 推荐(0)