kubesphere v3.3.2 安装 k8s (centos)- k8sv1.25.5
kubesphere v3.3.2 现在kubesphere出到3.4.x版本了,不稳定,用3.3.2就行了 docker是20版本,k8s是1.22.x或者1.23.x 官方文档: https://kubesphere.io/zh/docs/v3.3/installing-on-linux/introduction/multioverview/ 环境要求: ...
kubesphere v3.3.2 现在kubesphere出到3.4.x版本了,不稳定,用3.3.2就行了 docker是20版本,k8s是1.22.x或者1.23.x 官方文档: https://kubesphere.io/zh/docs/v3.3/installing-on-linux/introduction/multioverview/ 环境要求: ...
Mac M1/M2 VMware Fusion 安装 Centos 7.9(ARM 64 版本 centos arm版 之前 Intel 芯片的 Mac 用的都是 Parallels Desktop 玩虚拟机,现在换新 Mac 用的是新的 M2 芯片,之前以为 x86 架构用不了换成 arm 架构就行,结果在网上冲浪了一天都没能安装成功,一直卡在 Install Cento...
网上找了好几个写的很详细,但是对我没用: 首先 ```text vim /usr/lib/systemd/system/jenkins.service ``` ```text # 修改Jenkins权限,把Jenkins修改为root User=root Group=root # 让配置文件生效 systemctl daemon-reload ``` ...
![](http://static.51tbox.com/static/2024-08-29/col/4e9b19fc87891dd655e6feffcd314490/93ce4bb747b74a84912bcd5e97b8e4ac.png.jpg) init_7.sh #!/bin/bash [ -f /etc/init.d/functions ]&a...
ubuntu安装jenkins ![](http://static.51tbox.com/static/2024-08-29/col/18b153669ee57c25683184d82c2386b1/74a1cdf171f745f4a41da7a5556e0ff8.png.jpg) Jenkins的安裝方式: https://www.jenkins.io/doc/boo...
ubuntu 常用命令 Ubuntu 20.04.1 LTS (1) 安装软件 apt-get -y install openjdk-11-jdk-headless (2) 卸载软件: apt-get remove (3)重启网卡 ip link set eth1 down && ip link set eth1 up ...
乌班图 没有 ubuntu /etc/ssh/sshd_config 没有 ### (1) apt-get update ![](http://static.51tbox.com/static/2024-08-29/col/f89c37d4d9e2dd257ac7d65be9faaf6b/e6d90d96ace44e2cae7b18105e180602.png.j...
Ubuntu服务器配置镜像源 {#articleContentId} ================================== (1) sudo vim /etc/apt/sources.list 第二步:输入以下镜像源 # 腾讯云的镜像源 deb http://mirrors.tencentyun.com/ubun...
Ubuntu怎么使用 root 用户登录 ### (1)首先设置root 密码 Ubuntu怎么设置root密码 : [连接](https://51tbox.com/) ### (2)编辑配置文件 sudo vi /etc/ssh/sshd_config ![](http://static.51tbox.com/static/2024-08-29/col/...
ubuntu安装 ubuntu-20.04.1-live-server-amd64 https://www.cnblogs.com/kirin365/articles/16335482.html Ubuntu 24.04 (2024年5月10日 最新的) (1) 下载 https://ubuntu.com/download/server 这里因为我平时用python ...