1. 25 Aug, 2017 1 commit
  2. 24 Aug, 2017 39 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #51219 from ixdy/bump-repo-infra · 1f580ae8
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Bump repo-infra dependency to fix go_genrule without sandboxing
      
      **What this PR does / why we need it**: pulls in https://github.com/kubernetes/repo-infra/pull/35, which fixes the bazel build when sandboxing is not available.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49569 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      /assign @spxtr @mikedanese @BenTheElder
      1f580ae8
    • Kubernetes Submit Queue's avatar
      Merge pull request #50948 from mengqiy/add_junit_location · 05e7f6d0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      output junit report dir in cmd test
      
      Output junit report dir for easier debug locally, otherwise people need to dive into the code to find the junit report dir. This will save people's time.
      
      ```release-note
      None
      ```
      05e7f6d0
    • Kubernetes Submit Queue's avatar
      Merge pull request #51195 from fabriziopandini/kubeadm-minor-CLI-selfhosting · 225a2f50
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50713, 47660, 51198, 51159, 51195)
      
      kubeadm selfhosting CLI improvements
      
      **What this PR does / why we need it**:
      This PR implements three small improvements for kubeadm selfhosting CLI:
      - `kubeadm phase selfhosting` should be `kubeadm phase self-hosting from-static-pods`
      - add `--cert-dir`flag
      - add `--config`flag and manage MixedArguments conditions
      
      **Which issue this PR fixes**:
      fixes [#397](https://github.com/kubernetes/kubeadm/issues/397) - `kubeadm phase selfhosting` should be `kubeadm phase self-hosting from-static-pods`
      
      **Special notes for your reviewer**:
      cc @luxas
      cc @jamiehannaford
      225a2f50
    • Kubernetes Submit Queue's avatar
      Merge pull request #51159 from janetkuo/fed-apps-ds · c040fdd3
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50713, 47660, 51198, 51159, 51195)
      
      Enable apps/v1beta2 Deployment, ReplicaSet, DaemonSet in federation
      
      Fixes #50641
      @kubernetes/sig-apps-pr-reviews @kubernetes/sig-federation-pr-reviews 
      
      **Release note**:
      ```release-note
      Federation now supports apps/v1beta2. 
      ```
      c040fdd3
    • Kubernetes Submit Queue's avatar
      Merge pull request #51198 from mattmoyer/rename-experimental-bootstrap-token-auth · 432790df
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50713, 47660, 51198, 51159, 51195)
      
      kubeapiserver: rename `--experimental-bootstrap-token-auth` to `--enable-bootstrap-token-auth`.
      
      #**What this PR does / why we need it**:
      This change renames the API server `--experimental-bootstrap-token-auth` flag to `--enable-bootstrap-token-auth`. The old flag is accepted but generates a warning.
      
      In 1.9, we will drop support for `--experimental-bootstrap-token-auth` entirely.
      
      #### Example of the warning log:
      ```
      $ kube-apiserver --experimental-bootstrap-token-auth --etcd-servers https://127.0.0.1:1234 --service-cluster-ip-range 10.0.1.0/24
      Flag --experimental-bootstrap-token-auth has been deprecated, use --enable-bootstrap-token-auth instead.
      [...]
      ```
      
      **Which issue this PR fixes** fixes https://github.com/kubernetes/kubernetes/issues/50613
      
      **Release note**:
      ```release-note
      Renamed the API server flag `--experimental-bootstrap-token-auth` to `--enable-bootstrap-token-auth`. The old value is accepted with a warning in 1.8 and will be removed in 1.9.
      ```
      
      /sig cli
      /sig cluster-lifecycle
      
      cc @luxas
      432790df
    • Kubernetes Submit Queue's avatar
      Merge pull request #47660 from rootfs/azure-file-ns · b527ba2e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50713, 47660, 51198, 51159, 51195)
      
      add secret namespace to azure file 
      
      **What this PR does / why we need it**:
      allow provisioner to create stoarge account secret in different namespace
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47452 
      
      **Special notes for your reviewer**:
      @liggitt @brendandburns 
      
      **Release note**:
      
      ```release-note
      Azure file persistent volumes can use a new `secretNamespace` field to reference a secret in a different namespace than the one containing their bound persistent volume claim. The azure file persistent volume provisioner honors a corresponding `secretNamespace` storage class parameter to determine where to place secrets containing the storage account key.
      ```
      b527ba2e
    • Kubernetes Submit Queue's avatar
      Merge pull request #50713 from MrHohn/dump-master-log-fix · f2335d33
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50713, 47660, 51198, 51159, 51195)
      
      Dump installation and configuration logs for master
      
      **What this PR does / why we need it**:
      We are dumping out empty configuration and installation logs on master, see `kube-node-configuration.log` and `kube-node-installation.log` on http://gcsweb.k8s.io/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce/12818/artifacts/bootstrap-e2e-master/.
      
      I guess it is just because [we name the services on master differently](https://github.com/kubernetes/kubernetes/blob/v1.7.3/cluster/gce/gci/master.yaml#L4-L40)?
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #NONE
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      f2335d33
    • Kubernetes Submit Queue's avatar
      Merge pull request #50759 from fisherxu/master · 1957e4a2
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix invalid url link in cluster/addons/registry/auth/README.md
      
      **What this PR does / why we need it**:
      Fix invalid url link in `cluster/addons/registry/auth/README.md`.
      
      **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
      ```
      1957e4a2
    • Huamin Chen's avatar
      generated files · 8a38cf1b
      Huamin Chen authored
      Signed-off-by: 's avatarHuamin Chen <hchen@redhat.com>
      8a38cf1b
    • Huamin Chen's avatar
      azure file volume: add secret namespace api · 4525446a
      Huamin Chen authored
      Signed-off-by: 's avatarHuamin Chen <hchen@redhat.com>
      4525446a
    • Kubernetes Submit Queue's avatar
      Merge pull request #51206 from yguo0905/update-cos · 55a20bb9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 47115, 51196, 51204, 51208, 51206)
      
      Update cos-m61 image in benchmark tests
      
      Ref: https://github.com/kubernetes/kubernetes/issues/51205
      
      **Release note**:
      ```
      None
      ```
      55a20bb9
    • Kubernetes Submit Queue's avatar
      Merge pull request #51208 from simo5/pshfatal · 2c214bae
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 47115, 51196, 51204, 51208, 51206)
      
      Add an OrDie version for AddPostStartHook
      
      Simplifies usage and consolidate the error message so it is always
      the same everywhere.
      
      ```release-note
      NONE
      ```
      2c214bae
    • Kubernetes Submit Queue's avatar
      Merge pull request #51204 from nikhita/fix-roundtrip-errors · 761fb34e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 47115, 51196, 51204, 51208, 51206)
      
      roundtrip: fix error messages
      
      The error messages had some typos due to which it generated false positives. (encountered in #47263) 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      /cc @sttts
      761fb34e
    • Kubernetes Submit Queue's avatar
      Merge pull request #51196 from juju-solutions/bug/dead-code · 684066c5
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 47115, 51196, 51204, 51208, 51206)
      
      Removing push_api_data on kube-api.connected seems to be dead code
      
      **What this PR does / why we need it**: Removing dead code is always good :)
      
      **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**: There is no kube-api relation. This method was replace probably at some point by push_service_data firing when kube-api-endpoint.available
      
      **Release note**:
      
      ```
      ```
      684066c5
    • Kubernetes Submit Queue's avatar
      Merge pull request #47115 from zhangxiaoyu-zidif/add-check-err-for-kubelet · 95372417
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 47115, 51196, 51204, 51208, 51206)
      
      Delete redundant err definition
      
      **What this PR does / why we need it**:
      Delete reduandant err definition
      Line 307 has err definition and initialization.
      
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      95372417
    • Kubernetes Submit Queue's avatar
      Merge pull request #51146 from mtaufen/remove-crashloop-detection · 73a6ee1d
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Remove crash loop "detection" from the dynamic kubelet config feature
      
      **What this PR does / why we need it**:
      The subfeature was a cool idea, but in the end it is very complex to
      separate Kubelet restarts into crash-loops caused by config vs.
      crash-loops caused by other phenomena, like admin-triggered node restarts,
      kernel panics, and and process babysitter behavior. Dynamic kubelet config
      will be better off without the potential for false positives here.
      
      Removing this subfeature also simplifies dynamic configuration by
      reducing persistent state:
      - we no longer need to track bad config in a file
      - we no longer need to track kubelet startups in a file
      
      **Which issue this PR fixes**: fixes #50216 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      73a6ee1d
    • Kubernetes Submit Queue's avatar
      Merge pull request #51200 from Cynerva/gkk/revert-default-service-cidr · 44fc084b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)
      
      Revert default service-cidr config on kubernetes-master charm
      
      **What this PR does / why we need it**:
      
      This reverts the default service-cidr config in the kubernetes-master charm.
      
      A while back, we changed the default service-cidr in the kubernetes-master charm from `10.152.183.0/24` to `10.152.0.0/16`. In testing, we have found that the charms don't handle this change well, so we are reverting it until we can make the change more safely.
      
      **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
      ```
      44fc084b
    • Kubernetes Submit Queue's avatar
      Merge pull request #51189 from humblec/iscsi-init-printer · 0803d108
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)
      
      Add initiatorname in iscsi describe printer.
      Signed-off-by: 's avatarHumble Chirammal <hchiramm@redhat.com>
      
      
      ```release-note-none
      ```
      0803d108
    • Kubernetes Submit Queue's avatar
      Merge pull request #42689 from intelsdi-x/enable-oir-e2e · ce3b1189
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)
      
      Re-enable OIR e2e tests.
      
      Re-enabling test skeleton for opaque integer resources originally submitted as part of #41870. The e2e was disabled since it was flaky. This is the first step toward re-enabling them. Currently all cases are skipped, so this exercises only the BeforeEach behavior and the deferred removal of OIRs from a node.
      
      cc @timothysc
      ce3b1189
    • Kubernetes Submit Queue's avatar
      Merge pull request #51154 from RenaudWasTaken/gRPC-updated-1-3-0 · 5fb38a32
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)
      
      Bumped gRPC version to 1.3.0
      
      **What this PR does / why we need it**:
      
      This PR bumps down the version of the vendored version of gRPC from v1.5.1 to v1.3.0
      This is needed as part of the Device Plugin API where we expect client and server to use the Keep alive feature in order to detect an error.
      
      Unfortunately I had to also bump the version of `golang.org/x/text` and `golang.org/x/net`.
      
      - Design document: kubernetes/community#695
      - PR tracking: [kubernetes/features#368](https://github.com/kubernetes/features/issues/368#issuecomment-321625420)
      
      **Which issue this PR fixes**: fixes #51099
      Which was caused by my previous PR updating to 1.5.1
      
      **Special notes for your reviewer**:
      @vishh @jiayingz @shyamjvs
      
      **Release note**:
      ```
      Bumped gRPC to v1.3.0
      ```
      5fb38a32
    • Kubernetes Submit Queue's avatar
      Merge pull request #51193 from shyamjvs/network-name-change · 29e6698c
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)
      
      Include $USER in network name to not clash for different users' cl…
      29e6698c
    • fisherxu's avatar
      fix invalid url link · d101183c
      fisherxu authored
      d101183c
    • Kubernetes Submit Queue's avatar
      Merge pull request #50947 from shyamjvs/clusterIpRange-ginkgo · db928095
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51108, 51035, 50539, 51160, 50947)
      
      Auto-calculate CLUSTER_IP_RANGE based on cluster size
      
      In preparation for eliminating CLUSTER_IP_RANGE env var from job configs, making it less error prone while folks try to start their own large cluster tests (https://github.com/kubernetes/kubernetes/issues/50907).
      
      /cc @kubernetes/sig-scalability-misc @wojtek-t @gmarek
      db928095
    • Kubernetes Submit Queue's avatar
      Merge pull request #51160 from yujuhong/alpha-feature-env · 8bfde3a0
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51108, 51035, 50539, 51160, 50947)
      
      Set GCE_ALPHA_FEATURES environment variable in gce.conf
      
      This allows us to gate alpha features in the pkg/cloudprovider/providers/gce.
      8bfde3a0
    • Kubernetes Submit Queue's avatar
      Merge pull request #50539 from brendandburns/svc · 5a76d7ab
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51108, 51035, 50539, 51160, 50947)
      
      Delete load balancers if the UIDs for services don't match.
      
      An attempt to fix https://github.com/kubernetes/kubernetes/issues/43730
      
      @thockin @djsly
      5a76d7ab
    • Kubernetes Submit Queue's avatar
      Merge pull request #51035 from mrogers950/sa-desc-event · 737ded5a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51108, 51035, 50539, 51160, 50947)
      
      Show events when describing service accounts
      
      **What this PR does / why we need it**:
      Any events associated with service accounts should appear in the describe output.
      
      **Which issue this PR fixes**:
      
      **Special notes for your reviewer**:
      
      **Release note**:
      
      ```release-note
      Show events when describing service accounts
      ```
      737ded5a
    • Kubernetes Submit Queue's avatar
      Merge pull request #51108 from jsafrane/exec-iscsi · 915371cf
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51108, 51035, 50539, 51160, 50947)
      
      iscsi: Use VolumeHost.GetExec() to execute stuff in volume plugins
      
      **What this PR does / why we need it**:
      
      This PR updates iSCSI 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.
      
      **Release note**:
      ```release-note
      NONE
      ```
      915371cf
    • Kubernetes Submit Queue's avatar
      Merge pull request #51166 from verult/COSFlexDir · b2f32440
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51113, 46597, 50397, 51052, 51166)
      
      Changing Flexvolume plugin directory to a location reachable by containerized k8s components.
      
      **What this PR does / why we need it**: Testing Flexvolume requires plugins to be installed at a location which is accessible by containerized k8s components (such as controller-manager).
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #51123
      
      ```release-note
      NONE
      ```
      
      /assign @wongma7 @msau42
      /release-note-none
      /sig storage
      b2f32440
    • Kubernetes Submit Queue's avatar
      Merge pull request #51052 from thockin/makefile-whitespace · 7cc582f9
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51113, 46597, 50397, 51052, 51166)
      
      Makefile cleanups
      
      Cleaned up while debugging elsewhere.
      7cc582f9
    • Kubernetes Submit Queue's avatar
      Merge pull request #50397 from bdbauer/statefulTesting · 14cc8cdf
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51113, 46597, 50397, 51052, 51166)
      
      Add statefulset upgrade tests to cluster_upgrade
      
      **What this PR does / why we need it**:
      Adds already created statefulset upgrade tests to cluster_upgrade.go. With further test infra changes, this will allow them to be continuously run, giving better signals.
      
      Detect and prevent issues like https://github.com/kubernetes/kubernetes/issues/48327
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      14cc8cdf
    • Kubernetes Submit Queue's avatar
      Merge pull request #46597 from dixudx/implement_proposal_34058 · c041567b
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 51113, 46597, 50397, 51052, 51166)
      
      implement proposal 34058: hostPath volume type
      
      **What this PR does / why we need it**:
      implement proposal #34058
      
      **Which issue this PR fixes** : fixes #46549
      
      **Special notes for your reviewer**:
      cc @thockin @luxas @euank PTAL
      c041567b
    • Kubernetes Submit Queue's avatar
      Merge pull request #51113 from jsafrane/exec-quobyte · 3f787234
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      quobyte: Use VolumeHost.GetExec() to execute stuff in volume plugins
      
      **What this PR does / why we need it**:
      This PR updates ~~nfs~~ quobyte 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
      ```
      3f787234
    • Kubernetes Submit Queue's avatar
      Merge pull request #50646 from rickypai/rpai/hostalias_hostnetwork · ef1b8352
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Support HostAlias for HostNetwork Pods
      
      **What this PR does / why we need it**: Currently, HostAlias does not support HostNetwork pods because historically, kubelet only manages hosts file for non-HostNetwork pods. With the recent change in https://github.com/kubernetes/kubernetes/pull/49140, kubelet now manages hosts file for all Pods, which enables HostAlias support also.
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #48398
      
      **Special notes for your reviewer**: might be easier to review commit-by-commit
      
      **Release note**:
      
      ```release-note
      HostAlias is now supported for both non-HostNetwork Pods and HostNetwork Pods.
      ```
      
      @yujuhong @hongchaodeng @thockin
      ef1b8352
    • Kubernetes Submit Queue's avatar
      Merge pull request #51138 from yujuhong/alpha-calls · 5cb1cccd
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      GCE: Add functions for Alpha address and forwarding rules
      5cb1cccd
    • Kubernetes Submit Queue's avatar
      Merge pull request #51141 from ixdy/docker-qemu-register · 470eb922
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50489, 51070, 51011, 51022, 51141)
      
      Run multiarch/qemu-user-static:register before building cross-arch images
      
      **What this PR does / why we need it**: #48365 inadvertently broke building non-x86 hyperkube images for developers who'd not built non-x86 images before and thus hadn't yet run `multiarch/qemu-user-static:register`. This PR restores that step.
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      
      /assign @david-mcmahon @mbohlool @luxas
      470eb922
    • Kubernetes Submit Queue's avatar
      Merge pull request #51022 from wackxu/fixcodeanno · c23e5b60
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50489, 51070, 51011, 51022, 51141)
      
      Fixed code comments that were not updated
      
      **What this PR does / why we need it**:
      
      The comment of the args ‘KubeReserved’ is out of date and there is no consistent  with command line messages
      
      **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
      
      
      **Release note**:
      
      ```
      NONE
      ```
      c23e5b60
    • Kubernetes Submit Queue's avatar
      Merge pull request #51011 from xilabao/rbac-v1-in-yaml · 3b2e403a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50489, 51070, 51011, 51022, 51141)
      
      update to rbac v1 in yaml file
      
      **What this PR does / why we need it**:
      ref to https://github.com/kubernetes/kubernetes/pull/49642
      ref https://github.com/kubernetes/features/issues/2
      
      **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**:
      cc @liggitt 
      
      **Release note**:
      
      ```release-note
      NONE
      ```
      3b2e403a
    • Kubernetes Submit Queue's avatar
      Merge pull request #51070 from NickrenREN/ephemeral-storage-name · 9b8cb751
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50489, 51070, 51011, 51022, 51141)
      
      Add ephemeral local storage resource name first
      
      Since finally decided the ephemeral local storage resource name, send this PR to add the resource name first, and then i will rebase all my PRs about local storage isolation
      
      **Special notes for your reviewer**:
      related to: #50818 
      
      **Release note**:
      ```release-note
      NONE
      ```
      
      /assign @jingxu97
      9b8cb751
    • Kubernetes Submit Queue's avatar
      Merge pull request #50489 from yujunzhang/Fix-the-typo-of-WithAnonymous · aef39e6f
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue (batch tested with PRs 50489, 51070, 51011, 51022, 51141)
      
      Fix the method name of BuiltInAuthenticationOptions.WithAnyonymous
      
      change the BuiltInAuthenticationOptions.WithAnyonymous to
      WithAnonymous would be better.
      
      
      
      **What this PR does / why we need it**:
      The BuiltInAuthenticationOptions.WithAnyonymous method name should be a meaningful name of  WithAnonymous
      
      **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
      ```
      aef39e6f