From 1318c9ad5b8b0f65039a8a9b7cc67e4f44f6fb5f Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Mon, 17 Jan 2022 10:33:52 +0000 Subject: [PATCH] #116 Fix typos noticed during dojo intro Signed-off-by: Nigel Jones --- .../egeria-dojo/running-egeria/coco-labs-environment.md | 2 +- .../egeria-dojo/running-egeria/running-egeria-intro.md | 2 +- site/docs/guides/operations/kubernetes/k8s-cmds.md | 6 +++++- site/docs/guides/operations/kubernetes/k8s-install.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/site/docs/education/egeria-dojo/running-egeria/coco-labs-environment.md b/site/docs/education/egeria-dojo/running-egeria/coco-labs-environment.md index bad7d8ee35..0992901de7 100644 --- a/site/docs/education/egeria-dojo/running-egeria/coco-labs-environment.md +++ b/site/docs/education/egeria-dojo/running-egeria/coco-labs-environment.md @@ -131,7 +131,7 @@ this more complex environment has setup. Make sure you are still running the required port forwarding for the ui ```console -kubectl port-forward base-presentation 8091:8091 +kubectl port-forward service/base-presentation 8091:8091 ``` and go to [https://localhost:8091/coco/login :material-dock-window:](https://localhost:8091/coco/login){ target=egeria } in your browser. diff --git a/site/docs/education/egeria-dojo/running-egeria/running-egeria-intro.md b/site/docs/education/egeria-dojo/running-egeria/running-egeria-intro.md index 0be0e4e012..41925063fd 100644 --- a/site/docs/education/egeria-dojo/running-egeria/running-egeria-intro.md +++ b/site/docs/education/egeria-dojo/running-egeria/running-egeria-intro.md @@ -12,7 +12,7 @@ get it running in your environment, so that you can explore more in your own tim *Skills*: Familarity with *nix shell environment & editing files. -*Hardware Requirements*: A networked MacOS, Windows, or Linux environment with at least 4Gb RAM & 12GB storage or remote access to an existing Kubernetes environment. +*Hardware Requirements*: A networked MacOS, Windows, or Linux environment with at least 8GB RAM & 12GB storage or remote access to an existing Kubernetes environment. *Duration*: We expect this will take most of a day, around 6 hours - but you can continue in your own time if this is too much for one session. diff --git a/site/docs/guides/operations/kubernetes/k8s-cmds.md b/site/docs/guides/operations/kubernetes/k8s-cmds.md index e9b3ba7712..8054bfd78e 100644 --- a/site/docs/guides/operations/kubernetes/k8s-cmds.md +++ b/site/docs/guides/operations/kubernetes/k8s-cmds.md @@ -37,9 +37,13 @@ kubectl delete pod !!! cli "setup port forwarding for a pod" ```console -kubectl port-forward : +kubectl port-forward pod/ : ``` +!!! cli "setup port forwarding for a service" +```console +kubectl port-forward service/ : +``` ---8<-- "snippets/abbr.md" diff --git a/site/docs/guides/operations/kubernetes/k8s-install.md b/site/docs/guides/operations/kubernetes/k8s-install.md index 161cf37feb..ab9b03dd9d 100644 --- a/site/docs/guides/operations/kubernetes/k8s-install.md +++ b/site/docs/guides/operations/kubernetes/k8s-install.md @@ -116,7 +116,7 @@ Ensure when installing you specify at least 6GB RAM. Ensure you are familiar before using. See https://www.docker.com/pricing/faq -After installing, go into Docker Desktop **Settings** and select **Kubernetes**. Make sure **Enable Kubernetes** is checked. Also, under resources ensure at least 4GB is allocated to Docker. +After installing, go into Docker Desktop **Settings** and select **Kubernetes**. Make sure **Enable Kubernetes** is checked. Also, under resources ensure at least 6GB is allocated to Docker. ## Cloud