Skip to content

Commit 9ae5df7

Browse files
authored
fix: etcd install (#2127)
Signed-off-by: liyang <[email protected]>
1 parent 1db3ede commit 9ae5df7

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/deploy-on-kubernetes/deploy-greptimedb-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ etcd-2 1/1 Running 0 2m8s
194194
helm install etcd \
195195
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
196196
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
197-
--set image.tag=3.5.12 \
197+
--set global.security.allowInsecureImages=true \
198+
--set image.repository=bitnami/etcd \
199+
--set image.tag=VAR::etcdImageVersion \
198200
--set replicaCount=3 \
199201
--set auth.rbac.create=false \
200202
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.12/user-guide/deployments/deploy-on-kubernetes/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,9 @@ etcd-2 1/1 Running 0 2m8s
279279
helm install etcd \
280280
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
281281
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
282-
--set image.tag=3.5.12 \
282+
--set global.security.allowInsecureImages=true \
283+
--set image.repository=bitnami/etcd \
284+
--set image.tag=VAR::etcdImageVersion \
283285
--set replicaCount=3 \
284286
--set auth.rbac.create=false \
285287
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.13/user-guide/deployments/deploy-on-kubernetes/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,9 @@ etcd-2 1/1 Running 0 2m8s
279279
helm install etcd \
280280
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
281281
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
282-
--set image.tag=3.5.12 \
282+
--set global.security.allowInsecureImages=true \
283+
--set image.repository=bitnami/etcd \
284+
--set image.tag=VAR::etcdImageVersion \
283285
--set replicaCount=3 \
284286
--set auth.rbac.create=false \
285287
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.14/user-guide/deployments/deploy-on-kubernetes/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ etcd-2 1/1 Running 0 2m8s
283283
helm install etcd \
284284
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
285285
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
286-
--set image.tag=3.5.12 \
286+
--set global.security.allowInsecureImages=true \
287+
--set image.repository=bitnami/etcd \
288+
--set image.tag=VAR::etcdImageVersion \
287289
--set replicaCount=3 \
288290
--set auth.rbac.create=false \
289291
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.15/enterprise/deployments/deploy-on-kubernetes/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ helm install etcd \
121121
helm install etcd \
122122
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
123123
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
124-
--set image.tag=3.5.12 \
124+
--set global.security.allowInsecureImages=true \
125+
--set image.repository=bitnami/etcd \
126+
--set image.tag=VAR::etcdImageVersion \
125127
--set replicaCount=3 \
126128
--set auth.rbac.create=false \
127129
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/deployments-administration/deploy-on-kubernetes/deploy-greptimedb-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ etcd-2 1/1 Running 0 2m8s
194194
helm install etcd \
195195
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
196196
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
197-
--set image.tag=3.5.12 \
197+
--set global.security.allowInsecureImages=true \
198+
--set image.repository=bitnami/etcd \
199+
--set image.tag=VAR::etcdImageVersion \
198200
--set replicaCount=3 \
199201
--set auth.rbac.create=false \
200202
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.16/user-guide/deployments-administration/deploy-on-kubernetes/deploy-greptimedb-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ etcd-2 1/1 Running 0 2m8s
194194
helm install etcd \
195195
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
196196
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
197-
--set image.tag=3.5.12 \
197+
--set global.security.allowInsecureImages=true \
198+
--set image.repository=bitnami/etcd \
199+
--set image.tag=VAR::etcdImageVersion \
198200
--set replicaCount=3 \
199201
--set auth.rbac.create=false \
200202
--set auth.rbac.token.enabled=false \

i18n/zh/docusaurus-plugin-content-docs/version-0.17/user-guide/deployments-administration/deploy-on-kubernetes/deploy-greptimedb-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ etcd-2 1/1 Running 0 2m8s
194194
helm install etcd \
195195
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
196196
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
197-
--set image.tag=3.5.12 \
197+
--set global.security.allowInsecureImages=true \
198+
--set image.repository=bitnami/etcd \
199+
--set image.tag=VAR::etcdImageVersion \
198200
--set replicaCount=3 \
199201
--set auth.rbac.create=false \
200202
--set auth.rbac.token.enabled=false \

0 commit comments

Comments
 (0)