摘要:
 阅读全文
posted @ 2022-05-02 21:25
一毛丶丶
阅读(306)
评论(0)
推荐(0)
摘要:
如果python库比较旧,需要更新到最新版本,可以利用pip工具. 1.查看系统里过期的python库 pip list #列出所有安装的库 pip list --outdated #列出所有过期的库 # 更新单个库 pip install --upgrade 库名 # 批量更新 pip insta 阅读全文
posted @ 2022-05-02 21:01
一毛丶丶
阅读(90)
评论(0)
推荐(0)
摘要:
在网络层面,kubernetes没有进入的更底层的具体container的网络互通互联的解决方案的设计中,而是将网络互通功能一分为二,主要关注kubernetes的服务在网络中的暴露以及POD本身网络的配置动作,但是POD具体需要配置的网络参数以及service、POD之间的互通互联,则交给CNI来 阅读全文
posted @ 2022-05-02 20:28
一毛丶丶
阅读(738)
评论(0)
推荐(0)
摘要:
#!/bin/bash LOCALDIR=/data/devops gitlab(){ docker run --rm -d \ --publish 443:443 --publish 8088:8088 --publish 2222:22 \ --name gitlab \ --volume ${ 阅读全文
posted @ 2022-05-02 02:43
一毛丶丶
阅读(41)
评论(0)
推荐(0)
摘要:
Kubernetes 包管理器 简介: 官网 https://helm.sh/zh/docs https://www.qikqiak.com/k8strain2/helm https://github.com/helm/helm/releases 应用中心 https://artifacthub.i 阅读全文
posted @ 2022-05-02 02:31
一毛丶丶
阅读(185)
评论(0)
推荐(0)
摘要:
获取kubeconfig可以通过admin去命令行获取获取方式如下 kubectl -n kubesphere-controls-system get cm kubectl -n kubesphere-controls-system get cm kubeconfig-xxxxx -o yaml > 阅读全文
posted @ 2022-05-02 02:14
一毛丶丶
阅读(402)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-05-02 01:43
一毛丶丶
阅读(0)
评论(0)
推荐(0)

浙公网安备 33010602011771号