From 92d8197f0b3787edfc913df9c65411ff497bb55b Mon Sep 17 00:00:00 2001 From: dhruvinmaniar123 Date: Mon, 17 Apr 2023 20:43:36 +0530 Subject: [PATCH] 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 --- .../content/deployment/kubernetes/eks.md | 19 ++++++++++++++++ .../content/deployment/kubernetes/gke.md | 22 +++++++++++++++++-- .../content/deployment/kubernetes/on-prem.md | 20 ++++++++++++++++- 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/openmetadata-docs/content/deployment/kubernetes/eks.md b/openmetadata-docs/content/deployment/kubernetes/eks.md index f219b49851c..426ef4e0bf5 100644 --- a/openmetadata-docs/content/deployment/kubernetes/eks.md +++ b/openmetadata-docs/content/deployment/kubernetes/eks.md @@ -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 ``` + + +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 +``` + + + +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. + diff --git a/openmetadata-docs/content/deployment/kubernetes/gke.md b/openmetadata-docs/content/deployment/kubernetes/gke.md index 863886f2cc7..939231fb0af 100644 --- a/openmetadata-docs/content/deployment/kubernetes/gke.md +++ b/openmetadata-docs/content/deployment/kubernetes/gke.md @@ -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 -``` \ No newline at end of file +``` + + +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 +``` + + + +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. diff --git a/openmetadata-docs/content/deployment/kubernetes/on-prem.md b/openmetadata-docs/content/deployment/kubernetes/on-prem.md index 390dfa005d4..48d012bda82 100644 --- a/openmetadata-docs/content/deployment/kubernetes/on-prem.md +++ b/openmetadata-docs/content/deployment/kubernetes/on-prem.md @@ -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 -``` \ No newline at end of file +``` + + +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 +``` + + + +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.