Medya Ghazizadeh
d4374c42b2
test: use alpine for gvsior image in testdata ( #21059 )
...
* use alpine for gvsior image in testdata
* remove dup copy leftover
2025-07-14 14:02:47 -07:00
Sri Panyam
7b97f424c7
New flag to allow option for passing a config file for addon configure command. ( #20255 )
...
* Addon configuration now takes an optional config file to load from
instead of forcing prompts
Fixes #20124
* Using a rarer value for default instead of changeme so it has less chance to interfere with other possible user defaults
* Fixing expected values of test cases
* making addonConfigFile private
* Keeping registry_creds configs together.
* Starting a typed AddonConfig struct so each addon con loads its
configs in a typed way.
* Started configs for RegistryCreds using this convention and moved
registry_creds config processing to its own file
(configure_registry_creds.go)
* Making registry creds structs private and other PR feedback cleanups
* Changing default value back to 'changeme'
* Simplifying duplicate consts
* Adding missed comma
* lint fixes
* Generating docs
* Copyright for new file
2025-05-13 11:05:48 -07:00
Lan Liang
0d214f4ff8
Use 'registry.k8s.io' instead of 'gcr.io/google-containers'
...
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2025-01-28 05:06:12 +00:00
Steven Powell
412ec2a9b5
testing: Remove requesting full CPU for nginx test pod ( #19802 )
2024-10-17 11:57:06 -07:00
Steven Powell
c1f18cfaa4
CI: Use multi-arch example app image
2024-07-09 10:16:38 -07:00
锦南路之花
1a176c398e
fix: fix failed test when updating volcano
2024-06-16 18:33:21 +02:00
锦南路之花
d67dfb3d0a
addon: add addon for volcano
2024-05-22 11:44:06 -07:00
Predrag Rogic
937d6f6ea9
Merge branch 'kubernetes:master' into ha
2024-01-18 07:24:10 +00:00
Predrag Rogic
6f580e8a51
fix PingHostFromPods integration test by adding NET_RAW capabilities
2024-01-16 00:24:06 +00:00
Predrag Rogic
6b426e5385
fix PingHostFrom2Pods integration test by adding NET_RAW capabilities
2024-01-16 00:14:04 +00:00
Predrag Rogic
ad7fb3992c
support kubernetes ha cluster topology in minikube
2024-01-07 21:36:17 +00:00
Piotr Resztak
a51423df67
Add integration test for storage-provisioner-rancher addon
2023-09-23 17:41:14 +02:00
Steven Powell
47b5190e70
Merge branch 'master' into docker-env
2023-07-10 16:26:41 -07:00
Товарищ программист
508adea11f
feat: direct image build on containerd via docker-env
2023-07-02 02:08:27 +08:00
Fabricio Voznika
0b041f573b
Simplify containerd runtime configuration for gVisor
...
The previous code had a copy of `config.toml` which is easy to get out of
sync. Instead, append the necessary configuration to the existing file
to retain the rest of the configuration.
Also changed the location where `runsc` is downloaded to use the latest
release instead of hardcondig to a release which gets old quickly.
2023-06-15 14:01:41 -07:00
Товарищ программист
55868b1736
fix: quit minikube service when there is no available pods
2023-06-05 16:16:02 -07:00
Steven Powell
3631db33a2
Merge pull request #16069 from spowelljr/updateUbuntu22
...
Kicbase: Update base image to Ubuntu 22.04
2023-05-17 11:13:06 -07:00
Medya Ghazizadeh
dca5e634c5
Merge pull request #16489 from spowelljr/useGCRRegistry
...
testing: Use GCR image to prevent Docker Hub rate limits
2023-05-16 10:31:39 -07:00
Steven Powell
2dff834f92
added docker.io to all Docker Hub images that didn't have it
2023-05-12 09:44:24 -07:00
Steven Powell
c2840f0d66
test: Updated skaffold test to help prevent Docker Hub pull limit
2023-05-11 13:35:54 -07:00
Steven Powell
1b783fc952
testing: Use GCR image to prevent Docker Hub rate limits
2023-05-11 12:44:27 -07:00
Steven Powell
44c4657e4f
remove remaining references to k8s.gcr.io
2023-03-30 09:45:52 -07:00
Predrag Rogic
15bb620ca1
Merge branch 'master' into fix-TestNetworkPlugins-Linux_Docker
2023-01-18 02:43:47 +00:00
Predrag Rogic
818a7d9b33
fix remaining tests and ready for k8s-1.26.0
2023-01-04 21:02:48 +00:00
Predrag Rogic
670c294153
debug
2022-12-11 00:02:36 +00:00
Predrag Rogic
9ac814ae8d
test cri-dockerd v0.2.6
2022-12-10 02:42:16 +00:00
Predrag Rogic
11a8dbf830
fix TestNetworkPlugins tests for Linux with Docker driver
2022-12-07 12:34:14 +00:00
Товарищ программист
85c4d8837f
test: add integration test cases for minikube image build
2022-11-19 20:19:55 +08:00
Steven Powell
89d3ddd6df
remove deprecated PodSecurityPolicy from test yaml
2022-09-14 11:15:18 -07:00
Sharif Elgamal
1f763354ca
Merge pull request #12995 from eliaskoromilas/fpga-operator
...
InAccel FPGA Operator addon
2022-06-07 15:32:44 -07:00
Elias Koromilas
6364518066
Add inaccel/fpga-operator addon
...
Signed-off-by: Elias Koromilas <elias.koromilas@gmail.com>
2022-05-26 10:52:08 +03:00
Steven Powell
bc968683e6
use custom flannel
2022-05-25 14:54:45 -07:00
minikube-bot
d628748116
use antrea CNI
2022-05-25 18:15:35 +00:00
minikube-bot
2288dd2f6b
fix NetCatPod test
2022-05-24 23:34:18 +00:00
Predrag Rogic
422b43ece4
fix ingress for multinode
2022-01-22 23:23:58 +00:00
Steven Powell
0482478665
use minikube's own busybox image
2021-12-21 11:58:24 -08:00
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