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
a754c0d4
Commit
a754c0d4
authored
3 years ago
by
Florian Ruynat
Committed by
Kubernetes Prow Robot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Kubernetes now use CoreDNS 1.8.0
parent
7208169d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
roles/download/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/download/defaults/main.yml
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
a754c0d4
...
...
@@ -151,7 +151,7 @@ Note: Upstart/SysV init based OS types are not supported.
-
[
cephfs-provisioner
](
https://github.com/kubernetes-incubator/external-storage
)
v2.1.0-k8s1.11
-
[
rbd-provisioner
](
https://github.com/kubernetes-incubator/external-storage
)
v2.1.1-k8s1.11
-
[
cert-manager
](
https://github.com/jetstack/cert-manager
)
v0.16.1
-
[
coredns
](
https://github.com/coredns/coredns
)
v1.
7
.0
-
[
coredns
](
https://github.com/coredns/coredns
)
v1.
8
.0
-
[
ingress-nginx
](
https://github.com/kubernetes/ingress-nginx
)
v0.43.0
## Container Runtime Notes
...
...
This diff is collapsed.
Click to expand it.
roles/download/defaults/main.yml
+
1
−
1
View file @
a754c0d4
...
...
@@ -492,7 +492,7 @@ haproxy_image_tag: 2.3
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
coredns_image_is_namespaced
:
"
{{
(kube_major_version
|
regex_replace('^v',
'')
|
float)
>=
1.21
}}"
coredns_version
:
"
v1.
7
.0"
coredns_version
:
"
v1.
8
.0"
coredns_image_repo
:
"
{{
kube_image_repo
}}{{'/coredns/coredns'
if
(coredns_image_is_namespaced
|
bool)
else
'/coredns'
}}"
coredns_image_tag
:
"
{{
coredns_version
if
(coredns_image_is_namespaced
|
bool)
else
(coredns_version
|
regex_replace('^v',
''))
}}"
...
...
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