- 25 May, 2015 8 commits
-
-
orangain authored
Before applying this patch, `cluster/kubectl.sh` failed to find `kubectl` binary in x86 environment. e.g. The latest release v0.17.1 contains following binaries: https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.17.1 ``` $ tree platforms/ platforms/ ├── darwin │ ├── 386 │ │ └── kubectl │ └── amd64 │ └── kubectl ├── linux │ ├── 386 │ │ └── kubectl │ ├── amd64 │ │ └── kubectl │ └── arm │ └── kubectl └── windows └── amd64 └── kubectl.exe ```
-
Marek Grabowski authored
Ignore /proxy from performance metrics
-
Marek Grabowski authored
Fix WARNING when creating firewall during e2e tests
-
Marek Grabowski authored
Extended wait for cluster size timeout.
-
Jerzy Szczepkowski authored
Extended wait for cluster size timeout in resize nodes e2e test to fix #8715.
-
Marek Grabowski authored
Description of ImagePullPolicy wrong in v1(beta3)
-
Filip Grzadkowski authored
-
Wojciech Tyczynski authored
-
- 24 May, 2015 2 commits
-
-
Daniel Smith authored
update docs/volumes.md to v1beta3
-
Daniel Smith authored
WIP: Continue to support (deprecated) publicIPs
-
- 23 May, 2015 4 commits
-
-
Justin Santa Barbara authored
Not doing so breaks e2e tests and people that may be using them, even though we will eventually want to stop supporting this now that we have better alternatives for typical use cases (NodePort)
-
Dawn Chen authored
Nodeport GCE e2e fixes
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
- 22 May, 2015 26 commits
-
-
Zach Loafman authored
Re-add the cluster-name flag to ControllerManager
-
Dawn Chen authored
WIP: ServiceType & NodePort work
-
Clayton Coleman authored
-
CJ Cullen authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
Although it takes some time to destroy a load balancer, we hide this complexity from the user.
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
We still don't actually enable this though!
-
Justin Santa Barbara authored
Including some refactoring of IP allocator
-
Justin Santa Barbara authored
We need to keep them in the API so that we can round-trip between versions.
-
Justin Santa Barbara authored
We prevent it from being set by validation
-
Justin Santa Barbara authored
-
Dawn Chen authored
Better logging for e2e start (debug failing pods)
-
Dawn Chen authored
Use e2e framework in more tests
-
Dawn Chen authored
Fix kubelet tests for systems without functional dns to look up localhost
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Justin Santa Barbara authored
This will replace publicIPs
-
Dawn Chen authored
Don't clobber GINKGO_TEST_ARGS in hack/jenkins/e2e.go
-
Dawn Chen authored
Start e2e framework; print events
-