- 10 Jan, 2019 14 commits
-
-
Clayton Coleman authored
Until we port the remaining e2e tests to use exec host pods instead of SSH, it should be possible to use bastion host when clusters don't expose public IPs for nodes. Testers can use the KUBE_SSH_BASTION environment variable set to a `host:port` to specify the host that the tests will use as a jump host. If KUBE_SSH_BASTION is specified, the test will first connect to the bastion using SSH and the provider private key, then establish a tunnel from the bastion to the target node by its IP. If the node has an external IP, the external IP must be routable from the bastion.
-
Clayton Coleman authored
Support KUBE_SSH_KEY_PATH as a single environment variable that if specified ignores the provider specific settinsg and loads the SSH private key from the provided path. Makes it much easier to specify a consistent signer across providers.
-
Clayton Coleman authored
Code movement only.
-
Kubernetes Prow Robot authored
Remove Sysctls feature gate from validation
-
Kubernetes Prow Robot authored
Fix Referencing non existing var in e2e_node/conformance/run_test.sh
-
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
-
Rajath Agasthya authored
-
Kubernetes Prow Robot authored
Sig windows tests
-
- 09 Jan, 2019 25 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 -
Davanum Srinivas authored
Change-Id: I16b9061c07f4a43aff9fe236892128af8697a0b4
-
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 1 commit
-
-
Jeff Grafton authored
-