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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
f7dd20f2
Commit
f7dd20f2
authored
8 years ago
by
Bogdan Dobrelya
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #695 from kubernetes-incubator/bug669
Force hardlink for calico/canal certs
parents
8eb26c21
bfc9bcb8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/network_plugin/calico/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/network_plugin/calico/tasks/main.yml
roles/network_plugin/canal/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/network_plugin/canal/tasks/main.yml
with
2 additions
and
0 deletions
roles/network_plugin/calico/tasks/main.yml
+
1
−
0
View file @
f7dd20f2
...
...
@@ -18,6 +18,7 @@
src
:
"
{{
etcd_cert_dir
}}/{{
item.s
}}"
dest
:
"
{{
calico_cert_dir
}}/{{
item.d
}}"
state
:
hard
force
:
yes
with_items
:
-
{
s
:
"
ca.pem"
,
d
:
"
ca_cert.crt"
}
-
{
s
:
"
node.pem"
,
d
:
"
cert.crt"
}
...
...
This diff is collapsed.
Click to expand it.
roles/network_plugin/canal/tasks/main.yml
+
1
−
0
View file @
f7dd20f2
...
...
@@ -18,6 +18,7 @@
src
:
"
{{
etcd_cert_dir
}}/{{
item.s
}}"
dest
:
"
{{
canal_cert_dir
}}/{{
item.d
}}"
state
:
hard
force
:
yes
with_items
:
-
{
s
:
"
ca.pem"
,
d
:
"
ca_cert.crt"
}
-
{
s
:
"
node.pem"
,
d
:
"
cert.crt"
}
...
...
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