- 02 Nov, 2018 31 commits
-
-
k8s-ci-robot authored
add more ut for runasuser/runasusername
-
k8s-ci-robot authored
Add optional variable to Makefile.generated_files for auto-updating the API rule violation exception list
-
k8s-ci-robot authored
remove idle tokens in kubelet token manager
-
k8s-ci-robot authored
Reduce leaderelection's renewed lease verbosity
-
k8s-ci-robot authored
Flexvolume resize implementation
-
k8s-ci-robot authored
Deflake e2e HPA tests
-
k8s-ci-robot authored
CSI Kubelet Plugin Watcher DeRegistration
-
k8s-ci-robot authored
Add MaciekPytel to test OWNERS.
-
k8s-ci-robot authored
kubeadm: Control plane config moved to substructs
-
k8s-ci-robot authored
Remove the redundant space
-
k8s-ci-robot authored
Correct test name typo in validation.
-
k8s-ci-robot authored
change UltraSSD default perf
-
k8s-ci-robot authored
Drop generated clients for Scale types
-
k8s-ci-robot authored
Fix the expression of some comments
-
k8s-ci-robot authored
Update the list of SIG scheduling reviewers
-
Humble Chirammal authored
Signed-off-by:Humble Chirammal <hchiramm@redhat.com>
-
Joachim Bartosik authored
Tests for scaling down based on external metric are flaky. I think this is because they: - Start with 2 replicas, - Export metric value == 1/2 target, - Expect scale down to 1. Since the expected recommendation is exactly 1 it might flake (and with scale down stabilization any recommendations higher than 1 will persist). Change expected value of the metric so recommended size will be lower than 1. This should make those tests less flaky.
-
Rostislav M. Georgiev authored
In v1alpha3's, control plane component config options were nested directly into the ClusterConfiguration structure. This is cluttering the config structure and makes it hard to maintain. Therefore the control plane config options must be separated into different substructures in order to graduate the format to beta. This change does the following: - Introduces a new structure called ControlPlaneComponent, that contains fields common to all control plane component types. These are currently extra args and extra volumes. - Introduce a new structure called APIServer that contains ControlPlaneComponent and APIServerCertSANs field (from ClusterConfiguration) - Replace all API Server, Scheduler and Controller Manager options in ClusterConfiguration with APIServer, ControllerManager and Scheduler fields of APIServer and ControlPlaneComponent types. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
k8s-ci-robot authored
Annotate errors in apimachinery e2e tests
-
k8s-ci-robot authored
Remove mount propagation feature gate
-
andyzhangx authored
-
SataQiu authored
-
k8s-ci-robot authored
Adapt e2e tests for cluster-domain other than cluster.local
-
k8s-ci-robot authored
add azure UltraSSD disk support
-
k8s-ci-robot authored
kubeadm: move certs/pkiutil to generic kubeadm utils
-
k8s-ci-robot authored
clean and move some code in pkg/printers/internalversion/
-
k8s-ci-robot authored
cni: rate and limit must be both set
-
k8s-ci-robot authored
Update a few dependencies
-
k8s-ci-robot authored
Enable arp_ignore and arp_announce
-
Haowei Cai authored
One can run: make generated_files UPDATE_API_KNOWN_VIOLATIONS=true to update the checked-in known API violation exceptions list. Also updated README and the error message on how to resolve the failure. -
k8s-ci-robot authored
Update pluginwatcher doc
-
- 01 Nov, 2018 9 commits
-
-
k8s-ci-robot authored
code cleanup for kubectl top
-
k8s-ci-robot authored
e2e: less verbose item creation
-
k8s-ci-robot authored
kubeadm: graduate etcd phase
-
k8s-ci-robot authored
Fixed lint errors for pkg/cloudprovider/providers/gce.
-
k8s-ci-robot authored
create audience unaware authenticator wrappers
-
Jordan Liggitt authored
-
k8s-ci-robot authored
Add GetScale/UpdateScale methods to apps/v1 clients
-
k8s-ci-robot authored
Fix golint error for `pkg/volume/util/resize_util.go`
-
Vladimir Vivien authored
-