helm repo add gitlab-jh https://charts.gitlab.cn 或 helm repo add gitlab https://charts.gitlab.io helm search […]
每年归档: 2023年
# 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: […]
Ansible ldap_entry 模块 # ansible-vault简介 # ansible vault是 ansible的组件,可以加密解密 ansible使用的数据。 # 编辑配置文件 vim /etc/a […]
Ansible常用命令及操作 一、安装 yum install -y ansible 二、命令补全 ansible 2.9版本以上 # yum -y install python-argcomplete #或者任何系 […]
ldapsearch -x -H ldap://127.0.0.1:1389 -b dc=vimll,dc=com -D "cn=admin,dc=vimll,dc=com" -w Tang@12 […]
# helm repo add helm-openldap https://jp-gouin.github.io/helm-openldap/ # helm install my-release helm-openl […]
yum install -y install openldap-clients sssd sssd-client sssd-ldap sssd-tools authconfig nss-pam-ldapd oddjo […]
openldap 初始化操作 1. #创建自定义ou cat > add_custom_ou.ldif << EOF dn: ou=Users,dc=vimll,dc=com objectClass […]
openldap tls 部署 LDAP相关概念 dn(Distinguished Name):区分名称,LDAP中每个条目都有自己的dn,dn是该条目在整棵树中的唯一标识,如同文件系统中,带路径的文件名就是DN。 […]
简单常用命令 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 […]