Skip to content

Commit

Permalink
Add content overview
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Mayer <[email protected]>
  • Loading branch information
uwe-mayer committed Nov 6, 2024
1 parent 8af4863 commit 6b5002d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user-guides/cluster/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ description: >
Onboard an existing Kubernetes cluster to Greenhouse.
---

## Content Overview

- [Preparation](#preparation)
- [Onboard](#onboard)
- [After onboarding](#after-onboarding)
- [Trouble shooting](#trouble-shooting)

This guides describes how to onboard an existing Kubernetes cluster to your Greenhouse organization.
If you don't have an organization yet please reach out to the Greenhouse administrators.

Expand Down Expand Up @@ -101,5 +108,7 @@ Then `status.conditions` will contain a `Condition` with `type=Ready` and `statu
In the remote cluster, a new namespace is created and contains some resources managed by Greenhouse.
The namespace has the same name as your organization in Greenhouse.

## Trouble shooting

If the bootstrapping failed, you can find details about why it failed in the `Cluster.statusConditions`. More precisely there will be a condition of `type=KubeConfigValid` which might have hints in the `message` field. This is also displayed in the UI on the `Cluster` details view.
Reruning the onboarding command with an updated `kubeConfig` file will fix these issues.

0 comments on commit 6b5002d

Please sign in to comment.