1. 09 May, 2018 34 commits
  2. 08 May, 2018 6 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #63353 from bmoyles0117/fix-stackdriver-metadata-agent-url-for-fluentd · a7433929
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Use the logging agent's node name as the metadata agent URL.
      
      The Stackdriver Logging agent should use the node's hostname when it constructs the Stackdriver Metadata Agent's URL, currently, it's using the GKE Master's hostname, which is a bug.
      
      **Release note:**
      ```release-note
      [fluentd-gcp addon] Use the logging agent's node name as the metadata agent URL.
      ```
      a7433929
    • Filipe Brandenburger's avatar
      Fix cgroup names in node_container_manager_test. · 48d052fa
      Filipe Brandenburger authored
      The names were made invalid for the CgroupName refactor in #62541, so
      update them here.
      
      Furthermore, as the new names are now compatible with what
      EnforceNodeAllocatable wants, reuse the constants there as well.
      
      Tested:
        $ make test-e2e-node REMOTE=true HOSTS=test-cos-beta-67-10575-27-0 FOCUS='Validate Node Allocatable' SKIP='' TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
        • [SLOW TEST:39.488 seconds]
        [k8s.io] Node Container Manager [Serial]
          Validate Node Allocatable
            set's up the node and runs the test
        Ran 1 of 261 Specs in 57.348 seconds
        SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 260 Skipped
      48d052fa
    • David Eads's avatar
      simplify api registration · c5445d3c
      David Eads authored
      c5445d3c
    • David Eads's avatar
      generated · 7b4f97ac
      David Eads authored
      7b4f97ac
    • Kubernetes Submit Queue's avatar
      Merge pull request #63444 from deads2k/client-07-gc-dynamic · 51d75a7b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 63526, 60371, 63444). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      update garbage collection to use the new dynamic client
      
      Update GC to use the new and easy to use dynamic client.  This is one of two remaining stragglers.
      
      @kubernetes/sig-api-machinery-pr-reviews 
      @caesarxuchao @ironcladlou 
      
      ```release-note
      NONE
      ```
      51d75a7b
    • Kubernetes Submit Queue's avatar
      Merge pull request #60371 from superbrothers/__kubectl_cp-1 · e70c4331
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 63526, 60371, 63444). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
      
      Support completion for kubectl cp
      
      **What this PR does / why we need it**: With this PR, kubectl cp supports completion. I tested this PR in bash and zsh.
      
      ```
      $ kubectl cp kube-system/<tab>
      kube-system/kube-state-metrics-769566fdfb-4v52s:   kube-system/kubernetes-dashboard-6b6ddbd46-t5bv9:  kube-system/prometheus-694594c45b-qk5lq:
      ```
      
      **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
      Fixes kubernetes/kubectl#5
      
      **Special notes for your reviewer**: @cblecker
      
      **Release note**:
      
      ```release-note
      `kubectl cp` supports completion.
      ```
      e70c4331