https://github.com/elek/argo-ozone
Argo workflow build definitions for Apache Hadoop Ozone
https://github.com/elek/argo-ozone
Last synced: about 1 year ago
JSON representation
Argo workflow build definitions for Apache Hadoop Ozone
- Host: GitHub
- URL: https://github.com/elek/argo-ozone
- Owner: elek
- Created: 2019-07-07T16:42:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T09:46:36.000Z (over 6 years ago)
- Last Synced: 2025-02-12T10:55:25.870Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Argo workflow to run Apache Hadoop Ozone
This repository contains workflow definitions to run [Apache Hadoop Ozone](http://hadoop.apache.org/ozone/) with the help of [Argo workflow](https://github.com/argoproj/argo).
## Install
(1) Configure your github token:
```
kubectl create secret generic github-token --from-literal=secret=$GITHUB_TOKEN
```
(2) Deploy argo.
## Run
```
argo submit -p job=HDDS-1735 -p branch=HDDS-1735 ozone-build.yaml --generate-name=ozone-hdds-1735-
```