Commit 2186e24
Backports for release 0.1 (#924)
* Update CRDs (#863)
Generated with `make generate`
* fix various shell bugs (#868)
* fix errors in scripts/ci-build.gitsh
* fix errors in scripts/ci-integration.sh
* fix errors in scripts/ci-is-vendor-in-sync.sh
* fix errors in scripts/ci-make.sh
* fix errors in scripts/ci-test.sh
* removed unused variables from scripts/fetch_ext_bins.sh
* fix errors in hack/update-bazel.sh
* fix errors in hack/verify_clientset.sh
* use gnu sed on all platforms (#867)
* Fix error message in getCluster (#871)
Previously it was showing 'Machine foo in namespace "cluster.k8s.io/cluster-name" doesn't specify "k8s-machine-api" label, assuming nil cluster'
* minikube: use --profile instead of --p (#875)
It was reported that "minikube start" fails:
minikube start --bootstrapper=kubeadm --p=clusterapi
Error: unknown flag: --p
From "minikube start --help":
-p, --profile string
Use --profile in minikube.go as --p does not work.
The alternative is -p.
* nit: fix log to replace Creating with Preparing (#872)
saw this log with following flag
--bootstrap-cluster-kubeconfig /root/.kube/config
I0403 17:32:28.339021 31615 createbootstrapcluster.go:27] Creating bootstrap cluster
actually we are reusing ,not creating
* Record machine sync error event (#880)
* make clusterapi wait timeout configurable (#865)
add an environment to make timeout configurable
for timeoutMachineReady
* Update klog to 0.3.0 release (#890)
Signed-off-by: Vince Prignano <[email protected]>
* Add missing namespace to Get function (#896)
* Add NodeName to Machine's additionalPrinterColumns (#895)
Because it is useful to cross-reference between Machines and Nodes.
Set priority to >0 so that node names will only be displayed in `-o wide` because the names are often quite long.
* additionalPrinterColumns for Machine, added correctly. (#897)
Co-authored-by: Danny Berger <[email protected]>
* Normalize clusterctl options to underscores (#899)
Matches current conventions and implementation of kubectl.
This change does not include warning messages when using the previous,
underscore option names, but it does recognize those names.
Co-authored-by: Leah Hanson <[email protected]>
* Update manager-role ClusterRole (#901)
* Update Go 1.12 (#898)
* Update Go 1.12
Signed-off-by: Vince Prignano <[email protected]>
* update
Signed-off-by: Vince Prignano <[email protected]>
* Update OWNERS_ALIASES and SECURITY_CONTACTS (#884)
* Update OWNERS_ALIASES and SECURITY_CONTACTS
* Add davidewatson to cluster-api-admins
* Clarify log message for machine-controller isDeleteAllowed (#905)
Users have noted that this log message is confusing and
does not lead to a clear path forward when deleting this
machine.
This commit makes it clear that the machine will not be
deleted.
* Clarify MachineDeployment watchers' comments (#887)
Signed-off-by: Vince Prignano <[email protected]>
* Simplify util.ParseMachinesYaml (#909)
Signed-off-by: Vince Prignano <[email protected]>
* Add support for passing namespace cmdline flag to the manager (#914)
* Bump kubectl version to v1.13.2 in ci (#923)
kubectl v1.10.2 does not compatible with cluster v1.14.x anymore
Signed-off-by: Hui Luo <[email protected]>
* Add /status to MachineSet and MachineDeployment kubebuilder directives (#922)
Signed-off-by: Vince Prignano <[email protected]>1 parent 560b000 commit 2186e24
File tree
69 files changed
+1644
-216
lines changed- cmd
- clusterctl
- clusterdeployer
- bootstrap/minikube
- clusterclient
- cmd
- phases
- testdata
- manager
- config
- crds
- rbac
- hack
- pkg
- apis/cluster/v1alpha1
- controller
- machinedeployment
- machineset
- machine
- noderefutil
- util
- scripts
- vendor/k8s.io
- component-base
- cli/flag
- klog
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1644
-216
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 | | |
| |||
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 | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
| 14 | + | |
18 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
| 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 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
968 | 972 | | |
969 | 973 | | |
970 | 974 | | |
971 | | - | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
972 | 986 | | |
973 | 987 | | |
974 | 988 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments