-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1c8833
commit e980e08
Showing
33 changed files
with
225 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tecture/controllers/machine-deployment.md → ...er/core/controllers/machine-deployment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cture/controllers/machine-health-check.md → .../core/controllers/machine-health-check.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...r/architecture/controllers/machine-set.md → ...developer/core/controllers/machine-set.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Controllers | ||
|
||
This section of the book provides an overview about "core" controllers in Cluster API. | ||
|
||
<aside class="note warning"> | ||
|
||
<h1>The code is the source of truth!</h1> | ||
|
||
While we put a great effort in ensuring a good documentation for Cluster API, we also recognize that some | ||
part of the documentation are more prone to miss details or become outdated. | ||
|
||
Unfortunately, this section is one of those parts, because things in Cluster API change fast and the | ||
complexity of core controllers keeps growing. | ||
|
||
Please feel free to open issues or even better send PRs with improvement that can make this documentation | ||
even more valuable for the readers that will follow you. | ||
|
||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Developing "core" Cluster API | ||
|
||
This section of the book is about developing "core" Cluster API. | ||
|
||
Whith "core" Cluster API we refer to the common set of API and controllers that are required to run | ||
any Cluster API provider. | ||
|
||
Please note that in the Cluster API code base, side by side of "core" Cluster API components there | ||
is also a limited number of in-tree providers: | ||
|
||
- Kubeadm bootstrap provider (CAPBK) | ||
- Kubeadm control plane provider (KCP) | ||
- Docker infrastructure provider (CAPD) - The Docker provider is not designed for production use and is intended for development & test only. | ||
- In Memory infrastructure provider (CAPIM) - The In Memory provider is not designed for production use and is intended for development & test only. | ||
|
||
Please refer to [Developing providers](../providers/overview.md) for documentation about in-tree providers (and out of tree providers too). |
Oops, something went wrong.