-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
26 additions
and
553 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,2 @@ | ||
## iRODS CSI Driver Helm Chart | ||
This script enables easy installation of iRODS CSI Driver using Helm Chart. | ||
|
||
### Compatibility | ||
- Helm 3+ | ||
- Kubernetes > 1.17.x, can be deployed to any namespace. | ||
- Kubernetes < 1.17.x, namespace **must** be `kube-system`, as `system-cluster-critical` hard coded to this namespace. | ||
|
||
### Install | ||
#### Install with default configuration | ||
|
||
Kubernetes > 1.17.x | ||
```shell script | ||
helm install irods-csi-driver . | ||
``` | ||
|
||
Kubernetes < 1.17.x | ||
```shell script | ||
helm install irods-csi-driver --namespace kube-system . | ||
``` | ||
|
||
|
||
|
||
#### Install with global configuration for proxy authentication | ||
Edit `user_values.yaml` file for configuration. | ||
|
||
Kubernetes > 1.17.x | ||
```shell script | ||
helm install irods-csi-driver -f user_values.yaml . | ||
``` | ||
|
||
Kubernetes < 1.17.x | ||
```shell script | ||
helm install irods-csi-driver -f user_values.yaml --namespace kube-system . | ||
``` | ||
|
||
### Upgrade | ||
```shell script | ||
helm upgrade irods-csi-driver \ | ||
--install . \ | ||
--version 0.2.4 \ | ||
--namespace kube-system \ | ||
-f values.yaml | ||
``` | ||
|
||
### Uninstall | ||
```shell script | ||
helm delete irods-csi-driver | ||
``` | ||
|
||
## iRODS CSI Driver Helm Chart Repo | ||
This repository publishes iRODS CSI Driver Helm Chart. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: v1 | ||
entries: | ||
irods-csi-driver: | ||
- apiVersion: v2 | ||
appVersion: 0.3.1 | ||
created: "2021-04-22T16:12:39.931029376-07:00" | ||
description: A Helm chart for iRODS CSI Driver | ||
digest: 7aebc1f64d81b73945393b296836b4857fa5ca604aa30c62c797c71952187dd4 | ||
home: https://github.com/cyverse/irods-csi-driver | ||
keywords: | ||
- irods | ||
- cyverse | ||
- csi | ||
kubeVersion: '>=1.14.0-0' | ||
maintainers: | ||
- name: Illyoung Choi | ||
name: irods-csi-driver | ||
sources: | ||
- https://github.com/cyverse/irods-csi-driver | ||
urls: | ||
- https://cyverse.github.io/irods-csi-driver-helm/irods-csi-driver-0.3.1.tgz | ||
version: 0.3.1 | ||
generated: "2021-04-22T16:12:39.929167039-07:00" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
“User-Agent: *nDisallow: /” |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.