Kubernetes 社区文化极大地促进了项目的成功。以下价值观随着时间的推移而发展,推动我们的项目和同行不断改进。 [https://github.com/kubernet...
Kubernetes 社区文化极大地促进了项目的成功。以下价值观随着时间的推移而发展,推动我们的项目和同行不断改进。 [https://github.com/kubernet...
下载jdkhttp://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htm...
进入toolbox 容器 ,执行如下命令:kubectl -n rook-ceph exec -it $(kubectl -n rook-ceph get pod -l "a...
//参考文档https://rook.io/docs/rook/v1.0/ceph-examples.html 下载rook 项目https://github.com/roo...
下载安装包:https://get.helm.sh/helm-v3.0.0-beta.5-linux-amd64.tar.gz安装客户端:mv helm /usr/local...
设置代理netsh winhttp set proxy 127.0.0.1:1080取消代理netsh winhttp reset proxy查看代理netsh winhtt...
sudo apt install cifs-utilssudo mount -t cifs //ip/文件夹 /mnt/文件夹 -o username=用户名,passwor...
配置以下环境变量,关闭验证GF_AUTH_PROXY_ENABLED: trueGF_AUTH_ANONYMOUS_ENABLED: true
1.下载oracle客户端安装包,配置安装https://www.oracle.com/database/technologies/instant-client/downlo...
yum -y install wget cd /etc/yum.repos.d/ wget http://mirrors.aliyun.com/repo/Centos-7...
1.下载最新安装包wget https://github.com/oliver006/redis_exporter/releases/download/v1.0.3/redi...
1.redis/redis_exporter 安装centos7 安装redis 1.下载(稳定版)redis 包wget http://download.redis.io/...
参考:[https://github.com/digitalocean/ceph_exporter] 运行 ceph_exporter (/etc/ceph 为ceph集群的...
运行 node_exporter ,可以用容器运行:docker run -d --net="host" --pid="host" -v "/:/host:ro,rslave...
kubernetes 上可以多实例(pod)高负载运行,但是如果应用如果没有做session 同步的话,就会导致 session 不一致。kubernetes 有sessio...
spec:containers:- name: exampleimage: nginxdnsConfig:nameservers:- 203.0.113.44