- 05 Aug, 2019 10 commits
-
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Akihiro Suda authored
Signed-off-by:Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Akihiro Suda authored
This is a hacky POC; we need to implement rootless PCM in the proper way. Especially, pcm.Exists(existingPodName) needs to be implemented to return true even when cgroups is not available. Signed-off-by:Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Akihiro Suda authored
Signed-off-by:Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
Akihiro Suda authored
Signed-off-by:Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
-
- 01 Aug, 2019 6 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #80436: refactors to kubernetes CP command
-
Tim Allclair authored
-
M00nF1sh authored
-
Kubernetes Prow Robot authored
1.14: apiextensions: check request scope against CRD scope correctly
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
- 29 Jul, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #80559: Bump github.com/libopenstorage/openstorage to v1.0.0.
-
Jianfei Bai authored
-
Jianfei Bai authored
-
- 08 Jul, 2019 2 commits
- 04 Jul, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #79731: edit google dns hostname
-
- 03 Jul, 2019 6 commits
-
-
Sandeep Rajan authored
-
Kubernetes Prow Robot authored
Automated cherry pick of #79094: fix kubelet can not delete orphaned pod directory when "/var/lib/kubelet/pods" directory symbolically links to another device's directory
-
Kubernetes Prow Robot authored
Automated cherry pick of #79534: Fix closing of dirs in doSafeMakeDir
-
Kubernetes Prow Robot authored
Automated cherry pick of #79446: Fix AWS DHCP option set domain names causing garbled
-
Kubernetes Prow Robot authored
Cherry pick #79035 to 1.14 (Fix HPA feedback from writing status.replicas to spec.replicas)
-
Joseph Burnett authored
current scale. Two important ones are when missing metrics might change the direction of scaling, and when the recommended scale is within tolerance of the current scale. The way that ReplicaCalculator signals it's desire to not change the current scale is by returning the current scale. However the current scale is from scale.Status.Replicas and can be larger than scale.Spec.Replicas (e.g. during Deployment rollout with configured surge). This causes a positive feedback loop because scale.Status.Replicas is written back into scale.Spec.Replicas, further increasing the current scale. This PR fixes the feedback loop by plumbing the replica count from spec through horizontal.go and replica_calculator.go so the calculator can punt with the right value.
-
- 02 Jul, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #78313: Avoid the default server mux
-
Odin Ugedal authored
This fixes the issue where "childFD" from syscall.Openat is assigned to a local variable inside the for loop, instead of the correct one in the function scope. This results in that when trying to close the "childFD" in the function scope, it will be equal to "-1", instead of the correct value.
-
- 01 Jul, 2019 2 commits
-
-
Matthew Wong authored
-
Kubernetes Prow Robot authored
Allow unit test to pass on machines without ipv6
-
- 30 Jun, 2019 2 commits
-
-
Jordan Liggitt authored
-
Rong Gao authored
fix kubelet can not delete orphaned pod directory when the kubelet's root directory symbolically links to another device's directory
-
- 29 Jun, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #79514: Default resourceGroup should be used when value of annotation
-
Kubernetes Prow Robot authored
Automated cherry pick of #79073: Ignore cgroup pid support if related feature gates are
-
- 28 Jun, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #79451: kubelet: retry pod sandbox creation when containers were
-
Pengfei Ni authored
Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string
-
- 27 Jun, 2019 1 commit
-
-
Yu-Ju Hong authored
If kubelet never gets past sandbox creation (i.e., never attempted to create containers for a pod), it should retry the sandbox creation on failure, regardless of the restart policy of the pod.
-
- 24 Jun, 2019 1 commit
-
-
rafatio authored
-