Skip to content

Commit

Permalink
Merge pull request #258 from planetf1/main
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 authored Mar 29, 2023
2 parents b99355c + dd84575 commit 818f1ed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/egeria-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions charts/egeria-base/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
8 changes: 2 additions & 6 deletions charts/odpi-egeria-lab/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 818f1ed

Please sign in to comment.