Skip to content
Permalink
Browse files

delete all duplicate empty blanks

Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information...
daixiang0 committed Feb 22, 2019
1 parent b77e4e2 commit 36065c6dd717c14e0a90131041e20345a7e5e324
Showing with 283 additions and 283 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/support.md
  2. +2 −2 .github/PULL_REQUEST_TEMPLATE.md
  3. +16 −16 CHANGELOG-1.10.md
  4. +1 −1 CHANGELOG-1.11.md
  5. +11 −11 CHANGELOG-1.12.md
  6. +3 −3 CHANGELOG-1.14.md
  7. +1 −1 CHANGELOG-1.4.md
  8. +6 −6 CHANGELOG-1.7.md
  9. +4 −4 CHANGELOG-1.8.md
  10. +17 −17 CHANGELOG-1.9.md
  11. +7 −7 SUPPORT.md
  12. +5 −5 cluster/addons/cluster-monitoring/google/heapster-service.yaml
  13. +3 −3 cluster/addons/cluster-monitoring/influxdb/heapster-service.yaml
  14. +5 −5 cluster/addons/cluster-monitoring/stackdriver/heapster-service.yaml
  15. +5 −5 cluster/addons/cluster-monitoring/standalone/heapster-service.yaml
  16. +1 −1 cluster/addons/dns/nodelocaldns/README.md
  17. +2 −2 cluster/addons/ip-masq-agent/ip-masq-agent.yaml
  18. +4 −4 cluster/addons/metadata-agent/stackdriver/metadata-agent.yaml
  19. +1 −1 cluster/addons/prometheus/alertmanager-service.yaml
  20. +1 −1 cluster/addons/prometheus/kube-state-metrics-rbac.yaml
  21. +5 −5 cluster/addons/prometheus/node-exporter-ds.yml
  22. +1 −1 cluster/addons/prometheus/node-exporter-service.yaml
  23. +3 −3 cluster/addons/prometheus/prometheus-configmap.yaml
  24. +1 −1 cluster/addons/prometheus/prometheus-rbac.yaml
  25. +6 −6 cluster/addons/prometheus/prometheus-service.yaml
  26. +2 −2 cluster/addons/prometheus/prometheus-statefulset.yaml
  27. +1 −1 cluster/centos/master/scripts/controller-manager.sh
  28. +1 −1 cluster/centos/master/scripts/scheduler.sh
  29. +1 −1 cluster/clientbin.sh
  30. +5 −5 cluster/gce/config-test.sh
  31. +3 −3 cluster/gce/gci/flexvolume_node_setup.sh
  32. +1 −1 cluster/gce/gci/mounter/Makefile
  33. +1 −1 cluster/gce/upgrade.sh
  34. +1 −1 cluster/images/etcd/README.md
  35. +2 −2 cluster/juju/bundles/README.md
  36. +1 −1 cluster/juju/layers/kubernetes-worker/exec.d/docker-compose/charm-pre-install
  37. +1 −1 cluster/kubectl.sh
  38. +4 −4 cmd/importverifier/OWNERS
  39. +1 −1 cmd/kube-scheduler/OWNERS
  40. +1 −1 cmd/kubeadm/OWNERS
  41. +1 −1 cmd/kubeadm/app/cmd/alpha/selfhosting.go
  42. +2 −2 cmd/kubeadm/app/cmd/join.go
  43. +1 −1 cmd/kubeadm/app/cmd/phases/init/kubeconfig.go
  44. +1 −1 cmd/kubeadm/app/cmd/phases/init/uploadconfig.go
  45. +1 −1 cmd/kubeadm/app/cmd/upgrade/node.go
  46. +1 −1 cmd/kubeadm/app/util/config/testdata/defaulting/master/incomplete.yaml
  47. +1 −1 hack/jenkins/README.md
  48. +1 −1 hack/jenkins/upload-to-gcs.sh
  49. +2 −2 hack/lib/logging.sh
  50. +1 −1 hack/make-rules/Makefile.manifest
  51. +1 −1 hack/testdata/scale-deploy-3.yaml
  52. +1 −1 hack/verify-shellcheck.sh
  53. +2 −2 hack/verify-test-images.sh
  54. +1 −1 logo/usage_guidelines.md
  55. +1 −1 pkg/kubectl/cmd/auth/reconcile.go
  56. +1 −1 pkg/kubectl/cmd/config/rename_context.go
  57. +1 −1 pkg/kubectl/cmd/config/set.go
  58. +1 −1 pkg/kubectl/cmd/drain/drain.go
  59. +1 −1 pkg/kubelet/util/pluginwatcher/README.md
  60. +1 −1 pkg/scheduler/OWNERS
  61. +1 −1 pkg/volume/fc/OWNERS
  62. +1 −1 pkg/volume/iscsi/OWNERS
  63. +1 −1 staging/src/k8s.io/api/.github/PULL_REQUEST_TEMPLATE.md
  64. +1 −1 staging/src/k8s.io/api/CONTRIBUTING.md
  65. +1 −1 staging/src/k8s.io/apiextensions-apiserver/.github/PULL_REQUEST_TEMPLATE.md
  66. +1 −1 staging/src/k8s.io/apiextensions-apiserver/CONTRIBUTING.md
  67. +1 −1 staging/src/k8s.io/apiextensions-apiserver/README.md
  68. +1 −1 staging/src/k8s.io/apiextensions-apiserver/examples/client-go/README.md
  69. +1 −1 staging/src/k8s.io/apimachinery/.github/PULL_REQUEST_TEMPLATE.md
  70. +1 −1 staging/src/k8s.io/apimachinery/CONTRIBUTING.md
  71. +1 −1 staging/src/k8s.io/apimachinery/README.md
  72. +1 −1 staging/src/k8s.io/apiserver/.github/PULL_REQUEST_TEMPLATE.md
  73. +1 −1 staging/src/k8s.io/apiserver/README.md
  74. +1 −1 staging/src/k8s.io/apiserver/pkg/authentication/request/x509/testdata/generate.sh
  75. +1 −1 staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/gencerts.sh
  76. +1 −1 staging/src/k8s.io/cli-runtime/.github/PULL_REQUEST_TEMPLATE.md
  77. +1 −1 staging/src/k8s.io/client-go/.github/PULL_REQUEST_TEMPLATE.md
  78. +1 −1 staging/src/k8s.io/client-go/CONTRIBUTING.md
  79. +1 −1 staging/src/k8s.io/client-go/plugin/pkg/client/auth/azure/README.md
  80. +1 −1 staging/src/k8s.io/cloud-provider/.github/PULL_REQUEST_TEMPLATE.md
  81. +1 −1 staging/src/k8s.io/cluster-bootstrap/.github/PULL_REQUEST_TEMPLATE.md
  82. +1 −1 staging/src/k8s.io/code-generator/.github/PULL_REQUEST_TEMPLATE.md
  83. +1 −1 staging/src/k8s.io/code-generator/CONTRIBUTING.md
  84. +2 −2 staging/src/k8s.io/code-generator/cmd/informer-gen/generators/factory.go
  85. +1 −1 staging/src/k8s.io/csi-api/.github/PULL_REQUEST_TEMPLATE.md
  86. +1 −1 staging/src/k8s.io/csi-translation-lib/.github/PULL_REQUEST_TEMPLATE.md
  87. +1 −1 staging/src/k8s.io/csi-translation-lib/OWNERS
  88. +3 −3 staging/src/k8s.io/csi-translation-lib/README.md
  89. +1 −1 staging/src/k8s.io/kube-aggregator/.github/PULL_REQUEST_TEMPLATE.md
  90. +1 −1 staging/src/k8s.io/kube-aggregator/CONTRIBUTING.md
  91. +1 −1 staging/src/k8s.io/kube-controller-manager/.github/PULL_REQUEST_TEMPLATE.md
  92. +1 −1 staging/src/k8s.io/kube-proxy/.github/PULL_REQUEST_TEMPLATE.md
  93. +1 −1 staging/src/k8s.io/kube-scheduler/.github/PULL_REQUEST_TEMPLATE.md
  94. +1 −1 staging/src/k8s.io/metrics/.github/PULL_REQUEST_TEMPLATE.md
  95. +1 −1 staging/src/k8s.io/metrics/CONTRIBUTING.md
  96. +1 −1 staging/src/k8s.io/node-api/.github/PULL_REQUEST_TEMPLATE.md
  97. +1 −1 staging/src/k8s.io/sample-apiserver/.github/PULL_REQUEST_TEMPLATE.md
  98. +1 −1 staging/src/k8s.io/sample-apiserver/CONTRIBUTING.md
  99. +1 −1 staging/src/k8s.io/sample-cli-plugin/.github/PULL_REQUEST_TEMPLATE.md
  100. +1 −1 staging/src/k8s.io/sample-controller/.github/PULL_REQUEST_TEMPLATE.md
  101. +1 −1 staging/src/k8s.io/sample-controller/CONTRIBUTING.md
  102. +16 −16 staging/src/k8s.io/sample-controller/docs/controller-client-go.md
  103. +2 −2 test/e2e/storage/OWNERS
  104. +1 −1 test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml
  105. +1 −1 test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml
  106. +1 −1 test/e2e/testing-manifests/ingress/neg/rc.yaml
  107. +1 −1 test/e2e/testing-manifests/statefulset/cassandra/statefulset.yaml
  108. +1 −1 test/e2e/testing-manifests/statefulset/mysql-upgrade/statefulset.yaml
  109. +2 −2 test/e2e/testing-manifests/storage-csi/OWNERS
  110. +3 −3 test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml
  111. +3 −3 test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml
  112. +2 −2 test/e2e/windows/README.md
  113. +1 −1 test/e2e_node/environment/setup_host.sh
  114. +1 −1 test/e2e_node/system/specs/gke.yaml
  115. +1 −1 test/fixtures/doc-yaml/admin/daemon.yaml
  116. +1 −1 test/fixtures/doc-yaml/user-guide/deployment.yaml
  117. +1 −1 test/images/audit-proxy/README.md
  118. +3 −3 test/images/echoserver/README.md
  119. +1 −1 test/images/echoserver/nginx.conf
  120. +1 −1 test/images/logs-generator/README.md
  121. +1 −1 test/images/node-perf/npb-ep/README.md
  122. +1 −1 test/images/node-perf/npb-is/README.md
  123. +2 −2 test/images/node-perf/tf-wide-deep/README.md
  124. +1 −1 test/images/pets/peer-finder/README.md
  125. +1 −1 test/images/porter/README.md
  126. +1 −1 test/images/resource-consumer/README.md
  127. +1 −1 test/images/volume/nfs/run_nfs.sh
  128. +7 −7 test/integration/ipamperf/README.md
  129. +9 −9 test/kubemark/gce/util.sh
  130. +1 −1 test/kubemark/iks/shutdown.sh
  131. +1 −1 test/kubemark/iks/startup.sh
  132. +1 −1 test/kubemark/iks/util.sh
  133. +1 −1 test/kubemark/start-kubemark.sh
  134. +2 −2 test/soak/serve_hostnames/Makefile
  135. +5 −5 test/soak/serve_hostnames/README.md
