aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/init_kubeadm/templates/crd-network.yaml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/init_kubeadm/templates/crd-network.yaml.j2')
-rw-r--r--ansible/roles/init_kubeadm/templates/crd-network.yaml.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/ansible/roles/init_kubeadm/templates/crd-network.yaml.j2 b/ansible/roles/init_kubeadm/templates/crd-network.yaml.j2
deleted file mode 100644
index 180038b07..000000000
--- a/ansible/roles/init_kubeadm/templates/crd-network.yaml.j2
+++ /dev/null
@@ -1,13 +0,0 @@
----
-apiVersion: "apiextensions.k8s.io/v1beta1"
-kind: CustomResourceDefinition
-metadata:
- name: networks.kubernetes.com
-spec:
- group: kubernetes.com
- version: v1
- scope: Namespaced
- names:
- plural: networks
- singular: network
- kind: Network