mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Increase ephemeral storage size for jenkins slave (#5235)
Signed-off-by: jeffoverflow zhifeng.zhang@zilliz.com
This commit is contained in:
parent
a124568664
commit
b37861ad5f
2
build/ci/jenkins/Jenkinsfile
vendored
2
build/ci/jenkins/Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
IMAGE_REPO = "registry.zilliz.com/milvus"
|
IMAGE_REPO = "dockerhub-mirror-sh.zilliz.cc/milvusdb"
|
||||||
DOCKER_BUILDKIT = 1
|
DOCKER_BUILDKIT = 1
|
||||||
DOCKER_VOLUME_DIRECTORY = "/mnt/disk/.docker"
|
DOCKER_VOLUME_DIRECTORY = "/mnt/disk/.docker"
|
||||||
ARTIFACTS = "${env.WORKSPACE}/artifacts"
|
ARTIFACTS = "${env.WORKSPACE}/artifacts"
|
||||||
|
|||||||
@ -17,11 +17,11 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 14Gi
|
memory: 14Gi
|
||||||
ephemeral-storage: "20Gi"
|
ephemeral-storage: "30Gi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "4"
|
cpu: "4"
|
||||||
memory: 12Gi
|
memory: 12Gi
|
||||||
ephemeral-storage: "20Gi"
|
ephemeral-storage: "30Gi"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /docker-graph
|
- mountPath: /docker-graph
|
||||||
name: docker-graph
|
name: docker-graph
|
||||||
|
|||||||
@ -45,9 +45,9 @@ kubeadmConfigPatches:
|
|||||||
apiServer:
|
apiServer:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
"v": "4"
|
"v": "4"
|
||||||
"service-account-issuer": "kubernetes.default.svc"
|
|
||||||
"service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
|
|
||||||
containerdConfigPatches:
|
containerdConfigPatches:
|
||||||
- |-
|
- |-
|
||||||
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
|
||||||
endpoint = ["http://kind-registry:5000"]
|
endpoint = ["http://kind-registry:5000"]
|
||||||
|
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
|
||||||
|
endpoint = ["dockerhub-mirror-sh.zilliz.cc", "https://registry-1.docker.io"]
|
||||||
|
|||||||
@ -48,7 +48,7 @@ while (( "$#" )); do
|
|||||||
NODE_IMAGE=$2
|
NODE_IMAGE=$2
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
# Config for enabling different Kubernetes features in KinD (see prow/config{endpointslice.yaml,trustworthy-jwt.yaml}).
|
# Config for enabling different Kubernetes features in KinD (see build/config/topology/trustworthy-jwt.yaml).
|
||||||
--kind-config)
|
--kind-config)
|
||||||
KIND_CONFIG=$2
|
KIND_CONFIG=$2
|
||||||
shift 2
|
shift 2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user