From 5a3e500ff794b1d548b0e7da46af7a55fd0fcfda Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Wed, 29 Mar 2023 07:31:17 +0100 Subject: [PATCH 1/2] Upgrade Egeria UI to 4.1.2 Signed-off-by: Nigel Jones --- charts/odpi-egeria-lab/Chart.yaml | 2 +- charts/odpi-egeria-lab/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/odpi-egeria-lab/Chart.yaml b/charts/odpi-egeria-lab/Chart.yaml index c980d117..6b29e44b 100644 --- a/charts/odpi-egeria-lab/Chart.yaml +++ b/charts/odpi-egeria-lab/Chart.yaml @@ -4,7 +4,7 @@ name: odpi-egeria-lab description: Egeria lab environment apiVersion: v2 -version: 4.0.0-prerelease.11gi +version: 4.0.0-prerelease.12 appVersion: "4.0" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: diff --git a/charts/odpi-egeria-lab/values.yaml b/charts/odpi-egeria-lab/values.yaml index a1d43923..2d90d306 100644 --- a/charts/odpi-egeria-lab/values.yaml +++ b/charts/odpi-egeria-lab/values.yaml @@ -130,7 +130,7 @@ image: tag: "lab-3.5.2" uistatic: name: egeria-ui - tag: "4.1.1" + tag: "4.1.2" nginx: registry: public.ecr.aws name: nginx/nginx From dd845752dc4a36d499c369e18c295fe306a1b068 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Wed, 29 Mar 2023 07:43:41 +0100 Subject: [PATCH 2/2] Update NOTES.txt with higher memory recommendation and link to k9s tool Signed-off-by: Nigel Jones --- charts/egeria-base/Chart.yaml | 2 +- charts/egeria-base/templates/NOTES.txt | 5 +++++ charts/odpi-egeria-lab/Chart.yaml | 2 +- charts/odpi-egeria-lab/templates/NOTES.txt | 8 ++------ 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/charts/egeria-base/Chart.yaml b/charts/egeria-base/Chart.yaml index 0cb0a6a1..9cdc4fa7 100644 --- a/charts/egeria-base/Chart.yaml +++ b/charts/egeria-base/Chart.yaml @@ -4,7 +4,7 @@ name: egeria-base description: A Helm chart for Egeria simple platform deployment apiVersion: v2 -version: 4.0-prerelease.4 +version: 4.0-prerelease.5 appVersion: "4.0" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: diff --git a/charts/egeria-base/templates/NOTES.txt b/charts/egeria-base/templates/NOTES.txt index 3ee0d924..85e70464 100644 --- a/charts/egeria-base/templates/NOTES.txt +++ b/charts/egeria-base/templates/NOTES.txt @@ -11,6 +11,11 @@ By default a single platform is created using the latest release of Egeria, with metadata server 'mds1' and a view server 'view1'. The UI organization name is 'org'. A job is started to perform this configuration and may take up to 10 minutes to complete. +Refer to https://egeria-project.org/guides/operations/kubernetes/k8s/?h=nodeport#accessing-applications-in-your-cluster to setup access to the services you need to access in your cluster. + +If you experience problems, check memory consumption on your nodes. A minimum of +8GB free is recommended. Dashboards, or the command line tool k9s ( https://k9scli.io ) are useful for this. + Please provide any feeback via a github issue at https://github.com/odpi/egeria-charts or join us on slack via https://slack.lfaidata.foundation diff --git a/charts/odpi-egeria-lab/Chart.yaml b/charts/odpi-egeria-lab/Chart.yaml index 6b29e44b..ce38115b 100644 --- a/charts/odpi-egeria-lab/Chart.yaml +++ b/charts/odpi-egeria-lab/Chart.yaml @@ -4,7 +4,7 @@ name: odpi-egeria-lab description: Egeria lab environment apiVersion: v2 -version: 4.0.0-prerelease.12 +version: 4.0.0-prerelease.13 appVersion: "4.0" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: diff --git a/charts/odpi-egeria-lab/templates/NOTES.txt b/charts/odpi-egeria-lab/templates/NOTES.txt index 49cb21aa..23ca2391 100644 --- a/charts/odpi-egeria-lab/templates/NOTES.txt +++ b/charts/odpi-egeria-lab/templates/NOTES.txt @@ -4,14 +4,10 @@ LF AI & Data Egeria lab tutorial The Egeria tutorials have now been deployed to Kubernetes. It may take a minute or so for everything to start up. -Open your web browser and go to addressofmycluster:{{ .Values.service.nodeport.jupyter }} to -get started - -You may need to contact your cluster admin, or read your cloud provider helptext to understand -the correct 'addressofmycluster' to use. +Refer to https://egeria-project.org/guides/operations/kubernetes/k8s/?h=nodeport#accessing-applications-in-your-cluster to setup access to the services you need to access in your cluster. If you experience problems, check memory consumption on your nodes. A minimum of -a 3 node cluster, 2GB per node; or a desktop environment with 6GB dedicated is recommended. +12GB free is recommended. Dashboards, or the command line tool k9s ( https://k9scli.io ) are useful for this. Please provide any feeback via a github issue at https://github.com/odpi/egeria-charts or join us on slack via https://slack.lfaiaidata.foundation