Skip to content

Commit 16e695e

Browse files
committed
🤷‍♀️ Remove k8s form docs
1 parent a3e56e1 commit 16e695e

File tree

2 files changed

+8
-30
lines changed

2 files changed

+8
-30
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,7 @@ Design guidelines:
3939

4040
# Installation
4141

42-
Install whitebox server and all of its dependencies in your k8s cluster using `helm`
43-
44-
```bash
45-
helm repo add squaredev https://chartmuseum.squaredev.io/
46-
helm repo update
47-
helm install whitebox squaredev/whitebox
48-
```
49-
50-
Note: You can also install the server using `docker compose`. See the [docs](https://squaredev-io.github.io/whitebox/tutorial/installation) for more info.
42+
Install the server using `docker compose`. See the [docs](https://squaredev-io.github.io/whitebox/tutorial/installation) for more info.
5143

5244
Install the SDK with `pip`:
5345

docs/mkdocs/docs/tutorial/installation.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
# Installation
22

3-
## Kubernetes
4-
5-
Install whitebox server and all of its dependencies in your k8s cluster using `helm`
6-
7-
<div class="termy">
8-
9-
```console
10-
$ helm repo add squaredev https://chartmuseum.squaredev.io/
11-
$ helm repo update
12-
$ helm install whitebox squaredev/whitebox
13-
```
14-
15-
</div>
16-
17-
!!! info
18-
19-
Don't forget to get the API key and store it somewhere safe!
20-
21-
If you lose it, you will need to delete the admin user in your database and re-run the live serve to produce a new key!
22-
23-
## Docker compose
3+
## Docker
244

255
Install whitebox server and all of its dependencies using `docker-compose`
266

@@ -71,3 +51,9 @@ $ docker compose up
7151
```
7252

7353
</div>
54+
55+
## Kubernetes
56+
57+
!!! info
58+
59+
As kubernetes deployment is part of our Professional offering please [contact us](https://forms.office.com/pages/responsepage.aspx?id=-XXSgSIX1keVdU9wdH0U-XphvBYZ6r5PmfX1dlo1e3tUOFQyNkVNQkZRVUo0WTNXRkZTNVlPSzhJQy4u).

0 commit comments

Comments
 (0)