Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Jun 25, 2024
1 parent dcdc855 commit d200853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/cn/cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ KCFG=`cat <file with kubeconfig>`
kubectl create secret generic gardener-credentials --from-literal=kubeconfig=$KCFG -n kcp-system
```

4. Prepare a secret with credentials for Docker registry.
3. Prepare a secret with credentials for Docker registry.

```shell
kubectl create secret docker-registry k8s-ecr-login-renew-docker-secret --docker-server=<registry> --docker-username=<username> --docker-password=<password> --docker-email=<email> -n kcp-system
```

5. Apply the following YAML file to install KEB:
4. Apply the following YAML file to install KEB:

```shell
kubectl apply -f sql.yaml
```

6. Install the KEB chart:
5. Install the KEB chart:

```shell
helm install keb ../keb --namespace kcp-system -f values.yaml
Expand Down

0 comments on commit d200853

Please sign in to comment.