k8s-ci-robot
7f32ad0287
Merge pull request #70529 from SataQiu/fix-2018110101
...
Fix the expression of some comments
2018-11-02 05:29:05 -07:00
Songjoy
e8a09871e0
fix typo Kubernets to Kubernetes
...
fix typo Kubernets to Kubernetes in line 239
2018-11-02 20:24:01 +08:00
Rostislav M. Georgiev
d14c27a347
kubeadm: Control plane config moved to substructs
...
In v1alpha3's, control plane component config options were nested directly into
the ClusterConfiguration structure. This is cluttering the config structure and
makes it hard to maintain. Therefore the control plane config options must be
separated into different substructures in order to graduate the format to beta.
This change does the following:
- Introduces a new structure called ControlPlaneComponent, that contains fields
common to all control plane component types. These are currently extra args
and extra volumes.
- Introduce a new structure called APIServer that contains
ControlPlaneComponent and APIServerCertSANs field (from ClusterConfiguration)
- Replace all API Server, Scheduler and Controller Manager options in
ClusterConfiguration with APIServer, ControllerManager and Scheduler fields
of APIServer and ControlPlaneComponent types.
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com >
2018-11-02 11:38:56 +02:00
k8s-ci-robot
400438a887
Merge pull request #70336 from yuexiao-wang/move-pkiutil
...
kubeadm: move certs/pkiutil to generic kubeadm utils
2018-11-01 22:16:45 -07:00
k8s-ci-robot
78b43cc631
Merge pull request #70388 from neolit123/phase-etcd
...
kubeadm: graduate etcd phase
2018-11-01 13:44:16 -07:00
k8s-ci-robot
8e9c376cb3
Merge pull request #70452 from neolit123/remove-token-test
...
kubeadm: remove the unit test TestRunListTokens
2018-11-01 09:53:14 -07:00
Lubomir I. Ivanov
31049f972a
kubeadm: graduate the etcd phase
2018-11-01 18:29:17 +02:00
jiaxuanzhou
f253171dfe
simplify logic for func BuildArgumentListFromMap
2018-11-01 23:15:48 +08:00
SataQiu
d32526fba4
improve the expression of some comments
2018-11-01 17:44:37 +08:00
Rafael Fernández López
242e071fa2
kubeadm: Perform IPVS check on join only if the cluster was set up with IPVS.
2018-11-01 09:43:16 +01:00
yuexiao-wang
4f0c2ecf09
move certs/pkiutil to generic kubeadm utils
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2018-11-01 15:05:19 +08:00
k8s-ci-robot
a95c0c36e5
Merge pull request #70341 from yagonobre/fix-typos
...
Fix typos on cmd/kubeadm
2018-10-31 17:08:59 -07:00
fabriziopandini
b56e122e66
autogenerated
2018-10-31 22:19:01 +01:00
fabriziopandini
0c31c79e7b
kubeadm alpha commands
2018-10-31 22:18:39 +01:00
Yago Nobre
cc670e29a1
Fix typos on cmd/kubeadm/app/cmd
2018-10-31 16:32:02 -03:00
k8s-ci-robot
587f020a1a
Merge pull request #70368 from thomasem/cmd_test_to_cmd
...
Swap cmd_test to cmd package in kubeadm/app/cmd/config_test.go
2018-10-31 11:50:32 -07:00
Lubomir I. Ivanov
968fdb95e3
kubeadm: move the control-plane phase to the phase runner
...
Remove custom flags that were previously available per
sub-phase. Rely on the config passed to 'kubeadm init' for that.
Remove redundant functions in manifests.go.
Move the audit policy settings to the control plane phase (under
API server).
2018-10-31 16:05:14 +02:00
Lubomir I. Ivanov
f337f0e580
kubeadm: remove the unit test TestRunListTokens
...
Remove the test based on these points:
- it's apparently flaky by more than one reports and it's hard to debug.
- it's not a CLI unit test.
- it's testing API objects using a fake API server which is a bad hack...
- existing e2e tests already provide coverage for all
the `expectedError: false` cases.
2018-10-30 22:49:01 +02:00
k8s-ci-robot
739998f8fe
Merge pull request #70098 from fabriziopandini/kubeadm-graduate-kubeconfig
...
Kubeadm graduate kubeconfig phase
2018-10-30 12:22:48 -07:00
fabriziopandini
4f26d1de5f
autogenerated
2018-10-30 16:35:37 +01:00
fabriziopandini
3cadb3ca1d
kubeadm graduate kubeconfig phase
2018-10-30 16:35:29 +01:00
Rostislav M. Georgiev
a3e7d7e038
kubeadm: APIServerEndpoints -> APIServerEndpoint
...
In the past the discovery configuration expected, that we can support multiple
API server endpoints. In practice, we always end up with a single API server
endpoint, because, even in HA setups, we use a load balancer scheme for API
servers.
Therefore, to reduce complexity and improve readability of the config, the
multiple API server endpoints support is removed from the bootstrap token
discovery join method and configuration.
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com >
2018-10-30 16:10:28 +02:00
k8s-ci-robot
03a145de8a
Merge pull request #70271 from yuexiao-wang/switch-errors-1
...
[kubeadm/app/]switch to github.com/pkg/errors
2018-10-30 03:38:35 -07:00
yuexiao-wang
c0a9b4d04d
add BUILD
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2018-10-30 16:23:52 +08:00
yuexiao-wang
cc303c8774
[kubeadm/app/]switch to github.com/pkg/errors
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2018-10-30 16:23:24 +08:00
k8s-ci-robot
a5356359cb
Merge pull request #69518 from Pingan2017/remove-skip-preflight-checks-deprecated-info
...
remove flag '--skip-preflight-checks' deprecated info
2018-10-29 15:53:50 -07:00
k8s-ci-robot
8c6fbd708c
Merge pull request #70331 from ereslibre/graduate-certs
...
kubeadm: Graduate certs phase
2018-10-29 14:38:43 -07:00
k8s-ci-robot
ab61dcda62
Merge pull request #70003 from yagonobre/kubeadm-clean-etcd-dir
...
Get the etcd data path from kubeadm config or etcd pod manifest on kubeadm reset
2018-10-29 14:38:22 -07:00
Rafael Fernández López
00a7240a3a
kubeadm: graduate certs phase
2018-10-29 17:23:31 +01:00
Thomas Maddox
f4a98e83ed
Swap cmd_test to cmd package in kubeadm/app/cmd/config_test.go
2018-10-29 09:18:27 -05:00
Yago Nobre
b35e22abe1
Update bazel
2018-10-28 17:04:53 -03:00
Yago Nobre
0c9e922fcd
Get etcd data dir from kubeadm config or use etcd manifest as fallback on kubeadm reset
2018-10-28 17:04:53 -03:00
fabriziopandini
fbd6d2d68a
autogenerated
2018-10-27 18:04:44 +02:00
fabriziopandini
d30492ee8f
kubeadm graduate kubelet-start phase
2018-10-27 18:04:33 +02:00
Marc Power
eb818f95d1
Bind coredns containers to linux nodes to avoid Windows scheduling
2018-10-26 11:47:17 -07:00
yuexiao-wang
f15410692e
[kubeadm/app/util]switch to github.com/pkg/errors
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2018-10-26 15:17:21 +08:00
k8s-ci-robot
584a86736e
Merge pull request #70071 from xichengliudui/fix18102203
...
Fix grammatical errors and repeat words
2018-10-25 07:12:20 -07:00
k8s-ci-robot
abb8f66ff4
Merge pull request #70186 from yuexiao-wang/switch-errors
...
[kubeadm/app/cmd]switch to github.com/pkg/errors
2018-10-25 05:55:19 -07:00
yuexiao-wang
f9084c6ce6
[kubeadm/app/cmd]switch to github.com/pkg/errors
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2018-10-25 15:05:04 +08:00
k8s-ci-robot
eff7492d38
Merge pull request #70182 from SataQiu/fix-20181024
...
Fix incorrect return value of kubeadm pre-flight checks
2018-10-24 16:58:22 -07:00
fabriziopandini
4505aa2108
autogenerated
2018-10-24 12:57:42 +02:00
fabriziopandini
a3d90cc824
kubeadm graduate kubelet-start phase
2018-10-24 12:57:31 +02:00
SataQiu
23e67a1b80
fix incorrect return value of kubeadm pre-flight checks
2018-10-24 18:00:31 +08:00
k8s-ci-robot
dad07683b1
Merge pull request #69013 from ibrasho-forks/switch-to-http.Error
...
Update usages of http.ResponseWriter.WriteHeader to use http.Error
2018-10-23 15:31:55 -07:00
k8s-ci-robot
6617394faf
Merge pull request #70056 from bart0sh/PR0035-kubeadm-certsapi-handling-err
...
kubeadm: fix missing error handling
2018-10-23 02:08:40 -07:00
k8s-ci-robot
46ec13cf7d
Merge pull request #70027 from bart0sh/PR0031-kubeadm-sort-volumes
...
kubeadm: sort pod Volumes and VolumeMounts
2018-10-22 22:46:42 -07:00
k8s-ci-robot
15c15bedb7
Merge pull request #70048 from bart0sh/PR0032-kubeadm-add-NumCPUCheck
...
kubeadm: check required number of CPUs on master
2018-10-22 21:18:38 -07:00
k8s-ci-robot
db4c86f560
Merge pull request #70055 from bart0sh/PR0034-kubeadm-upgrade-misc-fixes
...
2 minor fixes for kubeadm upgrade
2018-10-22 11:19:28 -07:00
xichengliudui
7946697e82
Fix grammatical errors and repeat words
2018-10-21 09:50:54 -04:00
Ed Bartosh
daa111156f
kubeadm: fix missing error handling
...
Handled error returned from CertificateSigningRequests().Get()
2018-10-21 11:26:42 +03:00