summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_multus/examples/busybox.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/vagrant/kubeadm_multus/examples/busybox.yaml')
-rw-r--r--src/vagrant/kubeadm_multus/examples/busybox.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/vagrant/kubeadm_multus/examples/busybox.yaml b/src/vagrant/kubeadm_multus/examples/busybox.yaml
deleted file mode 100644
index 7fd1b8d..0000000
--- a/src/vagrant/kubeadm_multus/examples/busybox.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-apiVersion: v1
-kind: ReplicationController
-metadata:
- name: busybox
-spec:
- replicas: 2
- template:
- metadata:
- labels:
- app: busybox
- spec:
- containers:
- - name: busybox
- image: busybox:1.27.2
- command:
- - sleep
- - "36000"