Skip to content

Commit 3d81ab2

Browse files
authored
Fix tags and move diagram to the right place (kyma-project#4580)
1 parent cc0f8b4 commit 3d81ab2

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

docs/user/01-40-deploy-access-kubernetes.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Follow these steps to deploy Busola in a Kubernetes cluster:
2020

2121
2. Choose one of the following installation options that suit your case.
2222

23-
<details>
24-
<summary>Install Busola from a release</summary>
23+
<!-- tabs:start -->
24+
25+
### **Install Busola from a release**
2526

2627
3. Go to the [Busola release page](https://github.com/kyma-project/busola/releases) and choose one of the available versions.
2728

@@ -37,10 +38,7 @@ Follow these steps to deploy Busola in a Kubernetes cluster:
3738
kubectl apply --namespace "${NAMESPACE}" -f "https://github.com/kyma-project/busola/releases/download/${VERSION}/busola.yaml"
3839
```
3940

40-
</details>
41-
42-
<details>
43-
<summary>Install Busola from the main branch </summary>
41+
### **Install Busola from the main branch**
4442

4543
3. Clone the [Busola repository](https://github.com/kyma-project/busola).
4644
4. Go to the folder where you downloaded it and run:
@@ -49,10 +47,7 @@ Follow these steps to deploy Busola in a Kubernetes cluster:
4947
(cd resources && kustomize build base/ | kubectl apply --namespace "${NAMESPACE}" -f- )
5048
```
5149

52-
</details>
53-
54-
<details>
55-
<summary>Install Busola with a specific landscape configuration</summary>
50+
### **Install Busola with a specific landscape configuration**
5651

5752
3. Clone the [Busola repository](https://github.com/kyma-project/busola).
5853

@@ -68,20 +63,17 @@ Follow these steps to deploy Busola in a Kubernetes cluster:
6863
(cd resources && kustomize build environments/${ENVIRONMENT} | kubectl apply --namespace "${NAMESPACE}" -f- )
6964
```
7065

71-
</details>
66+
### **Install Busola from a pull request**
7267

73-
<details>
74-
<summary>Install Busola from a pull request</summary>
75-
76-
1. Clone the [Busola repository](https://github.com/kyma-project/busola).
68+
3. Clone the [Busola repository](https://github.com/kyma-project/busola).
7769

78-
2. Set your PR number as an environment variable:
70+
4. Set your PR number as an environment variable:
7971

8072
```bash
8173
export PR_NUMBER={PR_NUMBER}
8274
```
8375

84-
3. Run the following command from the Busola root folder:
76+
5. Run the following command from the Busola root folder:
8577

8678
```bash
8779
(cd resources/base && kustomize edit set image busola="europe-docker.pkg.dev/kyma-project/dev/busola-web:PR-${PR_NUMBER}" && cd ../ && kustomize build base/ | kubectl apply --namespace "${NAMESPACE}" -f- )
@@ -90,7 +82,7 @@ Follow these steps to deploy Busola in a Kubernetes cluster:
9082
> [!NOTE]
9183
> If there are any changes in your PR, the image should be automatically updated in your cluster. If you don't see the latest changes, make sure that the image job has finished. Then, go to your namespace, and in **Deployments**, select the restart button next to the image you want to update.
9284
93-
</details>
85+
<!-- tabs:end -->
9486

9587
## Accessing Busola Installed in a Kubernetes Cluster
9688

File renamed without changes.

0 commit comments

Comments
 (0)