- 14 Jan, 2019 1 commit
-
-
Palash Nigam authored
Related to: #34059 Removes all occurences of the "Expect(err).NotTo(HaveOccurred())" antipattern from the aforementioned test file.
-
- 10 Jan, 2019 8 commits
-
-
Kubernetes Prow Robot authored
Merge pull request #72727 from bart0sh/PR0057-kubeadm-selfhosting-pivot-controller-manager-add-front-proxy-ca kubeadm: add front-proxy CA certificate to selfhosting controller-manager
-
Kubernetes Prow Robot authored
e2e/auth: fix NodeAuthenticator tests not working
-
Kubernetes Prow Robot authored
int tests: stop special casing KUBE_TEST_ARGS
-
Kubernetes Prow Robot authored
Remove container type from kubelet runtime labels
-
Kubernetes Prow Robot authored
SupportPodPidsLimit feature beta with tests
-
Kubernetes Prow Robot authored
No need to pass GOFLAGS to $goflags variables with go 1.11
-
Kubernetes Prow Robot authored
Perfect some logs description
-
Kubernetes Prow Robot authored
Sig windows tests
-
- 09 Jan, 2019 24 commits
-
-
Kubernetes Prow Robot authored
Move users of `factory.NewConfigFactory` to `scheduler.New`
-
Kubernetes Prow Robot authored
delete as much content from a namespace as possible
-
Andy Goldstein authored
Stop special casing KUBE_TEST_ARGS and limiting the API group/version settings to "v1" when running the tests. This was helpful in the past when we used to test multiple values for KUBE_TEST_API_VERSIONS - if you were specifying KUBE_TEST_ARGS to run a single test case, you probably didn't want to have it tested for multiple values of KUBE_TEST_API_VERSIONS. Now, however, KUBE_TEST_API_VERSIONS comes from KUBE_AVAILABLE_GROUP_VERSIONS by default, which is a single list instead of multiple, so we shouldn't need to special case KUBE_TEST_ARGS any more. This is especially necessary because certain tests that are using testapi break if KUBE_TEST_API_VERSIONS is just "v1". Signed-off-by:Andy Goldstein <goldsteina@vmware.com>
-
David Eads authored
-
Kubernetes Prow Robot authored
Fixing Update Function in FakeCustomStore
-
Kubernetes Prow Robot authored
Fix typo
-
Kubernetes Prow Robot authored
fix some typos
-
Patrick Lang authored
-
Derek Carr authored
-
Kubernetes Prow Robot authored
Move PodShareProcessNamespace feature gate out of validation
-
Kubernetes Prow Robot authored
Expose kms timeout value via encryption config.
-
Ed Bartosh authored
Selfhosting pivoting fails when using --store-certs-in-secrets as controller-manager fails to start because of missing front-proxy CA certificate: unable to load client CA file: unable to load client CA file: open /etc/kubernetes/pki/front-proxy-ca.crt: no such file or directory Added required certificate to fix this. This should fix kubernetes/kubeadm#1281 -
Kubernetes Prow Robot authored
Change `getBinderFunc` from method to function
-
Kubernetes Prow Robot authored
Move PodReadinessGates feature gate out of validation
-
Rajath Agasthya authored
-
Kubernetes Prow Robot authored
bazel: refactor openapi-gen logic for new kazel
-
Kubernetes Prow Robot authored
Moving PersistentLocalVolumes feature gate check from validation
-
Kubernetes Prow Robot authored
Move VolumeSnapshotDataSource feature gate check from validation
-
Kubernetes Prow Robot authored
Move getNextPod to closure
-
Kubernetes Prow Robot authored
Diff between PULL_BASE_SHA and HEAD when detecting file changes from Prow
-
Kubernetes Prow Robot authored
68907 added the slow spec threshold option to ginkgo
-
sunxiaofei03 authored
-
Kubernetes Prow Robot authored
Aesthetic changes and fix typo
-
Kubernetes Prow Robot authored
Device plugins: fix e2e test
-
- 08 Jan, 2019 7 commits
-
-
Jeff Grafton authored
-
Jeff Grafton authored
-
Jeff Grafton authored
Also switch from github.com/kubernetes/repo-infra to k8s.io/repo-infra.
-
Jeff Grafton authored
-
Jeff Grafton authored
-
Vy Ta authored
-
Guoliang Wang authored
-