- 25 Sep, 2018 20 commits
-
-
k8s-ci-robot authored
Externalize resource quota admission controller & controller reconciliation
-
k8s-ci-robot authored
Cleanup: removes support of internal types from logsForObject
-
k8s-ci-robot authored
admission/priority: externalize priority admission controller
-
k8s-ci-robot authored
Updates test/e2e_node/device_plugin.go to cope with recent device
-
k8s-ci-robot authored
Promote non-table based container-runtime e2e test to Conformance
-
k8s-ci-robot authored
Made image registries configurable from registry.yaml file
-
k8s-ci-robot authored
export a method to expose which ports were forwarded
-
k8s-ci-robot authored
Provide Flex volume metrics if the plugin supports.
-
k8s-ci-robot authored
Use monotonically increasing generation to prevent equivalence cache race
-
k8s-ci-robot authored
correct kubelet service file permission
-
k8s-ci-robot authored
Add scheduler throughput metric
-
k8s-ci-robot authored
Get public IP for Azure vmss nodes
-
Pengfei Ni authored
-
Pengfei Ni authored
This is required for getting public IP when --public-ip-per-vm (publicIpAddressConfiguration) is enabled for vmss.
-
k8s-ci-robot authored
Make integration test work with `go test`.
-
k8s-ci-robot authored
clean up unneeded else block
-
k8s-ci-robot authored
Fix golint error under pkg/proxy.
-
k8s-ci-robot authored
Skip LB session affinity test on AWS
-
k8s-ci-robot authored
RBD AccessModes checking when attaching
-
k8s-ci-robot authored
fix a comment inconsistency in Daemonset Controller
-
- 24 Sep, 2018 8 commits
-
-
Jonathan Basseri authored
This adds a counter to the scheduler that can be used to calculate throughput and error ratio. Pods which fail to schedule are not counted as errors, but can still be tracked separately from successes. We already measure scheduler latency, but throughput was missing. This should be considered a key metric for the scheduler.
-
k8s-ci-robot authored
add ns for pod in scheduler integration test
-
k8s-ci-robot authored
use v1 version of advanced audit policy in gce shell
-
k8s-ci-robot authored
Port kubelet e2e_node tests to e2e/common
-
k8s-ci-robot authored
fix yaml file path for test/e2e/network/example_cluster_dns.go
-
k8s-ci-robot authored
Integration test for CronJob
-
k8s-ci-robot authored
kubelet: Make service environment variables optional
-
k8s-ci-robot authored
fix bug that defer in infinite loop
-
- 23 Sep, 2018 1 commit
-
-
k8s-ci-robot authored
Enable TTLAfterFinished e2e test
-
- 22 Sep, 2018 8 commits
-
-
k8s-ci-robot authored
[e2e] Fix Panic in PersistentVolumes:vsphere
-
Brad Hoekstra authored
-
Yecheng Fu authored
-
Yecheng Fu authored
- snapshot equivalence cache generation numbers before snapshotting the scheduler cache - skip update when generation does not match live generation - keep the node and increment its generation to invalidate it instead of deletion - use predicates order ID as key to improve performance
-
Brad Hoekstra authored
-
Yecheng Fu authored
This reverts commit 17d01907.
-
Janet Kuo authored
-
Brad Hoekstra authored
-
- 21 Sep, 2018 3 commits
-
-
Anago GCB authored
-
k8s-ci-robot authored
cluster/gce and test/: update etcd:3.2.24-0 image to etcd:3.2.24-1
-
Anusha Ragunathan authored
Bootstrap initializes the necessary vSphere objects before the tests are run. A call to Bootstrap was missing in persistent_volumes-vsphere.go's BeforeEach. This results in Panic while running e2e tests for 'vsphere' provider with a stack trace like this: /usr/local/go/src/runtime/panic.go:502 +0x229 github.com/docker/kube-e2e-image/vendor/k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.1() /go/src/github.com/docker/kube-e2e-image/vendor/k8s.io/kubernetes/test/e2e/storage/vsphere/persistent_volumes-vsphere.go:77 +0xa21 github.com/docker/kube-e2e-image/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc4217c9b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/docker/kube-e2e-image/e2e_test.go:88 +0x2c8 testing.tRunner(0xc4206e01e0, 0x4212900) /usr/local/go/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:824 +0x2e0 This change fixes the Panic by calling Bootstrap. Testing: After this change, tests with FOCUS set to "PersistentVolumes:vsphere" dont Panic. They pass as expected. Signed-off-by:Anusha Ragunathan <anusha.ragunathan@docker.com>
-