1. 26 Aug, 2017 2 commits
  2. 25 Aug, 2017 38 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #51143 from oomichi/issue/43051 · acdf625e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51038, 50063, 51257, 47171, 51143)
      
      Add signal handler for catching Ctrl-C on hack/e2e
      
      **What this PR does / why we need it**:
      
      When operating e2e test, hack/e2e.go process creates kubetest process.
      To kill the kubetest process when stop e2e test with Ctrl-C, we need
      to send the signal to the process because it also creates another
      process and it needs to kill it.
      This PR adds the signal handler on hack/e2e.go to kill the kubetest
      process.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      fixes #43051
      
      **Special notes for your reviewer**:
      
      https://github.com/kubernetes/test-infra/pull/4154 is the part of kubetest.
      
      **Release note**:
      
      `NONE`
      acdf625e
    • Kubernetes Submit Queue's avatar
      Merge pull request #47171 from xilabao/validate-nonResourceURL-in-create-clusterrole · 08c2071b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51038, 50063, 51257, 47171, 51143)
      
      validate nonResourceURL in create clusterrole
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      08c2071b
    • Kubernetes Submit Queue's avatar
      Merge pull request #51257 from NickrenREN/validation-bugfix · cd908f3e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51038, 50063, 51257, 47171, 51143)
      
      Fix validation return value
      
      Errors returned by some validation functions may be wrong
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #51256
      
      
      **Release note**:
      ```release-note
      NONE
      ```
      cd908f3e
    • Kubernetes Submit Queue's avatar
      Merge pull request #50063 from dixudx/manifests_use_hostpath_type · 16a438b5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51038, 50063, 51257, 47171, 51143)
      
      update related manifest files to use hostpath type
      
      **What this PR does / why we need it**:
      Per [discussion in #46597](https://github.com/kubernetes/kubernetes/pull/46597#pullrequestreview-53568947)
      
      Dependes on #46597
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      Fixes: https://github.com/kubernetes/kubeadm/issues/298
      
      **Special notes for your reviewer**:
      /cc @euank @thockin @tallclair @Random-Liu 
      
      **Release note**:
      
      ```release-note
      None
      ```
      16a438b5
    • Kubernetes Submit Queue's avatar
      Merge pull request #51038 from nicksardo/gce-netproj · c02afa6e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      GCE: Consume new config value for network project id
      
      This PR will allow users to specify the network's project ID in gce.conf. If it's not specified, it will be filled with `ProjectID`.  This means that `network-project-id` is a required field for building a cluster on a shared VPC network. However, this means the field does not need to be specified for GKE clusters on non-shared networks. 
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      Fixes #48515
      
      **Special notes for your reviewer**:
      /assign @bowei @freehan 
      
      **Release note**:
      ```release-note
      NONE
      ```
      c02afa6e
    • Kubernetes Submit Queue's avatar
      Merge pull request #51207 from yguo0905/uc · 5f805a5e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50033, 49988, 51132, 49674, 51207)
      
      Update cos image to cos-stable-60-9592-84-0
      
      cos-m60 has been stable for a long time. This image contains a docker upgrade, which has been validated in https://github.com/kubernetes/kubernetes/issues/42926.
      
      **Release note**:
      
      ```
      None
      ```
      
      /assign @yujuhong 
      /cc @dchen1107
      5f805a5e
    • Kubernetes Submit Queue's avatar
      Merge pull request #49674 from crimsonfaith91/rollout · c19785cf
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50033, 49988, 51132, 49674, 51207)
      
      StatefulSet kubectl rollout command
      
      **What this PR does / why we need it**: This PR implements StatefulSet kubectl rollout command, covering `history`, `status`, and `undo`.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49890 
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      kubectl rollout `history`, `status`, and `undo` subcommands now support StatefulSets.
      ```
      c19785cf
    • Kubernetes Submit Queue's avatar
      Merge pull request #51132 from ConnorDoyle/cpuset-helpers · fe0c519f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50033, 49988, 51132, 49674, 51207)
      
      Add cpuset helper library.
      
      Blocker for CPU manager #49186 (1 of 6)
      
      @sjenning @derekwaynecarr 
      
      ```release-note
      NONE
      ```
      fe0c519f
    • Kubernetes Submit Queue's avatar
      Merge pull request #49988 from sbezverk/fsgroup_check · dfd1ca77
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50033, 49988, 51132, 49674, 51207)
      
      Adding fsGroup check before mounting a volume
      
      fsGroup check will be enforcing that if a volume has already been
      mounted by one pod and another pod wants to mount it but has a different
      fsGroup value, this mount operation will not be allowed.
      
      Closes #45053
      dfd1ca77
    • Kubernetes Submit Queue's avatar
      Merge pull request #50033 from cmluciano/cml/addnpcidrselector · c04e5163
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50033, 49988, 51132, 49674, 51207)
      
      Add IPBlock to Network Policy
      
      **What this PR does / why we need it**:
       Add ipBlockRule to NetworkPolicyPeer.
      
      **Which issue this PR fixes**
      fixes #49978
      
      **Special notes for your reviewer**:
      - I added this directly as a field on the existing API per guidance from API-Machinery/lazy SIG-Network consensus.
      
      Todo:
      - [ ] Documentation comments to mention this is beta, unless we want to go straight to GA
      - [ ] e2e tests
      
      **Release note**:
      ```
      Support ipBlock in NetworkPolicy
      ```
      c04e5163
    • Kubernetes Submit Queue's avatar
      Merge pull request #50841 from zjj2wry/kubectl-set-image-ignoring · cb6f32e8
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50872, 51103, 51220, 51285, 50841)
      
      Fix issue(#49695)kubectl set image deployment is ignoring --selector
      
      **What this PR does / why we need it**:
      closes #49695
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      cb6f32e8
    • Kubernetes Submit Queue's avatar
      Merge pull request #51285 from jordanlewis/patch-1 · 0a51ba11
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50872, 51103, 51220, 51285, 50841)
      
      Update CockroachDB tag to v1.0.5
      
      cc @a-robinson
      0a51ba11
    • Kubernetes Submit Queue's avatar
      Merge pull request #51220 from grodrigues3/add-sig-leads-owners-aliases · 1206ce61
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50872, 51103, 51220, 51285, 50841)
      
      add sig leads to owners-aliases
      
      **What this PR does / why we need it**:
      Adds sig leads listed in community sigs.yaml file into OWNERS aliases.  Useful for granting privileges to sig leads, such as accepting issues into the milestone during burndown by adding `approved-for-milestone` label.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      ```
      
      @marun @spiffxp @dchen1107
      1206ce61
    • Kubernetes Submit Queue's avatar
      Merge pull request #51103 from jsafrane/exec-scaleio · 256113f7
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50872, 51103, 51220, 51285, 50841)
      
      ScaleIO:  Use VolumeHost.GetExec() to execute stuff in volume plugins
      
      This PR updates ScaleIO volume plugin to use `VolumeHost.GetExec()` to execute utilities like mkfs and lsblk instead of simple `os/exec` + to use a fresh `mounter` for every `SetUp` / `TearDown` calls, as they may be different each time.
      
      This prepares the volume plugin to run these utilities in containers instead of running them on the host + makes the volume plugin more independent and less hardcoded.
      
      See proposal in https://github.com/kubernetes/community/pull/589.
      
      Note that this PR does **not** change place where the utilities are executed - `VolumeHost.GetExec()` still leads directly to `os/exec`. It will be changed when the aforementioned proposal is merged and implemented.
      
      **Special notes for your reviewer**:
      
      * I needed to pass `mount.Exec` interface from the place where it is available down to `SioClient` where it's needed to execute stuff.
      
      
      @kubernetes/sig-storage-pr-reviews 
      /assign @vladimirvivien @rootfs 
      
      **Release note**:
      ```release-note
      NONE
      ```
      256113f7
    • Kubernetes Submit Queue's avatar
      Merge pull request #50872 from luxas/kubeadm_upgrade_cmds · 43c1b5ff
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50872, 51103, 51220, 51285, 50841)
      
      kubeadm: Add 'kubeadm upgrade plan' and 'kubeadm upgrade apply' CLI commands
      
      **What this PR does / why we need it**:
      
      This PR is splitted out from: https://github.com/kubernetes/kubernetes/pull/48899 and only handles the CLI/command code. It adds no-op functions only to `phases/upgrade`.
      
      A large chunk of this code is unit tests.
      The code here should be pretty straightforward as there is no actual upgrade or business logic here.
      It would be cool to get this merged soon-ish.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      fixes: https://github.com/kubernetes/kubeadm/issues/14
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      @kubernetes/sig-cluster-lifecycle-pr-reviews PTAL
      43c1b5ff
    • Nick Sardo's avatar
      0028385e
    • Kubernetes Submit Queue's avatar
      Merge pull request #51261 from xilabao/remove-deprecated-rule · b248f777
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261)
      
      remove deprecated rbac rule
      
      **What this PR does / why we need it**:
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      b248f777
    • Kubernetes Submit Queue's avatar
      Merge pull request #50155 from lucab85/i18n-Italian · 6a3647a7
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261)
      
      Add Italian translation for kubectl
      
      **What this PR does / why we need it:**
      This PR provides first attempt to translate kubectl in Italian (related to #40645, #45573,
      #45562, #40591, #46559).
      
      **Which issue this PR fixes** _(`optional, in fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes #
      No issues
      
      **Special notes for your reviewer:**
      This PR requires Italian people to assist in the review. I'm native in Italian with BS in Computer Science.
      
      ```release-note
      Adding Italian translation for kubectl
      ```
      6a3647a7
    • Kubernetes Submit Queue's avatar
      Merge pull request #51169 from MikaelCluseau/wip-flexvolume-caps · 2b28555c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261)
      
      refactor(flexvolume): simplify capabilities handling
      
      ```release-note
      Simplify capabilities handling in FlexVolume.
      ```
      2b28555c
    • Kubernetes Submit Queue's avatar
      Merge pull request #51214 from sttts/sttts-cut-off-api-apiserver · 26192e1b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261)
      
      admission api: cut off api from k8s.io/apiserver
      26192e1b
    • Kubernetes Submit Queue's avatar
      Merge pull request #46986 from mbohlool/doc · f4f2137b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 46986, 51214, 51169, 50155, 51261)
      
      Add OpenAPI README file
      
      Add a README.md file to OpenAPI folder explaining extensions we have on OpenAPI spec.
      
      ref: #0
      f4f2137b
    • Lucas Käldström's avatar
      autogenerated bazel · 396a33dd
      Lucas Käldström authored
      396a33dd
    • Kubernetes Submit Queue's avatar
      Merge pull request #51197 from deads2k/api-02-field-default · d7965e93
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)
      
      default field selectors
      
      We have a lot of code around field selectors that doesn't add much value. Every gettable resources probably wants name and namespace by default and since they all use metav1 (today), we can assign that as a default. If we think we'll always have metav1 style name and namespace, then this makes a reasonable default and you can always set something different.
      
      This removes cruft and avoids the risk of accidentally forgetting a field selector.  
      
      @kubernetes/sig-api-machinery-misc @smarterclayton
      d7965e93
    • Kubernetes Submit Queue's avatar
      Merge pull request #51053 from thockin/conversion-gen-debug · f65ec4f2
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)
      
      Add debug logs to conversion-gen
      
      These were useful when tracking a different problem.
      f65ec4f2
    • Kubernetes Submit Queue's avatar
      Merge pull request #51024 from fisherxu/UTautoscaler · 4a4c194b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)
      
      add UT for pkg/apis/autoscaling/v2alpha1/defaults.go
      
      **What this PR does / why we need it**:
      add UT for pkg/apis/autoscaling/v2alpha1/defaults.go
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      None
      ```
      4a4c194b
    • Kubernetes Submit Queue's avatar
      Merge pull request #51233 from bowei/add-alias · c025965d
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)
      
      Add AddAliasToInstance() to gce cloud provider
      
      - Adds AddAliasToInstance() to the GCE cloud provider.
      - Adds field "secondary-range-name" to the gce.conf configuration file.
      
      ```release-note
      NONE
      ```
      c025965d
    • Kubernetes Submit Queue's avatar
      Merge pull request #51114 from jsafrane/exec-rbd · d3dc9cd9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)
      
      rbd: Use VolumeHost.GetExec() to execute stuff in volume plugins
      
      **What this PR does / why we need it**:
      
      This PR updates rbd volume plugin to use `VolumeHost.GetExec()` to execute utilities like mkfs and lsblk instead of simple `os/exec`. This prepares the volume plugin to run these utilities in containers instead of running them on the host + makes the volume plugin more independent and less hardcoded.
      
      See proposal in https://github.com/kubernetes/community/pull/589.
      
      Note that this PR does **not** change place where the utilities are executed - `VolumeHost.GetExec()` still leads directly to `os/exec`. It will be changed when the aforementioned proposal is merged and implemented.
      
      @kubernetes/sig-storage-pr-reviews 
      
      **Release note**:
      ```release-note
      NONE
      ```
      d3dc9cd9
    • Kubernetes Submit Queue's avatar
      Merge pull request #51282 from shyamjvs/new-allowed-not-ready-semantics · 11299e36
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      AllowedNotReadyNodes allowed to be not ready for absolutely *any* reason
      
      It's as good as we allow those many nodes to be not part of the cluster at all, ever.
      
      Btw - currently our 5k-node correctness test fails if "kubelet stopped posting node status" or "route not created", etc (ref: https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/3/build-log.txt)
      
      cc @kubernetes/sig-scalability-misc
      11299e36
    • Kubernetes Submit Queue's avatar
      Merge pull request #51095 from cofyc/rbd_log · 0f3f232b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      RBD Plugin: Log RBD Attach/Mount/Unmout actions in addition to Detach
      
      **What this PR does / why we need it**:
      
      Currently, RBD Plugin can log a info message for a successful action of RBD Unmap, e.g.:
      
      ```
      I0822 09:32:31.595162   15177 rbd_util.go:349] rbd: successfully unmap device /dev/rbd0
      ```
      
      This PR adds logs for another three important actions: Attach, Mount and Unmount.
      
      Logging these actions and associated info is *very* useful in diagnosing problems.
      
      **Special notes for your reviewer**:
      
      Example RBD Plugin logs of successful pod volume attaching and mounting:
      
      ```
      I0822 09:30:27.512015   15177 rbd_util.go:148] lock list output "2017-08-22 09:30:27.493889 7fa4ae3c23c0 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.kube.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory\n"
      W0822 09:30:27.547513   15177 rbd_util.go:460] rbd: no watchers on kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71
      I0822 09:30:27.704703   15177 rbd_util.go:315] rbd: successfully map image kube/kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71 to /dev/rbd0
      I0822 09:30:27.965603   15177 rbd_util.go:322] rbd: successfully mount image kube/kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71 at /var/lib/kubelet/plugins/kubernetes.io/rbd/rbd/kube-image-kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71
      ```
      
      Example RBD Plugin logs of successful pod volume detaching and unmouting:
      
      ```
      I0822 09:32:31.380124   15177 rbd_util.go:334] rbd: successfully umount mountpoint /var/lib/kubelet/plugins/kubernetes.io/rbd/rbd/kube-image-kubernetes-dynamic-pvc-83bfd49e-871c-11e7-b88e-000c291fbe71
      I0822 09:32:31.459867   15177 rbd_util.go:148] lock list output "2017-08-22 09:32:31.443643 7f2bb8ab53c0 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.kube.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory\nThere is 1 exclusive lock on this image.\nLocker       ID                     Address                    \nclient.64117 kubelet_lock_magic_k8s 192.168.2.128:0/4124042516 \n"
      I0822 09:32:31.595162   15177 rbd_util.go:349] rbd: successfully unmap device /dev/rbd0
      ```
      
      It does not add too much logs, but admins/ops can know what RBD plugin are doing internally and exact time a RBD image is mapped, mounted or unmounted (in addition to unmapped).
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      0f3f232b
    • Kubernetes Submit Queue's avatar
      Merge pull request #50901 from karataliu/kubeadm_zsh_completion · 16fee229
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51244, 50559, 49770, 51194, 50901)
      
      Fix zsh completion for kubeadm
      
      **What this PR does / why we need it**:
      
      kubeadm zsh completion will report an error when using after '--flag':
      ```
      kubeadm join --token=1 __handle_flag:25: bad math expression: operand expected at end of string
      ```
      
      There is a similar bug in kubectl which has been fixed by #48553. It is due to `__kubeadm_declare` gets 'declare -A' into function scope, and `__kubeadm_declare` could be removed now.
      
      This is to port that fix here. 
      
      **Which issue this PR fixes**
      
      **Special notes for your reviewer**:
      
      **Release note**:
      16fee229
    • Kubernetes Submit Queue's avatar
      Merge pull request #51194 from bskiba/run_on_each_node · d1783e0b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51244, 50559, 49770, 51194, 50901)
      
      Distribute pods efficiently in CA scalability tests
      
      **What this PR does / why we need it**:
      Instead of using runReplicatedPodOnEachNode method
      which is suited to a small number of nodes,
      distribute pods on the nodes with desired load
      using RCs that eat up all the space we want to be
      empty after distribution.
      
      **Release note**:
      ```
      NONE
      ```
      d1783e0b
    • Kubernetes Submit Queue's avatar
      Merge pull request #49770 from FengyunPan/fix-GetInstanceIDFromProviderID · d7102a0f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51244, 50559, 49770, 51194, 50901)
      
      Fix the matching rule of instance ProviderID
      
      Url.Parse() can't parse ProviderID which contains ':///'.
      This PR use regexp to match ProviderID.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      Fix #49769
      
      **Release note**:
      ```release-note
      NONE
      ```
      d7102a0f
    • Kubernetes Submit Queue's avatar
      Merge pull request #50559 from xiangpengzhao/remove-depre-flag · 05294d80
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51244, 50559, 49770, 51194, 50901)
      
      Remove deprecated flag "long-running-request-regexp".
      
      **What this PR does / why we need it**:
      remove `long-running-request-regexp` post-1.6.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      05294d80
    • Kubernetes Submit Queue's avatar
      Merge pull request #51244 from lichuqiang/fix_rollback · 69187e06
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51244, 50559, 49770, 51194, 50901)
      
      fix status in deployment_rollback response
      
      **What this PR does / why we need it**:
      
      fix status in deployment_rollback response
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      #51243
      69187e06
    • Lucas Käldström's avatar
      f9c3148a
    • Lucas Käldström's avatar
    • Lucas Käldström's avatar
    • Dr. Stefan Schimanski's avatar
      admission api: cut off api from k8s.io/apiserver · 8e63473d
      Dr. Stefan Schimanski authored
      This caused an import cycle: api -> apiserver -> api
      
      Fixes https://github.com/kubernetes/kubernetes/issues/51212
      8e63473d