From cca1a22ab216d5ecc5538c78acba96f5b342c57a Mon Sep 17 00:00:00 2001 From: xuzhonghu Date: Fri, 19 Jul 2019 18:08:47 +0800 Subject: [PATCH] remove default-queue install --- installer/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer/README.md b/installer/README.md index faf9584a6ec..d429b0bbe0d 100644 --- a/installer/README.md +++ b/installer/README.md @@ -41,10 +41,6 @@ replicaset.apps/volcano-admission-56f5465597 1 1 1 36s replicaset.apps/volcano-controllers-687948d9c8 1 1 1 36s replicaset.apps/volcano-scheduler-94998fc64 1 1 1 36s ``` -Volcano scheduler utilize `queues.scheduling.incubator.k8s.io` to share resource, therefore default queue is required before usage. -```$xslt -kubectl apply -f default-queue.yaml -``` ## Installing volcano via helm charts