[skip e2e]Update pod template and etcd version (#17507)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/17514/head
zhuwenxing 2022-06-13 11:40:09 +08:00 committed by GitHub
parent 6375a223d1
commit eb4e39099c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 32 additions and 17 deletions

View File

@ -49,7 +49,7 @@ pipeline {
string(
description: 'Etcd Image Tag',
name: 'etcd_image_tag',
defaultValue: "3.5.0-debian-10-r115"
defaultValue: "3.5.0-r1"
)
string(
description: 'Query Replic Nums',

View File

@ -49,7 +49,7 @@ pipeline {
string(
description: 'Etcd Image Tag',
name: 'etcd_image_tag',
defaultValue: "3.5.0-debian-10-r115"
defaultValue: "3.5.0-r1"
)
string(
description: 'Query Replic Nums',

View File

@ -56,7 +56,7 @@ pipeline {
string(
description: 'Etcd Image Tag',
name: 'etcd_image_tag',
defaultValue: "3.5.0-debian-10-r115"
defaultValue: "3.5.0-r1"
)
string(
description: 'Querynode Nums',

View File

@ -56,7 +56,7 @@ pipeline {
string(
description: 'Etcd Image Tag',
name: 'etcd_image_tag',
defaultValue: "3.5.0-debian-10-r115"
defaultValue: "3.5.0-r1"
)
string(
description: 'Querynode Nums',

View File

@ -5,18 +5,33 @@ metadata:
app: milvus-chaos-test
namespace: chaos-testing
spec:
enableServiceLinks: false
containers:
- name: main
image: registry.milvus.io/test/krte:dev-1
securityContext:
privileged: true
image: registry.milvus.io/test/krte:dev-4
command:
- cat
tty: true
args: ["cat"]
resources:
limits:
cpu: "6"
memory: 12Gi
memory: 6Gi
cpu: 2.0
requests:
cpu: "2"
memory: 10Gi
memory: 4Gi
cpu: 2.0
volumeMounts:
- name: qa-kubeconfig
mountPath: /root/.kube/
- name: jnlp
image: jenkins/inbound-agent:4.11-1-jdk8
resources:
limits: {}
requests:
memory: 256Mi
cpu: 100m
volumes:
- name: qa-kubeconfig
secret:
secretName: qa-kubeconfig
serviceAccountName: account-milvus-test
nodeSelector:
kubernetes.io/hostname: "qa-node001.zilliz.local"

View File

@ -10,7 +10,7 @@ etcd:
replicaCount: 3
image:
repository: milvusdb/etcd
tag: 3.5.0-debian-10-r115
tag: 3.5.0-r1
minio:
resources:

View File

@ -9,7 +9,7 @@ etcd:
replicaCount: 1
image:
repository: milvusdb/etcd
tag: 3.5.0-debian-10-r115
tag: 3.5.0-r1
minio:
mode: standalone
pulsar:

View File

@ -10,7 +10,7 @@ etcd:
replicaCount: 3
image:
repository: milvusdb/etcd
tag: 3.5.0-debian-10-r115
tag: 3.5.0-r1
minio:
resources:

View File

@ -9,7 +9,7 @@ etcd:
replicaCount: 1
image:
repository: milvusdb/etcd
tag: 3.5.0-debian-10-r115
tag: 3.5.0-r1
minio:
mode: standalone
pulsar: