Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
ffc38a22
Unverified
Commit
ffc38a22
authored
4 years ago
by
Florian Ruynat
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix busybox for tests to reduce dockerhub calls (#7571)
parent
360aff4a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
roles/download/defaults/main.yml
+0
-9
0 additions, 9 deletions
roles/download/defaults/main.yml
tests/testcases/030_check-network.yml
+1
-1
1 addition, 1 deletion
tests/testcases/030_check-network.yml
with
2 additions
and
11 deletions
README.md
+
1
−
1
View file @
ffc38a22
...
...
@@ -135,7 +135,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
cri-o
](
http://cri-o.io/
)
v1.20 (experimental: see
[
CRI-O Note
](
docs/cri-o.md
)
. Only on fedora, ubuntu and centos based OS)
-
Network Plugin
-
[
cni-plugins
](
https://github.com/containernetworking/plugins
)
v0.9.1
-
[
calico
](
https://github.com/projectcalico/calico
)
v3.17.
3
-
[
calico
](
https://github.com/projectcalico/calico
)
v3.17.
4
-
[
canal
](
https://github.com/projectcalico/canal
)
(
given
calico/flannel versions)
-
[
cilium
](
https://github.com/cilium/cilium
)
v1.8.8
-
[
flanneld
](
https://github.com/coreos/flannel
)
v0.13.0
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
0
−
9
View file @
ffc38a22
...
...
@@ -458,8 +458,6 @@ nodelocaldns_image_tag: "{{ nodelocaldns_version }}"
dnsautoscaler_version
:
1.8.3
dnsautoscaler_image_repo
:
"
{{
kube_image_repo
}}/cpa/cluster-proportional-autoscaler-{{
image_arch
}}"
dnsautoscaler_image_tag
:
"
{{
dnsautoscaler_version
}}"
test_image_repo
:
"
{{
kube_image_repo
}}/busybox"
test_image_tag
:
latest
registry_image_repo
:
"
{{
docker_image_repo
}}/library/registry"
registry_image_tag
:
"
2.7.1"
...
...
@@ -900,13 +898,6 @@ downloads:
groups
:
-
kube_control_plane
testbox
:
enabled
:
false
container
:
true
repo
:
"
{{
test_image_repo
}}"
tag
:
"
{{
test_image_tag
}}"
sha256
:
"
{{
testbox_digest_checksum|default(None)
}}"
helm
:
enabled
:
"
{{
helm_enabled
}}"
file
:
true
...
...
This diff is collapsed.
Click to expand it.
tests/testcases/030_check-network.yml
+
1
−
1
View file @
ffc38a22
---
-
hosts
:
kube_control_plane[0]
vars
:
test_image_repo
:
busybox
test_image_repo
:
k8s.gcr.io/
busybox
test_image_tag
:
latest
tasks
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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