- 05 Mar, 2019 40 commits
-
-
Cheng Pan authored
-
Kubernetes Prow Robot authored
Typo fix in e2e test description message: defaut->default
-
Kubernetes Prow Robot authored
Fix computing of cpu nano core usage
-
Kubernetes Prow Robot authored
Add new CSI translation APIs required by CSI sidecars and unit tests
-
Kubernetes Prow Robot authored
lock csi and plugin watcher GA feature gates
-
Kubernetes Prow Robot authored
implement managedFields sorting
-
Kubernetes Prow Robot authored
kubelet: return mirror pod in GetActivePods()
-
Kubernetes Prow Robot authored
Add proto roundtrip tests in roundtrip_test.go files
-
Kubernetes Prow Robot authored
Fix 0 partitions defaulting for CSI Translation Library
-
Kubernetes Prow Robot authored
Don't disable Windows Defender.
-
Kubernetes Prow Robot authored
Fix NPD e2e test on clusters with Ubuntu nodes
-
Kubernetes Prow Robot authored
remove some unused const in test/e2e_node
-
Michelle Au authored
-
Kubernetes Prow Robot authored
revert 72062: Perform GCE master log rotation check every 5 minutes
-
Kubernetes Prow Robot authored
Revert "Use runtime.NumCPU() instead of a fixed value for parallel scheduler threads"
-
Kubernetes Prow Robot authored
publishing: add component-base as dependency for 1.14 branches
-
Kubernetes Prow Robot authored
conformace/run_e2e.sh: pass shellcheck and autodetect ginkgo nodes
-
Kubernetes Prow Robot authored
Kubelet service links error
-
Yu-Ju Hong authored
CRI runtimes do not supply cpu nano core usage as it is not part of CRI stats. However, there are upstream components that still rely on such stats to function. The previous fix was faulty because the multiple callers could compete and update the stats, causing inconsistent/incoherent metrics. This change, instead, creates a separate call for updating the usage, and rely on eviction manager, which runs periodically, to trigger the updates. The caveat is that if eviction manager is completley turned off, no one would compute the usage.
-
Kubernetes Prow Robot authored
Convert resource group name in Azure provider ID to lower cases
-
Kubernetes Prow Robot authored
kubeadm: add a flag to RunInitNodeChecks to indicate sec. control-plane
-
Kubernetes Prow Robot authored
cherry picks usage info link
-
Kubernetes Prow Robot authored
test/e2e: fix `ginkgo ./test/e2e`
-
Kubernetes Prow Robot authored
Delete the out-of-tree PV labeler controller
-
Kubernetes Prow Robot authored
When checking for pod info version, make volume attachable
-
Kubernetes Prow Robot authored
fix golint failures for some files under metrics k8s.io/metrics/pkg/apis
-
Kubernetes Prow Robot authored
Fix golint failures for e2e/instrumentation/...
-
Kubernetes Prow Robot authored
Typo fix in e2e test description message: kubadm->kubeadm
-
Kubernetes Prow Robot authored
fix some golint failures for plugin/pkg/admission/...
-
Kubernetes Prow Robot authored
CSINodeInfo and CSIDriver Controller Changes
-
Kubernetes Prow Robot authored
Merge pull request #74033 from bart0sh/PR0060-kubeadm-975-RequiredIPVSKernelModulesAvailable-warning-seems-confusing kubeadm: fix RequiredIPVSKernelModulesAvailable warning message
-
Kubernetes Prow Robot authored
Update RBAC roles for networking.k8s.io ingresses
-
liucimin authored
-
Kubernetes Prow Robot authored
Fix shellcheck-reported errors in hack/lib/util.sh.
-
Kevin Wiesmüller authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
Refactor to allow for a way to get list of e2e images
-
Kubernetes Prow Robot authored
fix error string should not be capitalized
-
Kubernetes Prow Robot authored
Change to unblock e2e tests for vsphere provider
-
Kubernetes Prow Robot authored
Fix golint failures for e2e/windows
-