Browse Source
properly generate extravolumes in kubeadmconfig for centos (#6708)
pull/6735/head
lukasz bielinski
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubespray-defaults/defaults/main.yaml
|
@ -426,7 +426,7 @@ contiv_peer_with_uplink_leaf: false |
|
|
contiv_global_as: "65002" |
|
|
contiv_global_as: "65002" |
|
|
contiv_global_neighbor_as: "500" |
|
|
contiv_global_neighbor_as: "500" |
|
|
|
|
|
|
|
|
ssl_ca_dirs: >- |
|
|
|
|
|
|
|
|
ssl_ca_dirs: |- |
|
|
[ |
|
|
[ |
|
|
{% if ansible_os_family in ['Flatcar Container Linux by Kinvolk'] -%} |
|
|
{% if ansible_os_family in ['Flatcar Container Linux by Kinvolk'] -%} |
|
|
'/usr/share/ca-certificates', |
|
|
'/usr/share/ca-certificates', |
|
|