- 31 Jan, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Log prometheus metric registration error and fix CRD metric names
-
- 30 Jan, 2019 26 commits
-
-
Kubernetes Prow Robot authored
Added windows executable extensions to Kubectl plugins
-
Kubernetes Prow Robot authored
expose preflight join as phases
-
Kubernetes Prow Robot authored
Bump debian-* base images for security fixes
-
Kubernetes Prow Robot authored
annotate errors in e2e tests
-
Kubernetes Prow Robot authored
tests: Removed hardcoded images from yaml files
-
dmaiocchi authored
-
Kubernetes Prow Robot authored
Refactor service-proxy-name label
-
Danny Shemesh authored
Currently, the kubectl plugins system - when running under Windows - will determine that a plugin is executable by looking at its extension, comparing it to '.exe'. I think we should allow plugins w/ a few more known extensions (.bat, .com, .cmd; for example) - This would give more of a similar experience to plugins under *nix, where shell scripts are often used. Moreover, there were two windows-specific behaviors that were redundant, which I've removed: 1. In plugin.go - There's no need to differentiate between windows and under OS-es when looking at the PATH variable; It can be refered as 'PATH' in Windows as well 2. In cmd.go - There's no need to append a suffix when looking up plugins on windows; One can safely use 'exec.LookPath' without a suffix on Windows - and get automatic resolving for known executable types
-
Kubernetes Prow Robot authored
remove cloud provider dependencies to pkg/controller
-
Kubernetes Prow Robot authored
Delete pods assigned to not existing nodes.
-
Kubernetes Prow Robot authored
Reverting test to apiserver_request_latencies_summary metric
-
Kubernetes Prow Robot authored
fix shellcheck in k8s.io/apiextensions-apiserver
-
Krzysztof Siedlecki authored
-
Kubernetes Prow Robot authored
fix shellcheck pass in sample-apiserver
-
danielqsj authored
-
Kubernetes Prow Robot authored
Bug fix: ./hack/local-up-cluster.sh is not work on Arm64 platform
-
Kubernetes Prow Robot authored
Fix TLS config in load test clients
-
Kubernetes Prow Robot authored
Graduate Pod priority and preemption to GA
-
Kubernetes Prow Robot authored
Pick up latest json-patch patches
-
Kubernetes Prow Robot authored
Add missing dependency to zookeeper-install
-
danielqsj authored
-
Kubernetes Prow Robot authored
fix TestEntry
-
Kubernetes Prow Robot authored
GCE: update addon DaemonSets to select node OS
-
Bin Lu authored
Signed-off-by:Bin Lu <bin.lu@arm.com>
-
Kubernetes Prow Robot authored
kubeadm: fix missing 'all' in 'init phase control-plane'
-
Shyam Jeedigunta authored
-
- 29 Jan, 2019 13 commits
-
-
Andrew Kim authored
-
Andrew Kim authored
-
Kubernetes Prow Robot authored
kubeadm: cleanup of phases arguments
-
Bobby (Babak) Salamat authored
-
Lubomir I. Ivanov authored
-
Kubernetes Prow Robot authored
kubeadm: Reduce the usage of InitConfiguration
-
Tim Allclair authored
-
Rafael Fernández López authored
* Return `nil` instead of a pointer to an empty struct when possible, before the pointer was introduced the empty struct was required. * Explicitly accept only one argument maximum for `kubeadm join` as in `kubeadm join <master>`. * Accept no arguments for `kubeadm init`. * Make phases leafs accept arguments, whereas intermediate phases automatically gets set that they accept no arguments.
-
Kubernetes Prow Robot authored
Add AWS Custom Endpoint capability #70588
-
Kubernetes Prow Robot authored
Print non-existent key reference in the secret
-
Kubernetes Prow Robot authored
Add import-restrictions for cloud providers
-
Kubernetes Prow Robot authored
Use forward plugin instead of proxy plugin in the default configuration of CoreDNS
-
Kubernetes Prow Robot authored
Fix PV allocation on non-English vSphere
-