Skip to content

Commit

Permalink
Fix INSTALL.kind.md
Browse files Browse the repository at this point in the history
Fixes cloudfoundry#2683

Co-authored-by: Georgi Sabev <[email protected]>
  • Loading branch information
gcapizzi and georgethebeatle committed Jul 14, 2023
1 parent 8c62360 commit c9e9104
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions INSTALL.kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,28 @@ We recommend you use [DockerHub](https://hub.docker.com/) as your container regi

## Dependencies

No changes here, follow the [common instructions](./INSTALL.md#dependencies).
Follow the [common instructions](./INSTALL.md#dependencies), with the exception of Metrics Server.

### Metrics Server

Make sure you pass the following flags to the Metrics Server container (see [_Configuration_](https://github.com/kubernetes-sigs/metrics-server#configuration)):

- `--kubelet-insecure-tls`
- `--kubelet-preferred-address-types=InternalIP`

## Pre-install configuration

No changes here, follow the [common instructions](./INSTALL.md#pre-install-configuration).
For the container registry credentials `Secret`, we recommend you [create an access token](https://hub.docker.com/settings/security?generateToken=true) on DockerHub.
Remember to set `global.generateIngressCertificates` to `true` if you want to use self-signed TLS certificates.

## Install Korifi

No changes here, follow the [common instructions](./INSTALL.md#install-korifi).
If using DockerHub as recommended above, set the following values:

- `api.packageRepository`: `index.docker.io/<username>/packages`;
- `kpackImageBuilder.builderRepository`: `index.docker.io/<username>/kpack-builder`;
- `kpackImageBuilder.dropletRepository`: `index.docker.io/<username>/droplets`.
- `global.containerRepositoryPrefix`: `index.docker.io/<username>/`;

If `$KORIFI_NAMESPACE` doesn't exist yet, you can add the `--create-namespace` flag to the `helm` invocation.

Expand Down

0 comments on commit c9e9104

Please sign in to comment.