Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instaclustr/operator-helm
Instaclustr Kubernetes Operator helm repository
https://github.com/instaclustr/operator-helm
netapp-public
Last synced: about 1 month ago
JSON representation
Instaclustr Kubernetes Operator helm repository
- Host: GitHub
- URL: https://github.com/instaclustr/operator-helm
- Owner: instaclustr
- License: apache-2.0
- Created: 2023-01-04T16:25:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T18:48:20.000Z (11 months ago)
- Last Synced: 2024-03-26T20:25:55.751Z (9 months ago)
- Topics: netapp-public
- Language: Smarty
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# operator-helm
Instaclustr Kubernetes Operator helm repository## TL;DR
```bash
$ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
$ helm repo add operator-chart https://instaclustr.github.io/operator-helm
$ helm search repo operator-chart
$ helm install my-release operator-chart/ \
--set USERNAME=${USER_NAME} --set APIKEY=${API_KEY} \
--set HOSTNAME=${HOST_NAME} -n ${OPERATOR_NAMESPACE} --create-namespace
```
You can add `--set image.tag=${IMG_TAG}` to helm install command if you want to use special version.
Latest version install by default## Links
- Operator repository [here](https://github.com/instaclustr/operator)
- Examples of specifications for different resources [here](https://github.com/instaclustr/operator/tree/main/config/samples)
- Documentation [here](https://github.com/instaclustr/operator/tree/main/doc)