Skip to content
Snippets Groups Projects
Unverified Commit 3eb0a407 authored by Cyclinder's avatar Cyclinder Committed by GitHub
Browse files

set default value of name to "k8s-pod-network" (#8813)

parent 5684610a
No related branches found
No related tags found
No related merge requests found
---
# see roles/network_plugin/calico/defaults/main.yml
# the default value of name
calico_cni_name: k8s-pod-network
## With calico it is possible to distributed routes with border routers of the datacenter.
## Warning : enabling router peering will disable calico's default behavior ('node mesh').
## The subnets of each nodes will be distributed by the datacenter router
......
---
# the default value of name
calico_cni_name: k8s-pod-network
# Enables Internet connectivity from containers
nat_outgoing: true
......
{
"name": "cni0",
"name": "{{ calico_cni_name }}",
"cniVersion":"0.3.1",
"plugins":[
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment