Description of problem: In /etc/kubernetes/kubelet there is following line: KUBELET_API_SERVER="--api_server=127.0.0.1:8080" but according to kubelet --help output and source code actual command line option is --api_servers Version-Release number of selected component (if applicable): kubernetes-0.12.0-0.4.gita4d871a.fc2 How reproducible: Additional info: Following patch should be applied: --- contrib/init/systemd/environ/kubelet.orig 2015-03-03 07:04:24.000000000 +0300 +++ contrib/init/systemd/environ/kubelet 2015-03-11 18:10:49.638406448 +0300 @@ -11,7 +11,7 @@ KUBELET_HOSTNAME="--hostname_override=127.0.0.1" # location of the api-server -KUBELET_API_SERVER="--api_server=127.0.0.1:8080" +KUBELET_API_SERVER="--api_servers=127.0.0.1:8080" # Add your own! KUBELET_ARGS=""
https://github.com/GoogleCloudPlatform/kubernetes/pull/5302
https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150309/1537300.html
kubernetes-0.12.0-0.9.git53b25a7.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/kubernetes-0.12.0-0.9.git53b25a7.fc22
kubernetes-0.12.0-0.9.git53b25a7.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kubernetes-0.12.0-0.9.git53b25a7.fc21
kubernetes-0.12.0-0.9.git53b25a7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/kubernetes-0.12.0-0.9.git53b25a7.fc20
Package kubernetes-0.12.0-0.9.git53b25a7.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kubernetes-0.12.0-0.9.git53b25a7.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-3858/kubernetes-0.12.0-0.9.git53b25a7.fc20 then log in and leave karma (feedback).
note this is not a typo. kubernetes used to use --api-server and changed it to --api-servers I suppose to add HA/HS.
kubernetes-0.12.0-0.9.git53b25a7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
kubernetes-0.12.0-0.9.git53b25a7.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
kubernetes-0.12.0-0.9.git53b25a7.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.