Skip to content

Commit

Permalink
fix hpa and mention yq
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 7, 2025
1 parent 25ea0c8 commit 2c5c145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,13 @@ Prerequisites:
To be able to connect to the same K3d cluster where Busola is installed.
Download kubeconfig and change cluster server address to `https://kubernetes.default.svc:443`.

Using shell:
Set `K3D_CLUSTER_NAME` shell environment variable to name of your cluster.
Using shell.

Prerequisites:

- [yq](https://mikefarah.gitbook.io/yq)

Set `K3D_CLUSTER_NAME` shell environment variable to name of your cluster and run:

```shell
k3d kubeconfig get ${K3D_CLUSTER_NAME} > k3d-kubeconfig.yaml
Expand Down
2 changes: 1 addition & 1 deletion resources/base/busola/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: web
name: busola
minReplicas: 1
maxReplicas: 11
metrics:
Expand Down

0 comments on commit 2c5c145

Please sign in to comment.