Kubernetes 社區(qū)文化極大地促進(jìn)了項(xiàng)目的成功。以下價(jià)值觀隨著時(shí)間的推移而發(fā)展,推動(dòng)我們的項(xiàng)目和同行不斷改進(jìn)。 [https://github.com/kubernet...
Kubernetes 社區(qū)文化極大地促進(jìn)了項(xiàng)目的成功。以下價(jià)值觀隨著時(shí)間的推移而發(fā)展,推動(dòng)我們的項(xiàng)目和同行不斷改進(jìn)。 [https://github.com/kubernet...
下載jdkhttp://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htm...
進(jìn)入toolbox 容器 ,執(zhí)行如下命令: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 項(xiàng)目https://github.com/roo...
下載安裝包:https://get.helm.sh/helm-v3.0.0-beta.5-linux-amd64.tar.gz安裝客戶端:mv helm /usr/local...
設(shè)置代理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...
配置以下環(huán)境變量,關(guān)閉驗(yàn)證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.下載(穩(wěn)定版)redis 包wget http://download.redis.io/...
參考:[https://github.com/digitalocean/ceph_exporter] 運(yùn)行 ceph_exporter (/etc/ceph 為ceph集群的...
運(yùn)行 node_exporter ,可以用容器運(yùn)行:docker run -d --net="host" --pid="host" -v "/:/host:ro,rslave...
kubernetes 上可以多實(shí)例(pod)高負(fù)載運(yùn)行,但是如果應(yīng)用如果沒有做session 同步的話,就會(huì)導(dǎo)致 session 不一致。kubernetes 有sessio...
spec:containers:- name: exampleimage: nginxdnsConfig:nameservers:- 203.0.113.44