Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210310676
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210310676
Commits
fb000d00
Commit
fb000d00
authored
4 years ago
by
quicksilver
Committed by
yefu.chen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Break docker pull rate limit
Signed-off-by:
quicksilver
<
zhifeng.zhang@zilliz.com
>
parent
0e16a786
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/ci/jenkins/pod/docker-pod.yaml
+23
-0
23 additions, 0 deletions
build/ci/jenkins/pod/docker-pod.yaml
with
23 additions
and
0 deletions
build/ci/jenkins/pod/docker-pod.yaml
+
23
−
0
View file @
fb000d00
...
...
@@ -21,11 +21,34 @@ spec:
volumeMounts
:
-
name
:
docker-graph-storage
mountPath
:
/var/lib/docker
-
name
:
docker-daemon
mountPath
:
/etc/docker
initContainers
:
-
name
:
docker-daemon-config
image
:
registry.zilliz.com/library/dind-compose:v0.1
command
:
[
"
sh"
,
"
-c"
]
args
:
-
|
cat > "/etc/docker/daemon.json" <<EOF
{
"registry-mirrors": [
"https://hub-mirror.c.163.com",
"https://mirror.baidubce.com" ]
}
EOF
volumeMounts
:
-
name
:
docker-daemon
mountPath
:
/etc/docker
volumes
:
-
name
:
docker-graph-storage
emptyDir
:
{}
-
name
:
docker-daemon
emptyDir
:
{}
tolerations
:
-
key
:
dedicated
operator
:
Equal
value
:
milvus
effect
:
NoSchedule
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment