- 14 Oct, 2016 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase job cache limit to 300 and leave a TODO.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix race condition in test with git server startup Fixes https://github.com/kubernetes/kubernetes/issues/32467 (hopefully) Previously, the test didn't ensure the git server was running before attempting to connect to it.
-
- 13 Oct, 2016 38 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove call to compinit in zsh completion output **Release note**: ```release-note release-note-none ``` Fixes: https://github.com/kubernetes/kubernetes/issues/32029 Fixes: https://github.com/kubernetes/kubernetes/issues/27538#issuecomment-238574035 The zsh completion output makes a call to "compinit" which causes the zsh completion system to re-initialize every time `<root_cmd> completion zsh` is sourced, overwriting any settings already applied to other commands. This in-turn caused other commands' completions to break (such as git, gcloud, vim) causing an error "function definition file not found" to be returned any time a tab-completion was attempted. This patch removes the call to `compinit` in the zsh completion output, causing no behavioral changes to the existing `completion` command, but fixing any issues that were caused after sourcing its output.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase build verbosity for verify-generated-{protobuf,runtime}.sh Print out more details of the build process to help with debugging #34675. -
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm implement preflight checks Checks that user running kubeamd init and join is root and will only execute command if user is root. Moved away from using kubectl error handling to having kubeadm handle its own errors. This should allow kubeadm to have more meaningful errors, exit codes, and logging for specific kubeadm use cases. fixes #33908
-
Matt Liggett authored
Marked GCL logging test as Flaky
-
Mik Vyatskov authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add flag for enabling RBAC on local-up-cluster Enables cases like `ALLOW_ANY_TOKEN=true ENABLE_RBAC=true hack/local-up-cluster.sh ` to startup an api server so you can test RBAC against it. @pweil- You can try this using `oc login localhost:6443 --token=username/group1,group2,system:masters`. Then you should have full rights. You can use `oc login --token=username` or `kubectl create -f - --token=otheruser/othergroup` to simulate other users.
-
saadali authored
-
juanvallejo authored
Fixes: https://github.com/kubernetes/kubernetes/issues/32029 Fixes: https://github.com/kubernetes/kubernetes/issues/27538#issuecomment-238574035 The zsh completion output makes a call to "compinit" which causes the zsh completion system to re-initialize every time `<root_cmd> completion zsh` is sourced, overwriting any settings already applied to other commands. This in-turn caused other commands' completions to break (such as git, gcloud, vim) causing an error "function definition file not found" to be returned any time a tab-completion was attempted. This patch removes the call to `compinit` in the zsh completion output, causing no behavioral changes to the existing `completion` command, but fixing any issues that were caused after sourcing its output.
-
Jeff Grafton authored
-
Matt Liggett authored
Don't fail teardown if we can't delete the network
-
Jeff Grafton authored
-
David McMahon authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix description of considered PVs for unset claim.Spec.Class
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Delete all firewall rules (and optionally network) on GCE/GKE cluster teardown Not entirely ready for review yet; I want to see what Jenkins thinks of this.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix ginkgo panic in density test Ref #33344
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: fix typo
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use dedent for completion.go
-
Eric Paris authored
-
Jess Frazelle authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change legacy API resource registration Updates the legacy API resource registration to emphasize its different-ness and to simplify supporting objects. The option has to remain in the genericapiserverconfig for multiple prefixes to enable cases where composers/extenders had composed additional groupless APIs. See OpenShift as an example. However this is now transparent to "normal" composers. @ncdc since sttts is out.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue refact kubectl Factory make it interface refactor kubectl to make Factory interface. @kubernetes/kubectl
-
Devan Goodwin authored
Add skip-preflight-checks to known flags. Fix bug with preflight checks not returning system is-active as errors. Fix error handling to use correct function.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add more log messages for sandbox restarts
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update `gcloud docker` commands to use `gcloud docker -- ARGS` We can then avoid the following warning: ``` WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017. This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Added DEFAULT_NETWORK_IF_NAME when starting nodes. fixes #34391
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kube-dns: Add --dns-bind-address flag Currently, `kube-dns` always binds to `0.0.0.0` when starting the SkyDNS server. Sometimes it's useful to have it bind to a different address for testing. So add a new `--dns-bind-address` flag that can be used to configure this (default is `0.0.0.0`).
-
Derek McQuay authored
Includes checks for verifying services exist and are enabled, ports are open, directories do not exist or are empty, and required binaries are in the path. Checks that user running kubeamd init and join is root and will only execute command if user is root. Moved away from using kubectl error handling to having kubeadm handle its own errors. This should allow kubeadm to have more meaningful errors, exit codes, and logging for specific kubeadm use cases.
-
Devan Goodwin authored
Includes checks for verifying services exist and are enabled, ports are open, directories do not exist or are empty, and required binaries are in the path.
-
AdoHe authored
-
AdoHe authored
-
AdoHe authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bump log level in case of Node eviction
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Do a kubectl get nodes after turning up the e2e cluster. https://github.com/kubernetes/test-infra/issues/366
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Handle DeletedFinalStateUnknown in NodeController Fix #34692 ```release-note Fix panic in NodeController caused by receiving DeletedFinalStateUnknown object from the cache. ``` cc @davidopp
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix ES cluster logging test @piosz Fixes flakiness of ES cluster logging test. Fix #34666
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: allow kubeadm init to read config from file @kubernetes/sig-cluster-lifecycle
-