- 08 Feb, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Bump debian-* base image versions to latest
-
Kubernetes Prow Robot authored
move pkg/kubelet/apis/well_known_labels.go to staging/src/k8s.io/api/core/v1/
-
Kubernetes Prow Robot authored
Add check-file-in-alphabetical-order for cleanup
-
Kubernetes Prow Robot authored
ControllerRef creation through factory function
-
Kubernetes Prow Robot authored
Fix #73479 AWS NLB target groups missing tags
-
- 07 Feb, 2019 25 commits
-
-
Kubernetes Prow Robot authored
Update CudaVectorAdd test image to be built with Cuda10 docker image.
-
Kubernetes Prow Robot authored
kubeadm: do not create etcd datastore if we are in dryrun mode
-
Kubernetes Prow Robot authored
Use ioutil.TempDir for temporary dir creation
-
Jiaying Zhang authored
The previous version of CudaVectorAdd test image can still be used in our testing. A later change will extend the existing gpu e2e tests to run pods with two containers. One with CudaVectorAdd version1 and the other with CudaVectorAdd version2 so that we can test both Cuda versions.
-
Kubernetes Prow Robot authored
Add missing testcases
-
Adrián authored
-
Brice Figureau authored
`elbv2.AddTags` doesn't seem to support assigning the same set of tags to multiple resources at once leading to the following error: Error adding tags after modifying load balancer targets: "ValidationError: Only one resource can be tagged at a time" This can happen when using AWS NLB with multiple listeners pointing to different node ports. When k8s creates a NLB it creates a target group per listener along with installing security group ingress rules allowing the traffic to reach the k8s nodes. Unfortunately if those target groups are not tagged, k8s will not manage them, thinking it is not the owner. This small changes assigns tags one resource at a time instead of batching them as before. Signed-off-by:Brice Figureau <brice@daysofwonder.com>
-
Kubernetes Prow Robot authored
kubeadm: improve ux on infoMsg kubeconfig
-
Manjunath A Kumatagi authored
-
Kubernetes Prow Robot authored
Support make test WHAT=path/to/pkg/...
-
Kubernetes Prow Robot authored
Fix kubemark windows num nodes
-
wojtekt authored
-
Kubernetes Prow Robot authored
Add image for sample-device-plugin
-
Kubernetes Prow Robot authored
Switch WaitForCertificate to informers to avoid broken watches
-
Adrián authored
-
Adrián authored
-
vikaschoudhary16 authored
-
mourya007 authored
-
Kubernetes Prow Robot authored
kubelet: set low oom_score_adj for containers in critical pods
-
Kubernetes Prow Robot authored
Importing the latest json patch and set the accumulated copy size limit
-
Kubernetes Prow Robot authored
add bentheelder to reviewers
-
Kubernetes Prow Robot authored
Ensure directories are executable for fsGroup
-
Kubernetes Prow Robot authored
Ensure conditional validation has knowledge of old and new object
-
Kubernetes Prow Robot authored
update doc.go in staging/ include cli-runtime
-
Benjamin Elder authored
-
- 06 Feb, 2019 10 commits
-
-
Kubernetes Prow Robot authored
kubeadm: graduate kubelet start join phase
-
dmaiocchi authored
-
Chao Xu authored
-
Rafael Fernández López authored
This allows for kubeadm tests to pass when run with an unprivileged user.
-
Tomas Nozicka authored
-
Tomas Nozicka authored
-
Kubernetes Prow Robot authored
Remove remaining code for deprecated openapi paths
-
Kubernetes Prow Robot authored
fix some typos in /pkg/volume
-
Kubernetes Prow Robot authored
Shellcheck failures print-workspace-status.sh, run-in-gopath.sh
-
Kubernetes Prow Robot authored
support multiple cidr vpc for nlb health check
-