Commit 7c38de4
Backports (#986)
* Adding steps for how to use existing cluster as bootstrap cluster. (#877)
* Add proposals template (#879)
Signed-off-by: Vince Prignano <[email protected]>
* Clarify how to use kuebconfig. (#869)
* Add discuss link to README (#885)
Signed-off-by: Vince Prignano <[email protected]>
* Fix a broken link to Cluster API KEP (#900)
* Add Cluster API project scope and objectives (#882)
Signed-off-by: Vince Prignano <[email protected]>
* Fix API group name written in kubebuilder's annotation comments (#883)
* Update github org for the baremetal provider. (#911)
The github org was renamed, so use the new URL for the location of the
bare metal cluster-api provider.
* Add Talos to list of providers (#915)
* Add reference use cases for Cluster API (#903)
Signed-off-by: Vince Prignano <[email protected]>
* Add missing bullet point to staging-use-cases.md (#920)
* Added IBM Cloud to Cluster API README. (#928)
* Update documentation links to published content (#927)
* Add Cluster API logos from CNCF (#916)
* Adding Reference Use Cases to README. (#931)
* Updating release docs for branching approach now that we are 0.x (#862)
I think the previous approach was for pre-versioned branches, but now
we probably want to start maintaining release branches - even if in
practice we would cut 0.2.0 instead of 0.1.1
* Used doctoc generated toc. (#932)
* Update to go 1.12.5 (#937)
* Attempt to fix integration tests (#942)
- Use specific versions of kind and kustomize instead of installing
with `go get`
- Update golang version for example provider
* Update README.md (#941)
* Add shortnames for crds. (#943)
* Fix machine object pivoting to the target cluster (#944)
* [docs] Update RBAC annotations for example provider (#947)
* Remove workstreams from scope and objectives (#948)
Signed-off-by: Vince Prignano <[email protected]>
* Added ibm cloud to architecture diagram. (#946)
* Added comment about cluster API vs cloud providers to readme (#954)
* Quit MachineSet reconcile early if DeletionTimestamp is set (#956)
Signed-off-by: Vince Prignano <[email protected]>
* Cleanup controllers (#958)
Signed-off-by: Vince Prignano <[email protected]>
* updates Google Cloud branding to mach other usages (#973)
* Cannot retrieve machine name (#960)
Signed-off-by: clyang82 <[email protected]>
* Allow to use foregroundDeletion for MachineDeployments and MachineSets (#953)
* Rename controllers test files (#968)
Signed-off-by: Vince Prignano <[email protected]>
* make cluster-api-manager container run with a non-root user (#955)
* Update Gitbook release process (#659)
* Remove mermaid module because it is currently unused and does not
always install cleanly.
* Introduce npm-shrinkwrap so that npm installations are reproducable.
* Update gitbook release documentation.
* Clarify verification instructions.
* Update GitBook.
* Remove rendered Gitbook from repo in preparation for using firebase
instead.
* Install gitbook cli.
* Update documentation for netlify.
* Add Netlify configuration toml.
* Update link to homepage so that it points to the book and not
the GitHub repository.
* Remove base from netlify.toml. The build script already accounts
for the correct location...
* Remove reference to no longer existent KEP. :(
* Disable redirects until the cluster-api.sigs.k8s.io domain has
been created.
* Reenable netlify redirects now that the cluster-api.sigs.k8s.io
domain exists.
* Add versioning and releases to README (#967)
Signed-off-by: Vince Prignano <[email protected]>
* Add more log for cluster deletion failure (#978)
* Update dependencies (#982)
Signed-off-by: Vince Prignano <[email protected]>1 parent 0f911c1 commit 7c38de4
File tree
108 files changed
+3814
-1674
lines changed- cmd/clusterctl
- clusterdeployer
- clusterclient
- phases
- testdata
- config
- crds
- rbac
- docs
- book
- common_code
- provider_implementations
- developer
- proposals
- hack
- logos
- pkg
- apis/cluster/v1alpha1
- controller
- cluster
- machinedeployment
- machineset
- machine
- node
- provider/example/container
- scripts
- vendor
- github.com
- google/uuid
- onsi
- ginkgo
- config
- internal/spec
- gomega
- matchers
- k8s.io/klog
- sigs.k8s.io/controller-runtime/pkg
- cache/internal
- client
- fake
- internal/objectutil
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
108 files changed
+3814
-1674
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| 27 | + | |
| 28 | + | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
| |||
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
41 | | - | |
| 51 | + | |
42 | 52 | | |
43 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
44 | 56 | | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
53 | 66 | | |
54 | 67 | | |
55 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
56 | 77 | | |
57 | 78 | | |
58 | 79 | | |
| |||
63 | 84 | | |
64 | 85 | | |
65 | 86 | | |
66 | | - | |
67 | 87 | | |
68 | 88 | | |
69 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | | - | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | | - | |
| 53 | + | |
48 | 54 | | |
49 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
74 | 85 | | |
75 | 86 | | |
76 | 87 | | |
| 88 | + | |
| 89 | + | |
77 | 90 | | |
78 | 91 | | |
79 | 92 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
757 | 758 | | |
758 | 759 | | |
759 | 760 | | |
760 | 761 | | |
| 762 | + | |
761 | 763 | | |
762 | 764 | | |
763 | 765 | | |
| 766 | + | |
764 | 767 | | |
765 | 768 | | |
766 | 769 | | |
767 | 770 | | |
768 | 771 | | |
| 772 | + | |
769 | 773 | | |
770 | 774 | | |
771 | 775 | | |
772 | 776 | | |
| 777 | + | |
773 | 778 | | |
774 | 779 | | |
775 | 780 | | |
776 | 781 | | |
777 | 782 | | |
| 783 | + | |
778 | 784 | | |
779 | 785 | | |
780 | 786 | | |
781 | 787 | | |
| 788 | + | |
782 | 789 | | |
783 | 790 | | |
784 | 791 | | |
785 | 792 | | |
786 | 793 | | |
| 794 | + | |
787 | 795 | | |
788 | 796 | | |
789 | 797 | | |
790 | 798 | | |
| 799 | + | |
791 | 800 | | |
792 | 801 | | |
793 | 802 | | |
| 803 | + | |
794 | 804 | | |
795 | 805 | | |
796 | 806 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
372 | 376 | | |
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
376 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
377 | 384 | | |
378 | 385 | | |
379 | 386 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments