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
895a02e2
Commit
895a02e2
authored
9 years ago
by
Smaine Kahlouch
Browse files
Options
Downloads
Patches
Plain Diff
change calico pool configuration order
parent
b4b20c9d
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
roles/network_plugin/tasks/calico.yml
+4
-4
4 additions, 4 deletions
roles/network_plugin/tasks/calico.yml
with
4 additions
and
4 deletions
roles/network_plugin/tasks/calico.yml
+
4
−
4
View file @
895a02e2
...
...
@@ -24,14 +24,14 @@
-
name
:
Calico | Enable calico-node
service
:
name=calico-node enabled=yes state=started
-
name
:
Calico | Configure calico-node
remove default
pool
shell
:
calicoctl pool
remove 192.168.0.0/16
-
name
:
Calico | Configure calico-node
desired
pool
shell
:
calicoctl pool
add {{ kube_pods_subnet }}
environment
:
ETCD_AUTHORITY
:
"
{{
groups['kube-master'][0]
}}:4001"
run_once
:
true
-
name
:
Calico | Configure calico-node
desired
pool
shell
:
calicoctl pool
add {{ kube_pods_subnet }}
-
name
:
Calico | Configure calico-node
remove default
pool
shell
:
calicoctl pool
remove 192.168.0.0/16
environment
:
ETCD_AUTHORITY
:
"
{{
groups['kube-master'][0]
}}:4001"
run_once
:
true
...
...
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