- 28 May, 2018 1 commit
-
-
wojtekt authored
-
- 25 May, 2018 4 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #61926: Update libcontainer to include PRs with fixes to systemd Cherry pick of #61926 on release-1.10. #61926: Update libcontainer to include PRs with fixes to systemd
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Prevent 1.10 e2es testing deprecated CAdvisorPort in 1.11 **What this PR does / why we need it**: The public cadvisor port by default is disabled in #63881, targeted for v1.11. But 1.10 e2e tests get run against v1.11+ masters during upgrade tests. https://k8s-testgrid.appspot.com/sig-release-master-upgrade#gce-1.10-master-upgrade-cluster-parallel **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 #64158 **Special notes for your reviewer**: /cc luxas BenTheElder krzyzacy **Release note**: ```release-note Prevent 1.10 e2es testing deprecated CAdvisorPort in v1.11 ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63696: gce: Prefer MASTER_ADVERTISE_ADDRESS in apiserver setup Cherry pick of #63696 on release-1.10. #63696: gce: Prefer MASTER_ADVERTISE_ADDRESS in apiserver setup ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #61459: etcd client add dial timeout Cherry pick of #61459 on release-1.10. Fixes https://github.com/kubernetes/kubernetes/issues/62538 #61459: etcd client add dial timeout ```release-note kube-apiserver now sets a dial timeout when connecting to etcd, to allow it to tolerate/retry connections to a dead etcd server ```
-
- 24 May, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Don't panic is admission options is nil Backport https://github.com/kubernetes/kubernetes/pull/63460 cc: @sttts @deads2k ```release-note nil admission options are now consistent with other nil options. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63961: Add a way to pass extra arguments to etcd. Cherry pick of #63961 on release-1.10. #63961: Add a way to pass extra arguments to etcd.
-
- 23 May, 2018 2 commits
-
-
Di Xu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #60585: kubeadm: surface external etcd preflight validation errors Cherry pick of #60585 on release-1.10. #60585: kubeadm: surface external etcd preflight validation errors
-
- 22 May, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. [1.10] Automated cherry pick of #63946: Wait for pod deletion instead of termination **What this PR does / why we need it**: cherry pick of #63946: Wait for pod deletion instead of termination **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 #63923 **Release note**: ```release-note NONE ```
-
hzxuzhonghu authored
-
- 21 May, 2018 3 commits
-
-
Anago GCB authored
-
Maciej Borsz authored
-
Anago GCB authored
-
- 19 May, 2018 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #61644: Use inclien func to ensure unlock is executed Cherry pick of #61644 on release-1.10. #61644: Use inclien func to ensure unlock is executed
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #64029: Add environment variable to control truncating backend. Cherry pick of #64029 on release-1.10. #64029: Add environment variable to control truncating backend.
-
- 18 May, 2018 9 commits
-
-
Alexander Brand authored
Signed-off-by:Alexander Brand <alexbrand09@gmail.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Implemented truncating audit backend Fixes #60432 Introduces an optional truncating backend, disabled by default, that estimates the size of audit events and truncates events/split batches based on the configuration. ```release-note Introduce truncating audit backend that can be enabled by passing --audit-log-truncate-enabled or --audit-webhook-truncate-enabled flag to the apiserver to limit the size of individual audit events and batches of events. ``` I had to manually remove dependency of original PR #61711, from #60056, that's why automated cherry-pick was not used.
-
Harry Zhang authored
-
Michelle Au authored
-
Marian Lobur authored
-
Mik Vyatskov authored
Signed-off-by:Mik Vyatskov <vmik@google.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63220: fix formatting for memcg threshold Cherry pick of #63220 on release-1.10. #63220: fix formatting for memcg threshold
-
Kubernetes Submit Queue authored
Merge pull request #63976 from aleksandra-malinowska/automated-cherry-pick-of-#63974-upstream-release-1.10 Automatic merge from submit-queue. Automated cherry pick of #63974: Cluster Autoscaler 1.2.2 Cherry pick of #63974 on release-1.10. #63974: Cluster Autoscaler 1.2.2
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. cherry-pick of #63495: kubeadm - fix upgrades with external etcd **What this PR does / why we need it**: Backports fixes for kubeadm upgrades with external etcd **Release note**: ```release-note kubeadm - fix upgrades with external etcd ```
-
- 17 May, 2018 9 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63903: Revert "Specify DHCP domain for hostname" Cherry pick of #63903 on release-1.10. #63903: Revert "Specify DHCP domain for hostname"
-
Alan Grosskurth authored
MASTER_ADVERTISE_ADDRESS is used to set the --advertise-address flag for the apiserver. It's useful for running the apiserver behind a load balancer. However, if PROJECT_ID, TOKEN_URL, TOKEN_BODY, and NODE_NETWORK are all set, the GCE VM's external IP address will be fetched and used instead and MASTER_ADVERTISE_ADDRESS will be ignored. Change this behavior so that MASTER_ADVERTISE_ADDRESS takes precedence because it's more specific. We still fall back to using the VM's external IP address if the other variables are set. Also: Pass --ssh-user and --ssh-keyfile flags if both PROXY_SSH_USER and MASTER_ADVERTISE_ADDRESS is set.
-
tamal authored
-
David Ashpole authored
-
Aleksandra Malinowska authored
-
Jason DeTiberus authored
- Update upgrade plan output when configured for external etcd - Move etcd to a separate section and show available upgrades
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63049: renable nodeipam in kube-controller-manager **What this PR does / why we need it**: Re-enables nodeipam controller for external clouds. Also does a small refactor so that we don't need to pass in `allocateNodeCidr` into the controller. Cherry pick of https://github.com/kubernetes/kubernetes/pull/63049 which fixes a critical bug in v1.10 that blocks external clouds from running nodeipam controller. **Release note**: ```release-note Re-enable nodeipam controller for external clouds. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Update 1.10 test gpu_util.go to use the 1.10 nvidia-gpu device-plugin… **What this PR does / why we need it**: Update 1.10 test gpu_util.go to use the 1.10 nvidia-gpu device-plugin yaml. **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 # **Special notes for your reviewer**: **Release note**: ```release-note ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63492: Always track kubelet -> API connections Cherry pick of #63492 on release-1.10. #63492: Always track kubelet -> API connections
-
- 16 May, 2018 6 commits
-
-
Jordan Liggitt authored
This reverts commit eaac0f54.
-
Jordan Liggitt authored
This reverts commit 9a8c6db4.
-
Jordan Liggitt authored
This reverts commit da5ccf7f.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Cherrypick: Enable CUSTOM_INGRESS_YAML to replace the glbc manifest This allows for customized versions of the Ingress YAML separate from stock Kubernetes. ```release-note NONE ```
-
Craig Tracey authored
Currently kubeadm only performs an upgrade if the etcd cluster is colocated with the control plane node. As this is only one possible configuration, kubeadm should support upgrades with etcd clusters that are not local to the node. Signed-off-by:Craig Tracey <craigtracey@gmail.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue. Automated cherry pick of #63353: Use the logging agent's node name as the metadata agent URL. Cherry pick of #63353 on release-1.10. #63353: Use the logging agent's node name as the metadata agent URL.
-