mirroring instructions for Cluster API

This commit is contained in:
Yuvaraj Kakaraparthi 2023-03-27 18:44:10 -07:00
parent 454b19164c
commit 501ff2c4de
2 changed files with 23 additions and 0 deletions

View File

@ -39,6 +39,7 @@ For specific tools we have these guides:
- For cri-dockerd see: [cri-dockerd.md](./cri-dockerd.md)
- For kubeadm see: [kubeadm.md](./kubeadm.md)
- For kOps see: [kOps.md](./kOps.md)
- For Cluster API see: [cluster-api.md](./cluster-api.md)
## Mirroring Images
@ -128,6 +129,7 @@ For specific tools we have these guides:
- For cri-dockerd see: [cri-dockerd.md](./cri-dockerd.md)
- For kubeadm see: [kubeadm.md](./kubeadm.md)
- For kOps see: [kOps.md](./kOps.md)
- For Cluster API see: [cluster-api.md](./cluster-api.md)
[identifying-images]: #Identifying-Images-To-Mirror
[mirroring-images]: #Mirroring-Images

View File

@ -0,0 +1,21 @@
# Mirroring with Cluster API
## Identifying Images To Mirror
You can use [`clusterctl`](https://cluster-api.sigs.k8s.io/clusterctl/overview.html) to list the images used by Cluster API and the Cluster API provider in use:
```
clusterctl init list-images --infrastructure <infrastructure-provider>
```
For more details see:
https://cluster-api.sigs.k8s.io/clusterctl/commands/additional-commands.html#clusterctl-init-list-images
## Mirroring Images
See our general list of [mirroring options](./README.md#Mirroring-Images)
## Using Mirrored Images
To use Cluster API with mirrored images, you can configure clusterctl to use image overrides.
For more details see:
https://cluster-api.sigs.k8s.io/clusterctl/configuration.html#image-overrides