- 04 Jan, 2019 2 commits
-
-
Sen Lu authored
-
Kubernetes Prow Robot authored
update cloud provider boilerplate
-
- 03 Jan, 2019 1 commit
-
-
Tim Pepper authored
The pull-kubernetes-verify presubmit is failing on verify-cloudprovider-gce.sh because it is a new year and thus current test generated code doesn't match the prior committed generated code in the copyright header. The verifier is removed in master now, so for simplicity and rather than fixing the verifier to ignore the header differences for prior supported branched, this commit is the result of rerunning hack/update-cloudprovider-gce.sh. Signed-off-by:Tim Pepper <tpepper@vmware.com>
-
- 29 Dec, 2018 1 commit
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #72035 and #72084: bump golang to 1.11.4 (CVE-2018-16875)
-
- 28 Dec, 2018 4 commits
-
-
Christoph Blecker authored
-
Kubernetes Prow Robot authored
Automated cherry pick of #72030: Fix race condition when joining nodes
-
Kubernetes Prow Robot authored
Automated cherry pick of #72123: kubeadm: fix nil check in join config creation
-
Kubernetes Prow Robot authored
Automated cherry pick of #71945: kubeadm: fixed etcd sync endpoints
-
- 18 Dec, 2018 1 commit
-
-
Rafael Fernández López authored
Despite we were checking for the kubelet kubeconfig file to be present, the kubelet first writes this file and then the certificates the kubeconfig file refers to. This represents a race condition in kubeadm in which when we confirm that the kubelet's kubeconfig file is present we continue creating a clientset out of it. However, the clientset creation will ensure that the certificates the kubeconfig file refers to exist on the filesystem. To fix this problem, not only wait for the kubelet's kubeconfig file to be present, but also ensure that we can create a clientset ouf of it on our polling process, while we wait for the kubelet to have performed the TLS bootstrap.
-
- 17 Dec, 2018 1 commit
-
-
Anit Gandhi authored
-
- 15 Dec, 2018 2 commits
-
-
Jeff Grafton authored
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eli.uriegas@docker.com>
-
- 14 Dec, 2018 1 commit
-
-
pytimer authored
-
- 13 Dec, 2018 2 commits
- 12 Dec, 2018 5 commits
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #71923: diff: Fix overlapping filenames
-
Kubernetes Prow Robot authored
Automated cherry pick of #71980: Disable proxy to loopback and linklocal
-
Micah Hausler authored
-
Kubernetes Prow Robot authored
Automated cherry pick of #71755: Allow kube-scheduler to tolerate cluster auth config lookup
-
Kubernetes Prow Robot authored
Automated cherry pick of #71713, #71857: Plumb token and token file through rest.Config
-
- 11 Dec, 2018 8 commits
-
-
Antoine Pelisse authored
-
Antoine Pelisse authored
The filename can overlap when multiple resources have the same name (but obviously are of a different type). Include the name of the type in the file name to prevent the overlap.
-
Kubernetes Prow Robot authored
Automated cherry pick of #71854: apply: fix detection of non-dry-run enabled servers
-
Kubernetes Prow Robot authored
Automated cherry pick of #71551: activate unschedulable pods only if the node became more
-
Kubernetes Prow Robot authored
Set delete propagation policy to background when removing jobs and its dependents
-
Kubernetes Prow Robot authored
Automated cherry pick of #71941: add VMSize info in attach/detach azure disk
-
andyzhangx authored
-
mlmhl authored
-
- 10 Dec, 2018 10 commits
-
-
Kubernetes Prow Robot authored
Include BGPConfiguration
-
Kubernetes Prow Robot authored
Automated cherry pick of #71515 upstream release 1.13
-
Kubernetes Prow Robot authored
Automated cherry pick of #71803: Use kubeconfig flag instead of kubeconfig-dir in kubeadm init
-
Antoine Pelisse authored
Apply only checks that the server supports dry-run in the create path, not the update path, which is pretty bad.
-
Kubernetes Prow Robot authored
Automated cherry pick of #70756: Add e2e test for file exec #71625: Volume exec file test: added NodeSelector to pod
-
Kubernetes Prow Robot authored
Automated cherry pick of #71522: Use Node-Problem-Detector v0.6.0
-
Kubernetes Prow Robot authored
Automated cherry pick of #70392: Lookup PX api port from k8s service
-
Kubernetes Prow Robot authored
Automated cherry pick of #71736: Fix Azure node's internal IP address
-
Kubernetes Prow Robot authored
[1.13.1] Automated cherry pick of #71601: Surface help for insecure ports to explain how to disable
-
Jordan Liggitt authored
-
- 08 Dec, 2018 2 commits
-
-
Satyadeep Musuvathy authored
Needed for calico 2.x to 3.x upgrade.
-
Laurent Bernaille authored
-