- 12 Feb, 2019 40 commits
-
-
Kubernetes Prow Robot authored
Fix function comment to consistent with its name
-
Kubernetes Prow Robot authored
Adding a limit on the size of request body the apiserver will decode for write operations
-
Kubernetes Prow Robot authored
Fix resource quota e2e test
-
Kubernetes Prow Robot authored
add kustomize as a subcommand in kubectl
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane
-
Kubernetes Prow Robot authored
kubeadm: remove nodefs.inodesFree test defaulting on non-Linux
-
Kubernetes Prow Robot authored
kubeadm: set priority class name to `system-cluster-critical` for all master components
-
Kubernetes Prow Robot authored
Reduce the duration where expirationLock is held for expiration_cache
-
Kubernetes Prow Robot authored
strip selected fields from managedFields
-
Kubernetes Prow Robot authored
E2E storage: more tests for different pod/node combinations
-
Rafael Fernández López authored
Remove the deprecated `scheduler.alpha.kubernetes.io/critical-pod` pod annotation and use the `priorityClassName` first class attribute instead, setting all master components to `system-cluster-critical`.
-
Kubernetes Prow Robot authored
discovery: speedup kubectl restmapper cache misses by a two-digit factor
-
Kubernetes Prow Robot authored
kubeadm: Don't dump backtrace on reset
-
Kubernetes Prow Robot authored
verify-generated-files-remake.sh: fix issues reported by shellcheck (part 2)
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
Fix races in scheduling queue tests
-
Kubernetes Prow Robot authored
test case for shared volumes between the containers in pod
-
Kubernetes Prow Robot authored
Start exporting the in-cluster network programming latency metric.
-
Lubomir I. Ivanov authored
Add test files that exclude the field in question under KubeletConfiguration -> evictionHard for non-Linux. Add runtime abstraction for the test files in initconfiguration_tests.go
-
Dr. Stefan Schimanski authored
-
Anago GCB authored
-
SataQiu authored
-
Rostislav M. Georgiev authored
The current code logs an error and full blown backtrace if we fail to remove the containers upon reset. This creates unneeded, huge and rather scary log message. Fix that by leaving just the error message. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
Patrick Ohly authored
The driver should support multiple pods using the same volume on the same node.
-
Patrick Ohly authored
This is a special case that both kubelet and the volume driver should support, because users might expect it. One Kubernetes mechanism to deploy pods like this is via pod affinity. However, strictly speaking the CSI spec does not allow this usage mode (see https://github.com/container-storage-interface/spec/pull/150) and there is an on-going debate to enable it (see https://github.com/container-storage-interface/spec/issues/178). Therefore this test gets skipped unless explicitly enabled for a driver. CSI drivers which create a block device for a remote volume in NodePublishVolume fail this test. They have to make the volume available in NodeStageVolume and then in NodePublishVolume merely do a bind mount (as for example in https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/pkg/gce-pd-csi-driver/node.go#L150).
-
Patrick Ohly authored
Whether the read test after writing was done on the same node was random for drivers that weren't locked onto a single node. Now it is deterministic: it always happens on the same node. The case with reading on another node is covered separately for test configurations that support it (not locked onto a single node, more than one node in the test cluster). As before, the TestConfig.ClientNodeSelector is ignored by the provisioning testsuite.
-
Kubernetes Prow Robot authored
Fix cmd/kubelet/app lint issues
-
Kubernetes Prow Robot authored
Update postprocessing_test.go
-
Matt Matejczyk authored
-
pontiyaraja authored
-
Kubernetes Prow Robot authored
Remove unused function from the legacy runtime interface.
-
Kubernetes Prow Robot authored
Add priority class to CoreDNS pods
-
xichengliudui authored
update pull request update pull request
-
Kubernetes Prow Robot authored
Clean up unneeded break in switch
-
Kubernetes Prow Robot authored
Fix setting NODE_ARCH and NODE_PLATFORM
-
Kubernetes Prow Robot authored
add msau42 to approvers for volume e2es
-
Kubernetes Prow Robot authored
Improve the ipvs/README.md
-
Kubernetes Prow Robot authored
cpuPeriod was not reset
-
Kubernetes Prow Robot authored
Update kubelet overview help doc
-