mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 22:18:41 +00:00
K8 step update (#11051)
* Update eks.md * Update gke.md * Update on-prem.md * Update eks.md * Update gke.md * Update on-prem.md * Update gke.md * Update gke.md
This commit is contained in:
parent
6fcdf803e6
commit
92d8197f0b
@ -222,3 +222,22 @@ When deploying openmetadata dependencies helm chart, use the below command -
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values values-dependencies.yaml
|
||||
```
|
||||
<Note>
|
||||
|
||||
The above command uses configurations defined [here](https://raw.githubusercontent.com/open-metadata/openmetadata-helm-charts/main/charts/deps/values.yaml).
|
||||
You can modify any configuration and deploy by passing your own `values.yaml`
|
||||
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values <path-to-values-file>
|
||||
```
|
||||
|
||||
</Note>
|
||||
|
||||
Once the openmetadata dependencies helm chart deployed, you can then run the below command to install the openmetadata helm chart -
|
||||
|
||||
```commandline
|
||||
helm install openmetadata open-metadata/openmetadata
|
||||
```
|
||||
Again, this uses the values defined [here](https://github.com/open-metadata/openmetadata-helm-charts/blob/main/charts/openmetadata/values.yaml).
|
||||
Use the `--values` flag to point to your own YAML configuration if needed.
|
||||
|
||||
|
||||
@ -296,8 +296,26 @@ airflow:
|
||||
For more information on airflow helm chart values, please refer to [airflow-helm](https://artifacthub.io/packages/helm/airflow-helm/airflow/8.5.3).
|
||||
|
||||
Follow [OpenMetadata Kubernetes Deployment](/deployment/kubernetes) to install and deploy helm charts with nfs volumes.
|
||||
When deploying openmeteadata dependencies helm chart, use the below command -
|
||||
When deploying openmetadata dependencies helm chart, use the below command -
|
||||
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values values-dependencies.yaml
|
||||
```
|
||||
```
|
||||
<Note>
|
||||
|
||||
The above command uses configurations defined [here](https://raw.githubusercontent.com/open-metadata/openmetadata-helm-charts/main/charts/deps/values.yaml).
|
||||
You can modify any configuration and deploy by passing your own `values.yaml`
|
||||
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values <path-to-values-file>
|
||||
```
|
||||
|
||||
</Note>
|
||||
|
||||
Once the openmetadata dependencies helm chart deployed, you can then run the below command to install the openmetadata helm chart -
|
||||
|
||||
```commandline
|
||||
helm install openmetadata open-metadata/openmetadata
|
||||
```
|
||||
Again, this uses the values defined [here](https://github.com/open-metadata/openmetadata-helm-charts/blob/main/charts/openmetadata/values.yaml).
|
||||
Use the `--values` flag to point to your own YAML configuration if needed.
|
||||
|
||||
@ -199,4 +199,22 @@ When deploying openmetadata dependencies helm chart, use the below command -
|
||||
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values values-dependencies.yaml
|
||||
```
|
||||
```
|
||||
<Note>
|
||||
|
||||
The above command uses configurations defined [here](https://raw.githubusercontent.com/open-metadata/openmetadata-helm-charts/main/charts/deps/values.yaml).
|
||||
You can modify any configuration and deploy by passing your own `values.yaml`
|
||||
|
||||
```commandline
|
||||
helm install openmetadata-dependencies open-metadata/openmetadata-dependencies --values <path-to-values-file>
|
||||
```
|
||||
|
||||
</Note>
|
||||
|
||||
Once the openmetadata dependencies helm chart deployed, you can then run the below command to install the openmetadata helm chart -
|
||||
|
||||
```commandline
|
||||
helm install openmetadata open-metadata/openmetadata
|
||||
```
|
||||
Again, this uses the values defined [here](https://github.com/open-metadata/openmetadata-helm-charts/blob/main/charts/openmetadata/values.yaml).
|
||||
Use the `--values` flag to point to your own YAML configuration if needed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user