Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,6 @@ sudo -i

:::

We will use **Helm**, a package manager for Kubernetes to install Robot Shop.
First install Helm by running the following commands:

```sh title="Host: demo-apps"
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
```

Clone the Robot Shop GitHub repository by running the following command:

```sh title="Host: demo-apps"
Expand All @@ -165,6 +156,8 @@ metadata:
EOF
```

We will use **Helm**, a package manager for Kubernetes to install Robot Shop.

Install the **Robot Shop** application using Helm:

1. Set your reporting URL by replacing **your-instana-reporting-url** with the
Expand Down Expand Up @@ -242,7 +235,7 @@ and proceed to the next steps.

If you need to uninstall Robot Shop from your cluster to attempt a reinstall you can run the following:

```sh
```sh title="Host: demo-apps"
helm uninstall robot-shop -n robot-shop --kubeconfig=/etc/rancher/k3s/k3s.yaml
```

Expand Down Expand Up @@ -383,8 +376,7 @@ spec:
env:
- name: HOST
value: "http://web:8080/"
image: brightzheng100/rs-website-load:latest
EOF
image: quay.io/llixinn/rs-website-load:latest@sha256:77958b7d86f430656db0a2cb389c49ca35a982ed6ae9c156f3b647ee05e042f6
```

Run the **kubectl get pods** command.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading