- 05 Dec, 2018 6 commits
-
-
Pengfei Ni authored
Only use the first IP address got from instance metadata. This is because Azure CNI would setup a list of IP addresses in instance metata, while only the first one is the Node's IP.
-
Kubernetes Prow Robot authored
kubeadm: move test utilites out of /test
-
Kubernetes Prow Robot authored
Remove scheduler "TestGroup" utility.
-
Kubernetes Prow Robot authored
Fixing address locking in CP fake.
-
Kubernetes Prow Robot authored
fix WaitForAllNodesSchedulable so it outputs logs when cluster size is small
-
Kubernetes Prow Robot authored
add CNI_VERSION to build/workspace.bzl, use it to dedupe version
-
- 04 Dec, 2018 24 commits
-
-
Kubernetes Prow Robot authored
Plumb token and token file through rest.Config
-
Kubernetes Prow Robot authored
kubeadm: remove kubeadm config print-defaults
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
enable secured kubelet in hack/local-up-cluster.sh
-
Kubernetes Prow Robot authored
Use memory metrics from the pod cgroup for eviction ranking
-
Joseph-Irving authored
-
Kubernetes Prow Robot authored
Merge pull request #71597 from marc-sensenich/gh-71595/fix-cloud-controller-manager-azure-delete-nodes Add check for cloudProvider.InstanceNotFound in Azure VMSS Instance gets
-
Kubernetes Prow Robot authored
make GetStorageAccesskey func public
-
Kubernetes Prow Robot authored
remove duplicate word
-
yuexiao-wang authored
Signed-off-by:yuexiao-wang <wang.yuexiao@zte.com.cn>
-
Kubernetes Prow Robot authored
kubeadm: properly umount dirs in /var/lib/kubelet
-
Kubernetes Prow Robot authored
Update default etcd server to 3.3.10 for kubernetes 1.14
-
Kubernetes Prow Robot authored
Collapse not shared NSG rules with multiple source ranges
-
Kubernetes Prow Robot authored
Fix some golint errors for packages in `pkg/kubectl/cmd`
-
Kubernetes Prow Robot authored
Drop the norecurse flag in dns tests
-
Kubernetes Prow Robot authored
util: Refactor Backoff to return the next step rather than sleeping
-
andyzhangx authored
-
Kubernetes Prow Robot authored
Fix typo: trus->true
-
Kubernetes Prow Robot authored
Disable proxy use in http probe
-
Jordan Liggitt authored
-
Benjamin Elder authored
-
Kubernetes Prow Robot authored
Add new reviewers for conformance
-
Kubernetes Prow Robot authored
Bump the version of kubernetes-cni to 0.6.0
-
Jonathan Basseri authored
This util was used to fake certain aspects of apiserver behavior, such as resource paths and JSON encoding. Our unit tests have been refactored so they don't rely on the REST or JSON aspects of apiserver. This util is no longer needed.
-
- 03 Dec, 2018 10 commits
-
-
Kubernetes Prow Robot authored
Use Node-Problem-Detector v0.6.0 on GCI
-
Pavithra Ramesh authored
dnsmasq 2.79 introduced a change to respond to all norecurse queries with ServFail. This is to prevent cache snooping where an adversary can figure out if a particular hostname has been looked up or not. These tests do not need the norecurse flag, hence removing it.
-
Anago GCB authored
-
Kubernetes Prow Robot authored
Issue 71614: Protect log message maps
-
Clayton Coleman authored
Allows consumers to use Backoff as a generator rather than have to call ExponentialBackoff
-
Kubernetes Prow Robot authored
Update changelogs for CVE-2018-1002105
-
Joe Betz authored
-
Ed Bartosh authored
'kubeadm reset' uses incorrect way of unmounting /var/lib/kubelet directories. It queries /proc/mounts for /var/lib/kubelet mount point. If /var/lib/kubelet directory is also mounted it makes 'kubelet reset' to unmount it too, which is incorrect. It also makes it fail as it can't unmount /var/lib/kubelet before unmounting mounts inside it. Fixed by querying /var/lib/kubelet/ instead of /var/lib/kubelet. This should exclude /var/lib/kubelet from the query results even if it's mounted. Fixes: kubernetes/kubeadm#1294
-
Rostislav M. Georgiev authored
Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
Jordan Liggitt authored
-