1. 14 Jul, 2016 4 commits
    • k8s-merge-robot's avatar
      Merge pull request #28911 from thockin/fix-gendocs-for-symlinks · f27a8034
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Don't panic if we hit a dangling symlink in mungedocs
      
      I hit this because I have a dangling symlink, which would cause a panic.
      f27a8034
    • k8s-merge-robot's avatar
      Merge pull request #28910 from rmmh/body-log · 8f08cb33
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Log restclient request/response bodies using %#v.
      
      These are now protobufs, so outputting them with %s dumps a large
      amount of binary garbage into the log. %#v properly escapes exotic
      characters.
      8f08cb33
    • k8s-merge-robot's avatar
      Merge pull request #28797 from aaronlevy/insecure-retry · 224b0393
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Retry when apiserver fails to listen on insecure port
      
      The apiserver will already continually retry when it fails to bind to the secure port. However, with the insecure port it does not retry, and any failures cause the apiserver to exit.
      
      This change makes it so the api-server will retry on both insecure/secure ports.
      
      A use-case for this change is for self-hosting the api-server, particularly when you are only running a single copy in your cluster. In some bootstrap and upgrade scenarios - it's necessary to replace/pivot from an existing api-server on the same host -- where you need a new copy running before tearing down the old (which is problematic when the api-server will try to bind to an in-use port and exit).
      224b0393
    • k8s-merge-robot's avatar
      Merge pull request #28805 from caesarxuchao/ssh-dial-timeout · 54c8c820
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Add a customized ssh dialer that will timeout
      
      Fix https://github.com/kubernetes/kubernetes/issues/23835.
      
      @a-robinson @cjcullen @lavalamp 
      54c8c820
  2. 13 Jul, 2016 36 commits