# 使用 kubectl cordon 命令标记待维护节点为不可调度,防止新的 Pod 调度到待维护节点上: kubectl cordon cn-hangzhou.i-bp19ykwtpv0ihfnmwe67 # 查 […]
Kubernetes
### tidb 数据库恢复 wget https://raw.githubusercontent.com/pingcap/tidb-operator/v1.5.1/manifests/crd.yaml kubect […]
## rook-ceph $dataDirHostPath/rook-ceph/client.admin.keyring $dataDirHostPath/rook-ceph/rook-ceph.config ech […]
### etcd 备份 ETCD_VER=v3.5.6 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=ht […]
### cert-manager helm repo add jetstack https://charts.jetstack.io helm repo add cert-manager-alidns-webhook […]
Anolis OS 8.9 K8S部署 # 系统ios镜像下载 https://mirrors.openanolis.cn/anolis/8.9/isos/GA/x86_64/AnolisOS-8.9-x86_64- […]
helm repo add gitlab-jh https://charts.gitlab.cn 或 helm repo add gitlab https://charts.gitlab.io helm search […]
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://gitlab.com/gitlab-org/gitlab/-/blob/m […]
jenkins helm repo add jenkins https://charts.jenkins.io helm install jenkins jenkins/jenkins -f values.yaml […]
NGINX Ingress Controller helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm pull in […]
# values 试例 cat > istio-values.yaml << EOF prometheus: enabled: true # enabled: true # tolerations: […]
# helm repo add helm-openldap https://jp-gouin.github.io/helm-openldap/ # helm install my-release helm-openl […]
简单常用命令 ceph osd df ceph osd perf ceph osd status ceph osd out osd.10 ceph osd down osd.10 ceph osd purge 10 […]
1. 安装说明 Master节点3台兼node节点,高可用工具采用HAProxy + KeepAlived。 2. 节点规划 # 主机名 IP地址 角色 配置 k8s01 192.168.9.20 k8s02 192 […]
安装 $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 $ chmod 7 […]