Skip to content

Commit

Permalink
Add private repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jun 6, 2024
1 parent 967bd6a commit a512218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ canonical-k8s-bootstrap-provider BootstrapProvider /home/ubuntu/boo
canonical-k8s-control-plane-provider ControlPlaneProvider /home/ubuntu/control-plane-canonical-k8s-control-plane-provider/latest/ control-plane-components.yaml
```


The `cluster-api-k8s` repository is currently private. Therefore we need to provide authentication in order to fetch the images.
Follow [this guide](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) and modify the `bootstrap-components.yaml` and `control-plane-components.yaml` accordingly.

Now, we can initialize the cluster, we omit the infrastructure provider for now and deploy it manually later:

```bash
Expand Down

0 comments on commit a512218

Please sign in to comment.