- 07 Mar, 2019 20 commits
-
-
Kubernetes Prow Robot authored
Disable Windows Defender in Windows nodes on GCE again.
-
Kubernetes Prow Robot authored
Adding a check to make sure Metadata is read only if flag value is true.
-
Kubernetes Prow Robot authored
add subcommand `kubectl create cronjob`
-
Kubernetes Prow Robot authored
Promote CSI raw blocks to beta
-
Kubernetes Prow Robot authored
Update klog dependency
-
Kubernetes Prow Robot authored
kubectl e2e: test client-side validation behavior on CustomResources
-
Kubernetes Prow Robot authored
Adding an e2e test on Windows GMSA support
-
Kubernetes Prow Robot authored
Remove duplicate package import
-
Kubernetes Prow Robot authored
Allow Overlay loadbalancing to Public IP in Windows
-
Kubernetes Prow Robot authored
Distinguish between volume path and mount path
-
Kubernetes Prow Robot authored
GetMountRefs fixed to handle corrupted mounts by treating it like an unmounted volume
-
Kubernetes Prow Robot authored
bazel: improve multi-arch support for docker image artifacts
-
Kubernetes Prow Robot authored
fake client object tracker: support merge patch
-
Kubernetes Prow Robot authored
Kubeadm test Isolation: #74464
-
Kubernetes Prow Robot authored
Install Stackdriver agent in Windows nodes on GCE.
-
Kubernetes Prow Robot authored
Fix some golint failures for pkg/kubelet/apis/...
-
Kubernetes Prow Robot authored
e2e/storage: testing of external storage drivers
-
Kubernetes Prow Robot authored
dynamic audit e2e test
-
Jean Rouge authored
This patch is adding an e2e on the Windows GMSA support added in https://github.com/kubernetes/kubernetes/pull/73726 and https://github.com/kubernetes/kubernetes/pull/74737. Signed-off-by:
Jean Rouge <rougej+github@gmail.com>
-
Jean Rouge authored
Signed-off-by:Jean Rouge <rougej+github@gmail.com>
-
- 06 Mar, 2019 20 commits
-
-
Kubernetes Prow Robot authored
update vendoring of kustomize
-
Kubernetes Prow Robot authored
Add CSI Migration feature flags for Cinder In tree Driver
-
David Zhu authored
unmounted volume
-
Patrick Ohly authored
It is useful to apply the storage testsuite also to "external" (= out-of-tree) storage drivers. One way of doing that is setting up a custom E2E test suite, but that's still quite a bit of work. An easier alternative is to parameterize the Kubernetes e2e.test binary at runtime so that it instantiates the testsuite for one or more drivers. Some parameters have to be provided before starting the test because they define configuration and capabilities of the driver and its storage backend that cannot be discovered at runtime. This is done by populating the DriverDefinition with the content of the file that the new -storage.testdriver parameters points to. The universal .yaml and .json decoder from Kubernetes is used. It's flexible, but has some downsides: - currently ignores unknown fields (see https://github.com/kubernetes/kubernetes/pull/71589) - poor error messages when fields have the wrong type Storage drivers have to be installed in the test cluster before starting e2e.test. Only tests involving dynamically provisioned volumes are currently supported.
-
Jeff Grafton authored
-
Kubernetes Prow Robot authored
Fix panic in kubectl cp command
-
Kubernetes Prow Robot authored
Promote mkumatag to approver in test/images
-
Jeff Grafton authored
-
Jeff Grafton authored
-
Peter Hornyack authored
This reverts commit fbf4fe47. Windows Defender seems to be causing our Windows nodes to crash and reboot during e2e tests, e.g. https://gcsweb.k8s.io/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce/228/artifacts/e2e-228-36623-windows-node-group-q4.
-
Jeff Grafton authored
-
Kubernetes Prow Robot authored
Fixing a small bug with GMSA support
-
Michael Taufen authored
-
Ben Swartzlander authored
-
Kubernetes Prow Robot authored
kubeadm: Don't hardcode temp path in a test
-
Kubernetes Prow Robot authored
kubeadm: amend flags for join phases
-
Kubernetes Prow Robot authored
fix bug iscsi volume attach failed of /sys/class/iscsi_host dir not e…
-
Rohit Jaini authored
-
Kubernetes Prow Robot authored
e2e test updates for CSIDriver and CSINode beta
-
Kubernetes Prow Robot authored
Clean up self-set node labels
-