Sharif Elgamal
0bfee479ed
add integration test for pulling private image
2021-03-24 16:18:28 -07:00
Medya Ghazizadeh
3e869e0b7c
Merge pull request #10198 from anencore94/minikube-scp
...
Add minikube cp command as new feature
2021-03-23 12:43:02 -07:00
Medya Ghazizadeh
38ed70aa32
Merge pull request #10798 from govargo/csi-hostpath-v1.6.0
...
Upgrade csi-hostpath-driver addon to v1.6.0
2021-03-23 00:01:29 -07:00
Kent Iso
fb216ddc93
Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0)
2021-03-20 04:07:21 +09:00
Kent Iso
788e910073
Upgrade csi-hostpath addon to v1.6.0
2021-03-19 21:48:48 +09:00
Medya Ghazizadeh
31f9ab55b4
Merge pull request #10526 from hetong07/multinode-test
...
test: Add new test for multinode: two pods on two nods have different IPS
2021-03-16 09:35:33 -07:00
anencore94
76f3c72e82
[Feature] Add minikube cp command
...
- add new feature represents cp local file into minikube
- add functional test for cp command
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2021-03-08 10:51:15 +09:00
hetong07
b4c4424f14
Validate each node could resolve a local service, and rename the delopyment file name.
2021-03-04 16:26:59 -08:00
hetong07
24df623049
Multinode-test: create 2 pods deployment and validate the DNS is available to them.
2021-03-04 16:01:26 -08:00
Kent Iso
5a9e5fecf2
Upgrade VolumeSnapshot to GA(v1)
2021-03-04 00:02:27 +09:00
BLasan
ba32668192
Add resource requests & limits for mysql test
2021-01-25 02:49:11 +05:30
Ilya Zuyev
a072e89d99
Merge branch 'master' into gh_7422-reuse_hyperkit_driver
2020-10-15 12:55:44 -07:00
Ilya Zuyev
39410181b1
Integration tests: update README in testsdata
2020-10-15 11:57:58 -07:00
Sharif Elgamal
95f5bc6107
add integration test of gcp-auth addon
2020-10-08 13:25:19 -07:00
Ilya Zuyev
2641e3d34d
Add hyperkit driver v1.11.0 to testdata
2020-10-05 22:09:31 -07:00
jjanik
b696eb614a
csi-hostpath-driver & volumesnapshots addons docs and test
2020-09-04 18:54:33 +02:00
Priya Wadhwa
ae7fbaf8f9
make sure files are actually being maintained in PVCs in our integration test
2020-08-03 15:50:42 -04:00
Priya Wadhwa
5e899a81cc
Make sure cluster roles are applied to the service account the storage provisioner runs under
2020-08-03 15:23:45 -04:00
Priya Wadhwa
0941f0f65c
update profile name to be 'minikube'
2020-07-20 17:43:31 -04:00
Priya Wadhwa
c14e024fa5
Add push:false to skaffold.yaml
...
Since skaffold only knows you are running a local cluster if that cluster's profile name is 'minikube'
2020-07-20 17:26:55 -04:00
Priya Wadhwa
aa51f179bb
Add integration test to test against latest skaffold release
...
This PR:
1. Adds an integration test to test minikube against the latest skaffold release
1. Adds in a sample skaffold app from the skaffold repo to test
1. Adds this test to the addons_certs_docker_ubuntu Github Actions test
2020-07-20 16:45:49 -04:00
Thomas Stromberg
9e95435e00
Add --cni flag, fix --network-plugin=kubenet
2020-06-23 20:10:25 -07:00
Thomas Stromberg
d45471ca8d
Add certificate sync integration test
2020-03-04 14:48:40 -08:00
Nanik T
aaae707702
Add test case to test file sync between host and VM.
...
Executing 'minikube start' when it is currently running
will allow user to sync folder under MINIKUBE_HOME/files
to the VM.
The test case will copy a file to the MINIKUBE_HOME/files/etc
folder to be copied to the VM /etc/ folder.
2019-11-27 06:49:10 +11:00
Thomas Stromberg
f34b51db65
default-ulimit should be an arg, not an environment var
2019-10-29 07:56:31 -07:00
Jose Donizetti
6ee291b07a
Add hyperkit installOrUpdate test
2019-09-18 13:06:48 -03:00
Thomas Stromberg
7a5042793b
Merge branch 'master' into norunner2
2019-09-11 11:54:24 -07:00
Thomas Stromberg
90608a3169
Refactor parallelized integration tests for clarity
2019-09-11 09:59:38 -07:00
josedonizetti
0cf4921c14
Add drivers.InstallOrUpdate acceptance tests
2019-09-11 11:34:29 -03:00
Ian Lewis
d14bdbced7
Update gvisor runsc version
...
- Updates the gvisor addon to use containerd shim v2
- Updates the version of runsc
- Auto-installs a gvisor RuntimeClass
Issue #4482
2019-08-26 05:02:22 +00:00
Priya Wadhwa
1a49eecaf7
Upload gvisor-addon to integration tests bucket; build gvisor image from common.sh
2019-07-09 17:08:36 -07:00
Y.Horie
8c88558cb0
Fix busybox version in integration tests
...
Fixes https://github.com/kubernetes/minikube/issues/4475 related to this https://github.com/docker-library/busybox/issues/48
2019-06-13 22:30:27 -07:00
priyawadhwa
8f128a7d10
Enable gvisor addon in minikube ( #3399 )
...
This PR adds the code for enabling gvisor in minikube. It adds the pod
that will run when the addon is enabled, and the code for the image
which will run when this happens.
When gvisor is enabled, the pod will download runsc and the
gvisor-containerd-shim. It will replace the containerd config.toml and
restart containerd.
When gvisor is disabled, the pod will be deleted by the addon manager.
This will trigger a pre-stop hook which will revert the config.toml to
it's original state and restart containerd.
2018-12-07 15:27:22 -08:00
Balint Pato
ae9f4b20c7
minikube tunnel ( #3015 )
...
This commit introduces a new command, `minikube tunnel`, a LoadBalancer emulator functionality, that must be run with root permissions.
This command:
* Establishes networking routes from the host into the VM for all IP ranges used by Kubernetes.
* Enables a cluster controller that allocates IPs to services external `LoadBalancer` IPs.
* Cleans up routes and IPs when stopped (Ctrl+C), when `minikube` stops, and when `minikube tunnel` is ran with the `--cleanup` flag
2018-10-18 11:01:47 -07:00
kairen
745645b929
Use yaml file to create nginx pod and service
2017-12-02 03:28:47 +08:00
kairen
06f52cfe3e
Add integration test for ingress addon
2017-12-01 18:40:30 +08:00
Matt Rickard
86ecc90fe2
Run busybox integration test in default namespace
...
If we choose a random namespace, the test will fail since RBAC
permissions will not be set up correctly.
This also chooses a randomly generated name, so that if we are running
an integration test while another busybox pod is still cleaning up,
there are no errors
2017-09-08 20:14:21 -07:00
Matt Rickard
211ebb8a69
Use kubernetes client in integration tests
2017-08-23 13:09:30 -07:00
dlorenc
56b45d6488
Move the pod setup outside of the mount test loop. ( #1423 )
...
Deleting pods with HVs takes some time, so let's do that separately.
2017-04-27 12:50:04 -07:00
Aaron Prindle
8e801e3975
Update mount implementation, add mount integration tests, and check that path exists.
2017-04-06 13:39:25 -07:00
Dan Lorenc
8fd8564acd
Add an integration test for pvcs.
2017-02-27 13:43:19 -08:00
Dan Lorenc
855dcf37a1
Switch e2e tests to use glibc.
2017-01-07 16:37:44 -08:00
Dan Lorenc
85ca802888
Switch the DNS test to use GCR instead of dockerhub.
2016-07-11 09:14:51 -07:00
aprindle
9821f71ca4
Added dns integration test
2016-06-03 09:40:43 -07:00