Skip to content

Commit

Permalink
odpi#116 Fix typos noticed during dojo intro
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Jan 17, 2022
1 parent 0ffbafe commit 1318c9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 5 additions & 1 deletion site/docs/guides/operations/kubernetes/k8s-cmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ kubectl delete pod <pod-id>

!!! cli "setup port forwarding for a pod"
```console
kubectl port-forward <pod-id> <local-port>:<remote-port>
kubectl port-forward pod/<pod-id> <local-port>:<remote-port>
```

!!! cli "setup port forwarding for a service"
```console
kubectl port-forward service/<pod-id> <local-port>:<remote-port>
```


---8<-- "snippets/abbr.md"
2 changes: 1 addition & 1 deletion site/docs/guides/operations/kubernetes/k8s-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1318c9a

Please sign in to comment.