1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 14:48:58 +00:00

Merge pull request #242 from superseb/calico_cloudprovider_fixes

Default DefaultNetworkCloudProvider is none
This commit is contained in:
Alena Prokharchyk 2018-01-17 10:00:05 -08:00 committed by GitHub
commit ff2d36c610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,7 +469,7 @@ metadata:
namespace: kube-system
{{if ne .CloudProvider ""}}
{{if ne .CloudProvider "none"}}
---
kind: ConfigMap
apiVersion: v1
@ -477,7 +477,7 @@ metadata:
name: {{.CloudProvider}}-ippool
namespace: kube-system
data:
aws-ippool: |-
{{.CloudProvider}}-ippool: |-
apiVersion: v1
kind: ipPool
metadata: