Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Apr 22, 2021
1 parent 20536ae commit 5ed0b91
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 553 deletions.
24 changes: 0 additions & 24 deletions .helmignore

This file was deleted.

15 changes: 0 additions & 15 deletions Chart.yaml

This file was deleted.

52 changes: 2 additions & 50 deletions README.md
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.
23 changes: 23 additions & 0 deletions index.yaml
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 added irods-csi-driver-0.3.1.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
User-Agent: *nDisallow: /”
74 changes: 0 additions & 74 deletions templates/_helpers.tpl

This file was deleted.

75 changes: 0 additions & 75 deletions templates/controller.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions templates/csidriver.yaml

This file was deleted.

Loading

0 comments on commit 5ed0b91

Please sign in to comment.