Skip to content

Commit

Permalink
docs: update profile tutorial, container version
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Sep 24, 2024
1 parent b3452e2 commit c3703b4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Log in to [Palette](https://console.spectrocloud.com) and navigate to the left *
view the cluster profile page. You can view the list of available cluster profiles. To create a cluster profile, click
on **Add Cluster Profile**.

![View of the cluster Profiles page](/getting-started/getting-started_create-cluster-profile_profile_list_view.webp)

Follow the wizard to create a new profile.

In the **Basic Information** section, assign the name **vmware-profile**, provide a profile description, select the type
Expand All @@ -56,12 +54,12 @@ Type**, **Registry**, and **Pack Name**.

For this tutorial, use the following packs:

| Pack Name | Version | Layer |
| ------------------ | ------- | ---------------- |
| ubuntu-vsphere LTS | 22.4.x | Operating System |
| kubernetes | 1.28.x | Kubernetes |
| cni-calico | 3.27.x | Network |
| csi-vsphere-csi | 3.1.x | Storage |
| Pack Name | Version | Layer |
| --------------- | ------- | ---------------- |
| ubuntu-vsphere | 22.4.x | Operating System |
| kubernetes | 1.28.x | Kubernetes |
| cni-calico | 3.27.x | Network |
| csi-vsphere-csi | 3.1.x | Storage |

As you fill out the information for each layer, click on **Next** to proceed to the next layer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ moments before clicking on the service URL to prevent the browser from caching a

![Image that shows the cluster overview of the Hello Universe Frontend Cluster](/getting-started/getting-started_deploy-k8s-cluster_hello-universe-with-api.webp)

Welcome to Hello Universe, a demo application to help you learn more about Palette and its features. Feel free to click
on the logo to increase the counter and for a fun image change.
Welcome to Spacetastic's astronomy education platform. Feel free to explore the pages and learn more about space. The
statistics page offers information on visitor counts on your deployed service.

You have deployed your first application to a cluster managed by Palette. Your first application is a three-tier
application with a frontend, API server, and Postgres database.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docker ps
Next, download the tutorial image, start the container, and open a bash session into it.

```shell
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.8 bash
docker run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.9 bash
```

Navigate to the folder that contains the tutorial code.
Expand Down Expand Up @@ -92,7 +92,7 @@ podman info
Next, download the tutorial image, start the container, and open a bash session into it.

```shell
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.8 bash
podman run --name tutorialContainer --interactive --tty ghcr.io/spectrocloud/tutorials:1.1.9 bash
```

Navigate to the folder that contains the tutorial code.
Expand Down Expand Up @@ -126,7 +126,7 @@ cd tutorials/
Check out the following git tag.

```shell
git checkout v1.1.8
git checkout v1.1.9
```

Navigate to the folder that contains the tutorial code.
Expand Down Expand Up @@ -229,8 +229,8 @@ the cluster profile.
| Kubernetes | `kubernetes` | `1.28.3` | :white_check_mark: | :white_check_mark: |
| Network | `cni-calico` | `3.26.3` | :white_check_mark: | :white_check_mark: |
| Storage | `csi-vsphere-csi` | `3.0.2` | :white_check_mark: | :white_check_mark: |
| Load Balancer | `lb-metallb-helm` | `0.13.11` | :white_check_mark: | :white_check_mark: |
| App Services | `hellouniverse` | `1.1.2` | :white_check_mark: | :white_check_mark: |
| Load Balancer | `lb-metallb-helm` | `0.14.8` | :white_check_mark: | :white_check_mark: |
| App Services | `hellouniverse` | `1.2.0` | :white_check_mark: | :white_check_mark: |
| App Services | `cost-analyzer` | `1.103.3` | :x: | :white_check_mark: |

The Hello Universe pack has two configured [presets](../../glossary-all.md#presets). The first preset deploys a
Expand Down Expand Up @@ -592,8 +592,8 @@ moments before clicking on the service URL to prevent the browser from caching a

![Deployed application](/getting-started/vmware/getting-started_deploy-manage-k8s-cluster_hello-universe-w-api.webp)

Welcome to Hello Universe, a demo application developed to help you learn more about Palette and its features. Feel free
to click on the logo to increase the counter and for a fun image change.
Welcome to Spacetastic's astronomy education platform. Feel free to explore the pages and learn more about space. The
statistics page offers information on visitor counts on your deployed service.

## Version Cluster Profiles

Expand Down Expand Up @@ -775,7 +775,7 @@ the following command to stop and remove the container.

```shell
docker stop tutorialContainer && \
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.8
docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.9
```

</TabItem>
Expand All @@ -784,7 +784,7 @@ docker rmi --force ghcr.io/spectrocloud/tutorials:1.1.8

```shell
podman stop tutorialContainer && \
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.8
podman rmi --force ghcr.io/spectrocloud/tutorials:1.1.9
```

</TabItem>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c3703b4

Please sign in to comment.