Predrag Rogic
ea3aa4f3a8
support ingress-dns addon, add tests
2021-10-28 04:14:35 +01:00
Claudiu Belu
5725517088
Updates E2E test images registry
...
We're moving away from google.com gcp projects. These images are now on community-owned infra.
Note that the dnsutils image has been centralized into the agnhost image.
2021-09-15 10:37:47 -07:00
Sharif Elgamal
e208803793
fix boilerplate date
2021-09-15 11:35:58 -07:00
Sharif Elgamal
803fc43e26
fix ingress-dns addon and add test
2021-09-14 17:41:26 -07:00
Predrag Rogic
7466e4a109
fix gcpauth and olm for k8s v1.22+
2021-08-24 18:40:22 +01:00
Predrag Rogic
abd52901cf
fix ingress for k8s v1.22+
2021-08-24 18:05:44 +01:00
Medya Gh
4e32f41c83
move away from v1beta apis
2021-08-10 14:24:43 -07:00
Sharif Elgamal
c1e386f4f2
add new eu image yaml
2021-08-03 13:22:38 -07:00
Sharif Elgamal
ed9c3876fd
add test for alternate certificate sync location
2021-07-21 18:01:39 -07:00
Peixuan Ding
7d678302de
fix flaky OLM addon test by increasing timeout limit
2021-05-07 17:56:05 -04:00
Medya Ghazizadeh
b31da8d335
Merge pull request #11189 from govargo/fix-ingress-addon
...
[Ingress Addon] Fix bug which the networking.k8s.io/v1 ingress is always rejected
2021-04-25 14:42:37 -07:00
Kent Iso
cc9afff3ce
Fix bug which the networking.k8s.io/v1 ingress is always rejected by ValidatingWebhookConfiguration
2021-04-25 06:35:49 +09:00
Anders F Björklund
c9a0a7a8aa
Move the BuildImage test over to functional test
2021-04-23 17:50:02 +02:00
Anders F Björklund
a5f835bb02
Add skeleton for minikube image integration test
2021-04-22 08:53:34 +02:00
Predrag Rogic
74537ca47f
bump
2021-04-07 19:30:37 +01:00
Predrag Rogic
387ad774bb
multinode: fix kindnet and dns issues
2021-04-05 16:18:37 +01:00
Sharif Elgamal
4791950cf8
actual valid yaml would be nice
2021-03-24 17:00:19 -07:00
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