https://bugzilla.redhat.com/show_bug.cgi?id=1200924

            Bug ID: 1200924
           Summary: typo in /etc/kubernetes/kubelet
           Product: Fedora
           Version: rawhide
         Component: kubernetes
          Assignee: jchal...@redhat.com
          Reporter: l...@bcl.bz
        QA Contact: extras...@fedoraproject.org
                CC: epa...@redhat.com, golang@lists.fedoraproject.org,
                    jchal...@redhat.com, l...@redhat.com,
                    nhor...@redhat.com, vba...@redhat.com



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=""

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to