diff --git a/docs/proposals/20210203-externally-managed-cluster-infrastructure.md b/docs/proposals/20210203-externally-managed-cluster-infrastructure.md index 919910f417e2..b9cd164ce7e2 100644 --- a/docs/proposals/20210203-externally-managed-cluster-infrastructure.md +++ b/docs/proposals/20210203-externally-managed-cluster-infrastructure.md @@ -110,7 +110,7 @@ Additionally, the external management system must provide all required fields wi While an "externally managed" InfraCluster won't reconcile or manage the lifecycle of the cluster infrastructure, CAPI will still be able to create compute nodes within it. The machine controller must be able to operate without hard dependencies regardless of the cluster infrastructure being managed or externally managed. -![](https://i.imgur.com/nA61XJt.png) +![](./images/externally-managed-cluster-infrastructure/infrastructure.png) ### User Stories diff --git a/docs/proposals/images/externally-managed-cluster-infrastructure/infrastructure.png b/docs/proposals/images/externally-managed-cluster-infrastructure/infrastructure.png new file mode 100644 index 000000000000..d99d793966f7 Binary files /dev/null and b/docs/proposals/images/externally-managed-cluster-infrastructure/infrastructure.png differ