Skip to content

Commit

Permalink
remove default-queue install
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Jul 19, 2019
1 parent ed54274 commit 546383e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pkg/admission/admit_job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

v1alpha1 "volcano.sh/volcano/pkg/apis/batch/v1alpha1"
schedulingv1aplha2 "volcano.sh/volcano/pkg/apis/scheduling/v1alpha1"
schedulingv1aplha2 "volcano.sh/volcano/pkg/apis/scheduling/v1alpha2"
)

func TestValidateExecution(t *testing.T) {
Expand Down

0 comments on commit 546383e

Please sign in to comment.