- 08 Feb, 2019 16 commits
-
-
Kubernetes Prow Robot authored
AttachableVolumePlugin CanAttach() method for attachable check
-
Kubernetes Prow Robot authored
Update doc.go import for staging/src/k8s.io/api/storage/v1/doc.go
-
Kubernetes Prow Robot authored
Updated OWNERS files to include link to docs
-
Kubernetes Prow Robot authored
kubeadm: refactor JoinConfigFileAndDefaultsToInternalConfig
-
Kubernetes Prow Robot authored
fix shellcheck in csi-api
-
Kubernetes Prow Robot authored
Reduce contention in cacher by eliminating sync.Pool
-
Vladimir Vivien authored
-
Rostislav M. Georgiev authored
Currently JoinConfigFileAndDefaultsToInternalConfig is doing a couple of different things depending on its parameters. It: - loads a versioned JoinConfiguration from an YAML file. - returns defaulted JoinConfiguration allowing for some overrides. In order to make code more manageable, the following steps are taken: - Introduce LoadJoinConfigurationFromFile, which loads a versioned JoinConfiguration from an YAML file, defaults it (both dynamically and statically), converts it to internal JoinConfiguration and validates it. - Introduce DefaultedJoinConfiguration, which returns defaulted (both dynamically and statically) and verified internal JoinConfiguration. The possibility of overwriting defaults via versioned JoinConfiguration is retained. - Re-implement JoinConfigFileAndDefaultsToInternalConfig to use LoadJoinConfigurationFromFile and DefaultedJoinConfiguration. - Replace some calls to JoinConfigFileAndDefaultsToInternalConfig with calls to either LoadJoinConfigurationFromFile or DefaultedJoinConfiguration where appropriate. - Rename JoinConfigFileAndDefaultsToInternalConfig to the more appropriate name LoadOrDefaultJoinConfiguration. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
wojtekt authored
-
Kubernetes Prow Robot authored
KUBE_JUNIT_REPORT_DIR fixes
-
Kubernetes Prow Robot authored
fix --local panic in set commands
-
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 24 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
-
juanvallejo authored
-
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
-
danielqsj authored
-
wojtekt authored
-
Kubernetes Prow Robot authored
Add image for sample-device-plugin
-
Krzysztof Siedlecki authored
-
Krzysztof Siedlecki authored
-
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
-