Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions resource-managers/kubernetes/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,21 @@ You can also specify your specific dockerfile to build JVM/Python/R based image

# Running the Volcano Integration Tests

Prerequisites
- Install Volcano according to [link](https://volcano.sh/en/docs/installation/).
Volcano integration is experimental in Aapche Spark 3.3.0 and the test coverage is limited.

## Requirements
- A minimum of 6 CPUs and 9G of memory is required to complete all Volcano test cases.
- Volcano v1.5.0.

## Installation

# x86_64
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/release-1.5/installer/volcano-development.yaml

# arm64:
kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/release-1.5/installer/volcano-development-arm64.yaml

## Run tests

You can specify `-Pvolcano` to enable volcano module to run all Kubernetes and Volcano tests

Expand Down