https://github.com/openyurtio/openyurt-helm
OpenYurt components helm charts
https://github.com/openyurtio/openyurt-helm
Last synced: 3 months ago
JSON representation
OpenYurt components helm charts
- Host: GitHub
- URL: https://github.com/openyurtio/openyurt-helm
- Owner: openyurtio
- License: apache-2.0
- Created: 2022-05-11T02:22:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T09:14:14.000Z (about 1 year ago)
- Last Synced: 2024-04-24T05:02:29.099Z (about 1 year ago)
- Language: Smarty
- Size: 271 KB
- Stars: 6
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# openyurt-helm
OpenYurt components helm charts
[](CHANGELOG.md)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://goreportcard.com/report/github.com/openyurtio/openyurt)**IMPORTANT: Starting from OpenYurt v1.5.0, The following Helm charts have been relocated to the [openyurtio/charts](https://github.com/openyurtio/charts) repository.**
- yurt-manager
- yurthub
- yurt-iot-dock
- yurt-coordinator
- raven-agentWe recommend that end users obtain these Helm Charts from [openyurtio/charts](https://github.com/openyurtio/charts) repository. Please note that this repository will be archived in future releases.
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.Once Helm is set up properly, add the repo as follows:
```console
helm repo add openyurt https://openyurtio.github.io/openyurt-helm
```You can then run `helm search repo openyurt` to see the charts.
### Install `yurt-manager`
```shell
helm upgrade --install yurt-manager -n kube-system openyurt/yurt-manager
```### Install `yurthub`
```shell
helm upgrade --install yurthub -n kube-system openyurt/yurthub
```### Install `yurt-dashboard`
```shell
helm upgrade --install yurt-dashboard -n kube-system openyurt/yurt-dashboard
```### Install `raven-agent`
```shell
helm upgrade --install raven-agent -n kube-system openyurt/raven-agent
```## Contributing
The source code of all [OpenYurt](https://openyurt.io) community [Helm](https://helm.sh) charts can be found on Github: