- 24 Oct, 2018 13 commits
-
-
k8s-ci-robot authored
Resycn psp v1beta1 api with internal
-
Anago GCB authored
-
k8s-ci-robot authored
Switch bootstrap token authenticator informer to external types
-
k8s-ci-robot authored
remove kubeClient != nil when using glog.Fatalf
-
yameiwang authored
-
k8s-ci-robot authored
Create ipsets with family inet6 in an ipv6-only cluster
-
zuoxiu.jm authored
-
k8s-ci-robot authored
Purge the manifest after the push
-
zuoxiu.jm authored
-
zuoxiu.jm authored
-
k8s-ci-robot authored
fix typo: result is of that -> result of that
-
k8s-ci-robot authored
Fix service targetPort with string for Windows
-
k8s-ci-robot authored
Correct regexp check in IsNodeUnmanagedByProvider
-
- 23 Oct, 2018 27 commits
-
-
k8s-ci-robot authored
Switch windows runtime endpoints to npipe
-
k8s-ci-robot authored
fix golint for pkg/util/dbus, node, strings, workqueue/prometheus
-
k8s-ci-robot authored
Add pkg/probe/OWNERS
-
k8s-ci-robot authored
Update usages of http.ResponseWriter.WriteHeader to use http.Error
-
k8s-ci-robot authored
Correct optional/omitempty indicator on webhook cabundle
-
k8s-ci-robot authored
Add metrics for volume scheduling operations
-
k8s-ci-robot authored
Externalize PSP admission controller
-
k8s-ci-robot authored
Add import restrictions for cloud-provider
-
k8s-ci-robot authored
Fix linting issues in staging/src/k8s.io/client-go/discovery/*
-
k8s-ci-robot authored
fix lint issues in the apis/abac directory (except latest.go)
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
k8s-ci-robot authored
tests: Makes tests' commands platform agnostic
-
Marc Sensenich authored
The IsNodeUnmanagedByProviderID function in the Azure Cloud Provider should return the inverse of regexp.Match in the case of checking the ProviderID
-
yue9944882 authored
-
k8s-ci-robot authored
Deflake e2e tests of HPA
-
k8s-ci-robot authored
Move minimum set of dynamic provisioning e2e test to testsuites
-
wackxu authored
-
k8s-ci-robot authored
nodeController should send events to api server and print to the logging
-
yameiwang authored
-
Joachim Bartosik authored
Resource consumer might use slightly more CPU than requested. That resulted in HPA sometimes increasing size of deployments during e2e tests. Deflake tests by: - Scaling up CPU requests in those tests. Resource consumer might go a fixed number of milli CPU seconds above target. Having higher requests makes the test less sensitive. - On scale down consume CPU in the middle between what would generate recommendation of expexted size and 1 pod fewer (instead of righ on edge beween expected and expected +1). Some variables were int32 but always cast to int before use. Make them int.
-
k8s-ci-robot authored
use more specific authenticator.Audiences type in TokenRequest registry
-
k8s-ci-robot authored
account for disabled legacy metadata endpoints
-
k8s-ci-robot authored
kubeadm: fix missing error handling
-
k8s-ci-robot authored
CSI client: added missing lock when reading from csiDrivers
-
k8s-ci-robot authored
make error messages more helpful for some e2e auth tests
-