-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove --tls-ca-file which had no effect #58968
Conversation
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, dims The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 58955, 58968, 58971, 58963, 58298). If you want to cherry-pick this change to another branch, please follow the instructions here. |
- kubernetes/kubernetes#58968 [#158183539] Signed-off-by: Urvashi Reddy <ureddy@pivotal.io>
* removed tls-cert-file setting as it is deprecated (see kubernetes/kubernetes#58968) * remove deprecated kube-apiserver parameter insecure-bind-address / added variable+parameter secure-port for kube-apiserver * added kube-controller-manager certificate files to k8s_certificates list * update README * added kube-scheduler certificate files to k8s_certificates list * updated README * added kube-controller-manager-sa certificate files to k8s_certificates list * removed unneeded files from k8s_certificates list * change K8s release to v1.10.3 * added kubeconfig for admin user, controller manager, scheduler / introduce k8s_scheduler_conf_dir, k8s_controller_manager_conf_dir / k8s_release to v1.10.3 / update README * replaced kube-apiserver parameter admission-control with enable-admission-plugins * new service-account-key-file value for kube-apiserver * changes in k8s_controller_manager_settings: removed master parameter, added kubeconfig, new value for service-account-private-key-file, new parameter use-service-account-credentials * update to K8s v1.10.4 * update README * implemented needed changes for kube-scheduler * kubectl now uses --kubeconfig * fix wrong directory destinations * added k8s-controller-base tag / fixed wrong tags
see kubernetes/kubernetes#58968 k8s#1.11 Signed-off-by: Maximilian Meister <mmeister@suse.de>
The flag has had no effect since we started configuring loopback based on the direct cert. I've marked it deprecated this release so we don't break launch scripts right away, but its coming. I think we should remove it in 1.11.