Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cd hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/ozone
OZONE_REPLICATION_FACTOR=3 ./run.sh -d
```

See more details in the [README](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/ozone/README.md) and in the [docs](https://ozone.apache.org/docs/current/start.html).
See more details in the [README](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/ozone/README.md) and in the [docs](https://ozone.apache.org/docs/developer-guide/run/docker-compose/).

## Jira guideline

Expand Down
6 changes: 3 additions & 3 deletions hadoop-ozone/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ docker-compose up -d
```

More information can be found in the Getting Started Guide:
* [Getting Started: Run Ozone with Docker Compose](https://ozone.apache.org/docs/current/start/runningviadocker.html)
* [Getting Started: Run Ozone with Docker Compose](https://ozone.apache.org/docs/quick-start/installation/docker/)

## Testing on Kubernetes


### Installation

Please refer to the Getting Started guide for a couple of options for testing Ozone on Kubernetes:
* [Getting Started: Minikube and Ozone](https://ozone.apache.org/docs/current/start/minikube.html)
* [Getting Started: Ozone on Kubernetes](https://ozone.apache.org/docs/current/start/kubernetes.html)
* [Getting Started: Minikube and Ozone](https://ozone.apache.org/docs/quick-start/installation/kubernetes/#minikube)
* [Getting Started: Ozone on Kubernetes](https://ozone.apache.org/docs/quick-start/installation/kubernetes/)

### Monitoring

Expand Down