From efdf19d630996bfff4859c3e5cf8e05f14017971 Mon Sep 17 00:00:00 2001 From: Warren Fernandes Date: Fri, 8 Jan 2021 10:38:39 -0700 Subject: [PATCH] Change name to CAPI Provider Operator --- ....md => 20201020-capi-provider-operator.md} | 19 +++++++++--------- .../fig1.plantuml | 0 .../fig1.png | Bin .../fig2.plantuml | 0 .../fig2.png | Bin 5 files changed, 10 insertions(+), 9 deletions(-) rename docs/proposals/{20201020-management-cluster-operator.md => 20201020-capi-provider-operator.md} (99%) rename docs/proposals/images/{management-cluster-operator => capi-provider-operator}/fig1.plantuml (100%) rename docs/proposals/images/{management-cluster-operator => capi-provider-operator}/fig1.png (100%) rename docs/proposals/images/{management-cluster-operator => capi-provider-operator}/fig2.plantuml (100%) rename docs/proposals/images/{management-cluster-operator => capi-provider-operator}/fig2.png (100%) diff --git a/docs/proposals/20201020-management-cluster-operator.md b/docs/proposals/20201020-capi-provider-operator.md similarity index 99% rename from docs/proposals/20201020-management-cluster-operator.md rename to docs/proposals/20201020-capi-provider-operator.md index 9fa80284c9ba..04ae353ffdc7 100644 --- a/docs/proposals/20201020-management-cluster-operator.md +++ b/docs/proposals/20201020-capi-provider-operator.md @@ -1,5 +1,5 @@ --- -title: Management Cluster Operator +title: CAPI Provider Operator authors: - "@fabriziopandini" - "@wfernandes" @@ -16,11 +16,11 @@ see-also: https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/proposals/20191016-clusterctl-redesign.md --- -# Management cluster operator +# CAPI Provider operator ## Table of Contents -* [Management cluster operator](#management-cluster-operator) +* [CAPI provider operator](#capi-provider-operator) * [Table of Contents](#table-of-contents) * [Glossary](#glossary) * [Summary](#summary) @@ -625,10 +625,11 @@ The installation process managed by the operator is consistent with the implementation underlying the `clusterctl init` command and includes the following steps: - Fetching the provider artifacts (the components yaml and the metadata.yaml - file) -- Applying image overrides, if any -- Replacing variables -- Applying the resulting yaml to the cluster + file). +- Applying image overrides, if any. +- Replacing variables in the infrastructure-components from EnvVar and + Secret. +- Applying the resulting yaml to the cluster. As a final consideration, please note that - The operator executes installation for 1 provider at time, while `clusterctl @@ -671,7 +672,7 @@ Please note that: configuration file; this should be changed in order to use in cluster provider configurations. -![Figure 1](./images/management-cluster-operator/fig1.png "Figure for +![Figure 1](./images/capi-provider-operator/fig1.png "Figure for upgrading provider without changing contract")
Upgrading providers without changing contract

@@ -682,7 +683,7 @@ If the new version of the provider does abide by a new version of the Cluster API contract, it is required to ensure all the other providers in the management cluster should get the new version too. -![Figure 2](./images/management-cluster-operator/fig2.png "Figure for +![Figure 2](./images/capi-provider-operator/fig2.png "Figure for upgrading provider and changing contract")
Upgrading providers and changing contract

diff --git a/docs/proposals/images/management-cluster-operator/fig1.plantuml b/docs/proposals/images/capi-provider-operator/fig1.plantuml similarity index 100% rename from docs/proposals/images/management-cluster-operator/fig1.plantuml rename to docs/proposals/images/capi-provider-operator/fig1.plantuml diff --git a/docs/proposals/images/management-cluster-operator/fig1.png b/docs/proposals/images/capi-provider-operator/fig1.png similarity index 100% rename from docs/proposals/images/management-cluster-operator/fig1.png rename to docs/proposals/images/capi-provider-operator/fig1.png diff --git a/docs/proposals/images/management-cluster-operator/fig2.plantuml b/docs/proposals/images/capi-provider-operator/fig2.plantuml similarity index 100% rename from docs/proposals/images/management-cluster-operator/fig2.plantuml rename to docs/proposals/images/capi-provider-operator/fig2.plantuml diff --git a/docs/proposals/images/management-cluster-operator/fig2.png b/docs/proposals/images/capi-provider-operator/fig2.png similarity index 100% rename from docs/proposals/images/management-cluster-operator/fig2.png rename to docs/proposals/images/capi-provider-operator/fig2.png