@@ -5,7 +5,7 @@ labels: triage/support

---

<!--
<!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
@@ -24,7 +24,7 @@ https://git.k8s.io/community/contributors/devel/release.md#issue-kind-label
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
<!--
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
@@ -34,7 +34,7 @@ Fixes #
**Special notes for your reviewer**:

**Does this PR introduce a user-facing change?**:
<!--
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
@@ -650,7 +650,7 @@ filename | sha256 hash

* Fix creation of custom resources when the CRD contains non-conventional pluralization and subresources ([#66249](https://github.com/kubernetes/kubernetes/pull/66249), [@deads2k](https://github.com/deads2k))
* Bump up version number of debian-base, debian-hyperkube-base and debian-iptables. ([#67026](https://github.com/kubernetes/kubernetes/pull/67026), [@satyasm](https://github.com/satyasm))
* Also updates dependencies of users of debian-base.
* Also updates dependencies of users of debian-base.
* debian-base version 0.3.1 is already available.
* Fix an issue that pods using hostNetwork keep increasing. ([#67456](https://github.com/kubernetes/kubernetes/pull/67456), [@Huang-Wei](https://github.com/Huang-Wei))
* Allows extension API server to dynamically discover the requestheader CA certificate when the core API server doesn't use certificate based authentication for it's clients ([#66394](https://github.com/kubernetes/kubernetes/pull/66394), [@rtripat](https://github.com/rtripat))
@@ -1223,15 +1223,15 @@ filename | sha256 hash
### Node
Many of the changes within SIG-Node revolve around control. With the beta release of the `kubelet.config.k8s.io` API group, a significant subset of Kubelet configuration can now be [configured via a versioned config file](https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/). Kubernetes v1.10 adds alpha support for the ability to [configure whether containers in a pod should share a single process namespace](https://github.com/kubernetes/enhancements/issues/495), and the CRI has been upgraded to v1alpha2, which adds [support for Windows Container Configuration](https://github.com/kubernetes/enhancements/issues/547). Kubernetes v1.10 also ships with the beta release of the [CRI validation test suite](https://github.com/kubernetes/enhancements/issues/292).
Many of the changes within SIG-Node revolve around control. With the beta release of the `kubelet.config.k8s.io` API group, a significant subset of Kubelet configuration can now be [configured via a versioned config file](https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/). Kubernetes v1.10 adds alpha support for the ability to [configure whether containers in a pod should share a single process namespace](https://github.com/kubernetes/enhancements/issues/495), and the CRI has been upgraded to v1alpha2, which adds [support for Windows Container Configuration](https://github.com/kubernetes/enhancements/issues/547). Kubernetes v1.10 also ships with the beta release of the [CRI validation test suite](https://github.com/kubernetes/enhancements/issues/292).
The Resource Management Working Group graduated three features to beta in the 1.10 release. First, [CPU Manager](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/), which allows users to request exclusive CPU cores. This helps performance in a variety of use-cases, including network latency sensitive applications, as well as applications that benefit from CPU cache residency. Next, [Huge Pages](https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/), which allows pods to consume either 2Mi or 1Gi Huge Pages. This benefits applications that consume large amounts of memory. Use of Huge Pages is a common tuning recommendation for databases and JVMs. Finally, the [Device Plugin](https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/) feature, which provides a framework for vendors to advertise their resources to the Kubelet without changing Kubernetes core code. Targeted devices include GPUs, High-performance NICs, FPGAs, InfiniBand, and other similar computing resources that may require vendor specific initialization and setup.
### Storage
This release brings additional power to both local storage and Persistent Volumes. [Mount namespace propagation](https://github.com/kubernetes/enhancements/issues/432) allows a container to mount a volume as rslave so that host mounts can be seen inside the container, or as rshared so that mounts made inside a container can be seen by the host. (Note that this is [not supported on Windows](https://github.com/kubernetes/kubernetes/pull/60275).) [Local Ephemeral Storage Capacity Isolation](https://github.com/kubernetes/enhancements/issues/361) makes it possible to set requests and limits on ephemeral local storage resources. In addition, you can now create [Local Persistent Storage](https://github.com/kubernetes/enhancements/issues/121), which enables PersistentVolumes to be created with locally attached disks, and not just network volumes.
On the Persistent Volumes side, this release [Prevents deletion of Persistent Volume Claims that are used by a pod](https://github.com/kubernetes/enhancements/issues/498) and [Persistent Volumes that are bound to a Persistent Volume Claim](https://github.com/kubernetes/enhancements/issues/499), making it impossible to delete storage that is in use by a pod.
On the Persistent Volumes side, this release [Prevents deletion of Persistent Volume Claims that are used by a pod](https://github.com/kubernetes/enhancements/issues/498) and [Persistent Volumes that are bound to a Persistent Volume Claim](https://github.com/kubernetes/enhancements/issues/499), making it impossible to delete storage that is in use by a pod.
This release also includes [Topology Aware Volume Scheduling](https://github.com/kubernetes/enhancements/issues/490) for local persistent volumes, the stable release of [Detailed storage metrics of internal state](https://github.com/kubernetes/enhancements/issues/496), and beta support for [Out-of-tree CSI Volume Plugins](https://github.com/kubernetes/enhancements/issues/178).
@@ -1261,7 +1261,7 @@ This release includes a change to [kubectl get and describe to work better with
### Network
In terms of networking, Kubernetes 1.10 is about control. Users now have beta support for the ability to [configure a pod's resolv.conf](https://github.com/kubernetes/enhancements/issues/504), rather than relying on the cluster DNS, as well as [configuring the NodePort IP address](https://github.com/kubernetes/enhancements/issues/539). You can also [switch the default DNS plugin to CoreDNS](https://github.com/kubernetes/enhancements/issues/427) (beta).
In terms of networking, Kubernetes 1.10 is about control. Users now have beta support for the ability to [configure a pod's resolv.conf](https://github.com/kubernetes/enhancements/issues/504), rather than relying on the cluster DNS, as well as [configuring the NodePort IP address](https://github.com/kubernetes/enhancements/issues/539). You can also [switch the default DNS plugin to CoreDNS](https://github.com/kubernetes/enhancements/issues/427) (beta).
## Before Upgrading
@@ -1433,7 +1433,7 @@ If no featureGates was specified in `kubeadm-config`, just change `featureGates:
* rktnetes has been deprecated in favor of rktlet. Please see [https://github.com/kubernetes-incubator/rktlet](https://github.com/kubernetes-incubator/rktlet) for more information. ([#58418](https://github.com/kubernetes/kubernetes/pull/58418), [@yujuhong](https://github.com/yujuhong))
* The Kubelet now explicitly registers all of its command-line flags with an internal flagset, which prevents flags from third party libraries from unintentionally leaking into the Kubelet's command-line API. Many unintentionally leaked flags are now marked deprecated, so that users have a chance to migrate away from them before they are removed. In addition, one previously leaked flag, --cloud-provider-gce-lb-src-cidrs, has been entirely removed from the Kubelet's command-line API, because it is irrelevant to Kubelet operation. The deprecated flags are:
* The Kubelet now explicitly registers all of its command-line flags with an internal flagset, which prevents flags from third party libraries from unintentionally leaking into the Kubelet's command-line API. Many unintentionally leaked flags are now marked deprecated, so that users have a chance to migrate away from them before they are removed. In addition, one previously leaked flag, --cloud-provider-gce-lb-src-cidrs, has been entirely removed from the Kubelet's command-line API, because it is irrelevant to Kubelet operation. The deprecated flags are:
* --application_metrics_count_limit
* --boot_id_file
@@ -1474,17 +1474,17 @@ If no featureGates was specified in `kubeadm-config`, just change `featureGates:
</tr>
<tr>
<td>GET /swagger.json</td>
<td>GET /openapi/v2
<td>GET /openapi/v2
Accept: application/json</td>
</tr>
<tr>
<td>GET /swagger-2.0.0.pb-v1</td>
<td>GET /openapi/v2
<td>GET /openapi/v2
Accept: application/com.github.proto-openapi.spec.v2@v1.0+protobuf</td>
</tr>
<tr>
<td>GET /swagger-2.0.0.pb-v1.gz</td>
<td>GET /openapi/v2
<td>GET /openapi/v2
Accept: application/com.github.proto-openapi.spec.v2@v1.0+protobuf Accept-Encoding: gzip</td>
</tr>
</table>
@@ -1598,7 +1598,7 @@ kubernetesVersion: v1.9.1
noTaintMaster: true
```
And point to the file using the --config flag, as in
And point to the file using the --config flag, as in
`kubeadm init --config /etc/kubeadm/kubeadm.yaml`
@@ -2238,13 +2238,13 @@ parameters:
* Updates kube-dns to v1.14.8 ([#57918](https://github.com/kubernetes/kubernetes/pull/57918), [@rramkumar1](https://github.com/rramkumar1))
* Influxdb is unchanged from v1.9: v1.3.3 ([#53319](https://github.com/kubernetes/kubernetes/pull/53319))
* Grafana is unchanged from v1.9: v4.4.3 ([#53319](https://github.com/kubernetes/kubernetes/pull/53319))
* CAdvisor is v0.29.1 ([#60867](https://github.com/kubernetes/kubernetes/pull/60867))
* fluentd-gcp-scaler is v0.3.0 ([#61269](https://github.com/kubernetes/kubernetes/pull/61269))
* CAdvisor is v0.29.1 ([#60867](https://github.com/kubernetes/kubernetes/pull/60867))
* fluentd-gcp-scaler is v0.3.0 ([#61269](https://github.com/kubernetes/kubernetes/pull/61269))
* Updated fluentd in fluentd-es-image to fluentd v1.1.0 ([#58525](https://github.com/kubernetes/kubernetes/pull/58525), [@monotek](https://github.com/monotek))
* fluentd-elasticsearch is v2.0.4 ([#58525](https://github.com/kubernetes/kubernetes/pull/58525))
* fluentd-elasticsearch is v2.0.4 ([#58525](https://github.com/kubernetes/kubernetes/pull/58525))
* Updated fluentd-gcp to v3.0.0. ([#60722](https://github.com/kubernetes/kubernetes/pull/60722))
* Ingress glbc is v1.0.0 ([#61302](https://github.com/kubernetes/kubernetes/pull/61302))
* OIDC authentication is coreos/go-oidc v2 ([#58544](https://github.com/kubernetes/kubernetes/pull/58544))
* Ingress glbc is v1.0.0 ([#61302](https://github.com/kubernetes/kubernetes/pull/61302))
* OIDC authentication is coreos/go-oidc v2 ([#58544](https://github.com/kubernetes/kubernetes/pull/58544))
* Updated fluentd-gcp updated to v2.0.11. ([#56927](https://github.com/kubernetes/kubernetes/pull/56927), [@x13n](https://github.com/x13n))
* Calico has been updated to v2.6.7 ([#59130](https://github.com/kubernetes/kubernetes/pull/59130), [@caseydavenport](https://github.com/caseydavenport))
@@ -2306,8 +2306,8 @@ filename | sha256 hash
* Fix bug allowing garbage collector to enter a broken state that could only be fixed by restarting the controller-manager. ([#61201](https://github.com/kubernetes/kubernetes/pull/61201), [@jennybuckley](https://github.com/jennybuckley))
* When `TaintNodesByCondition` enabled, added `node.kubernetes.io/unschedulable:NoSchedule` ([#61161](https://github.com/kubernetes/kubernetes/pull/61161), [@k82cn](https://github.com/k82cn))
* taint to the node if `spec.Unschedulable` is true.
* When `ScheduleDaemonSetPods` enabled, `node.kubernetes.io/unschedulable:NoSchedule`
* toleration is added automatically to DaemonSet Pods; so the `unschedulable` field of
* When `ScheduleDaemonSetPods` enabled, `node.kubernetes.io/unschedulable:NoSchedule`
* toleration is added automatically to DaemonSet Pods; so the `unschedulable` field of
* a node is not respected by the DaemonSet controller.
* Fixed kube-proxy to work correctly with iptables 1.6.2 and later. ([#60978](https://github.com/kubernetes/kubernetes/pull/60978), [@danwinship](https://github.com/danwinship))
* Audit logging with buffering enabled can increase apiserver memory usage (e.g. up to 200MB in 100-node cluster). The increase is bounded by the buffer size (configurable). Ref: issue [#60500](https://github.com/kubernetes/kubernetes/pull/60500) ([#61118](https://github.com/kubernetes/kubernetes/pull/61118), [@shyamjvs](https://github.com/shyamjvs))
@@ -452,7 +452,7 @@ filename | sha512 hash
* Get public IP for Azure vmss nodes. ([#68498](https://github.com/kubernetes/kubernetes/pull/68498), [@feiskyer](https://github.com/feiskyer))
* Role, ClusterRole and their bindings for cloud-provider is put under system namespace. Their addonmanager mode switches to EnsureExists. ([#67224](https://github.com/kubernetes/kubernetes/pull/67224), [@grayluck](https://github.com/grayluck))
* Bump up version number of debian-base, debian-hyperkube-base and debian-iptables. ([#67026](https://github.com/kubernetes/kubernetes/pull/67026), [@satyasm](https://github.com/satyasm))
* Also updates dependencies of users of debian-base.
* Also updates dependencies of users of debian-base.
* debian-base version 0.3.1 is already available.
* Update debian-iptables and hyperkube-base images to include CVE fixes. ([#67365](https://github.com/kubernetes/kubernetes/pull/67365), [@ixdy](https://github.com/ixdy))
* Support configuring the Azure load balancer idle connection timeout for services ([#66045](https://github.com/kubernetes/kubernetes/pull/66045), [@cpuguy83](https://github.com/cpuguy83))
Oops, something went wrong.

0 comments on commit 36065c6

Please sign in to comment.
You can’t perform that action at this time.