Remove old calico code

This commit is contained in:
Mark Burnett 2017-07-06 20:27:58 -05:00
parent e36d2d864c
commit bee2698022
1 changed files with 0 additions and 10 deletions

View File

@ -72,16 +72,6 @@ data:
etcd_cert: "/calico-secrets/etcd-cert"
etcd_key: "/calico-secrets/etcd-key"
# ippool.yaml: |-
# apiVersion: v1
# kind: ipPool
# metadata:
# cidr: {{ config['Network']['pod_ip_cidr'] }}
# spec:
# ipip:
# enabled: true
# nat-outgoing: true
---
# The following contains k8s Secrets for use with a TLS enabled etcd cluster.
# For information on populating Secrets, see http://kubernetes.io/docs/user-guide/secrets/