1. 27 Jun, 2017 2 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #47443 from p0lyn0mial/use_incluster_cfg_when_creating_ext_informers · aac42add
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48012, 47443, 47702, 47178)
      
      incluster config will be used when creating external shared informers.
      
      **What this PR does / why we need it**:
      Previously the loopback configuration was used to talk to the server.
      As a consequence a custom API server was unable to talk to the root API server.
      This PR changes the above by using incluster configuration to create shared informers.
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      aac42add
    • Kubernetes Submit Queue's avatar
      Merge pull request #48012 from verult/FlakyDetachE2E · 1258a7ae
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 48012, 47443, 47702, 47178)
      
      Extending timeout waiting for delete node to become ready before the test ends.
      
      **What this PR does / why we need it**: It seems to take longer than 5 minutes for the node to recover. Changing the timeout to 10 minutes.
      This is an extension of PR #46746
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48008 
      
      /release-note-none
      1258a7ae
  2. 26 Jun, 2017 38 commits