Predrag Rogic
c209e1b6ee
remove redundant calls to PostMortemLogs()
2024-01-11 21:56:42 +00:00
Predrag Rogic
8b0d861b69
separate each k8s version testrun into individual profiles
2024-01-11 21:21:56 +00:00
Steven Powell
ed91699c0a
Merge pull request #17775 from marcnuri-forks/feat/addons-yakd
...
Add YAKD - Kubernetes Dashboard addon
2023-12-20 11:26:27 -08:00
Marc Nuri
1ae179d9d6
test: yakd enabled in addons IT setup phase
2023-12-13 17:16:16 +01:00
Marc Nuri
0078ccddd6
feat: add yakd addon
...
Add an addon for automatically setting up [YAKD (Yet Another Kubernetes Dashboard)](https://github.com/manusa/yakd )
This is an alternative Kubernetes Dashboard with special support for Minikube, OpenShift, and other flavors of Kubernetes.
It was originally started as an example project for [YAKC (Yet Another Kubernetes Client)](https://github.com/manusa/yakc ) but it was recently spun off as a separate project.
Regarding Minikube, it offers specific functionality such as cluster detection, support for opening NodePort services from the interface, and more.
2023-12-12 19:36:37 +01:00
Martin Jirku
cd1af85eb0
minikube cp will create nonexisten directory instead of fail
...
Signed-off-by: Martin Jirku <martin@jirku.sk>
2023-12-02 22:01:32 +01:00
Medya Ghazizadeh
d8422bf5d7
Merge pull request #16416 from marcellmartini/feature/issue-16415
...
Feature: Make kubeadm.applyNodeLabels apply label to all nodes
2023-11-29 12:02:29 -08:00
Predrag Rogic
251fdc5c9d
todo: switch from 'minikube image list' to 'crictl images'
2023-11-28 01:21:53 +00:00
Predrag Rogic
44821c0dee
use 'minikube image list' instead of 'crictl images'
2023-11-21 23:39:24 +00:00
Predrag Rogic
b05b464e0c
handle kubernetes versions before v1.24 with docker as container runtime
2023-11-18 21:15:48 +00:00
Steven Powell
b796a30efa
test: Fix image path in cached-images
2023-10-12 13:55:50 -07:00
Steven Powell
22046cd4a0
add missing label selector
2023-10-05 17:18:30 -07:00
Steven Powell
1af615dd55
increase test timeout
2023-10-05 17:18:30 -07:00
Steven Powell
d07ff48d5a
add nvidia-device-plugin test
2023-10-05 17:18:30 -07:00
Steven Powell
8c806400eb
fix checkout output
2023-10-03 09:29:07 -07:00
Steven Powell
b0c4458781
fix test name
2023-09-29 13:07:25 -07:00
Steven Powell
e57a3f8718
Fix enabling & disabling addons with non-existing cluster
2023-09-29 13:03:13 -07:00
Piotr Resztak
a51423df67
Add integration test for storage-provisioner-rancher addon
2023-09-23 17:41:14 +02:00
Predrag Rogic
82046a4646
set minimum minikube legacy version to v1.26.0 for containerd cri
2023-09-09 02:00:11 +01:00
Steven Powell
47b5190e70
Merge branch 'master' into docker-env
2023-07-10 16:26:41 -07:00
Товарищ программист
a814542ad3
feat: use automated ssh-agent in docker-env
2023-07-07 00:35:43 +08:00
Товарищ программист
3d1b44055a
Add auto add-host and ssh-agent for docker-env
2023-07-02 02:52:41 +08:00
Товарищ программист
d1138d879d
Apply suggestions from code review
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-02 02:08:43 +08:00
Товарищ программист
df8154a5e5
Apply suggestions from code review
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-02 02:08:43 +08:00
Товарищ программист
e1f77e8f40
Apply suggestions from code review
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-07-02 02:08:27 +08: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
Medya Gh
0610a1f81e
use legacy func in test
2023-06-14 11:57:47 -07:00
Anders F Björklund
257642245b
The CNI warnings are not given for Docker
...
You can still use other network plugins, with it.
Just that cni is now used by default, for 1.24 up.
2023-06-13 20:33:26 -07:00
Anders F Björklund
425f129978
Replace hardcoded docker check with cni check
2023-06-13 20:33:26 -07:00
Steven Powell
64df06f08a
Merge pull request #15079 from ComradeProgrammer/fix_14592
...
fix: quit minikube service when there is no available pods
2023-06-12 10:42:08 -07:00
Товарищ программист
ec9c259df3
Update test/integration/functional_test.go
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-10 21:43:54 +08:00
Steven Powell
f78b0cbe6a
TestPreload: Fix image list with cri-o CRI
2023-06-08 12:31:13 -07:00
Товарищ программист
dbbed77623
Update test/integration/functional_test.go
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2023-06-07 23:09:30 +08: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
Medya Ghazizadeh
642583ef60
Merge pull request #16492 from spowelljr/addSetupSubtest
...
testing: added Setup subtest for ImageBuild
2023-05-16 10:30:51 -07:00
Steven Powell
5b63431c6d
fix ImageLoadFromFile reporting false failures
2023-05-15 12:22:11 -07:00
Steven Powell
9a4aed37ca
add --alsologtostderr to functional images tests
2023-05-15 10:54:37 -07:00
Medya Ghazizadeh
2f2eeea723
Merge pull request #16491 from spowelljr/updateSkaffoldTest
...
test: Updated skaffold test to help prevent Docker Hub pull limit
2023-05-12 14:45:10 -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
d6c37ee3ba
Merge pull request #15869 from yolossn/addon_inspektor_gadget
...
Addon: add inspektor-gadget
2023-05-11 18:20:45 -07:00
Steven Powell
b0541241d7
testing: added Setup subtest for ImageBuild
2023-05-11 14:56:03 -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
yolossn
c6878c4733
Addon: add inspektor-gadget
...
Signed-off-by: yolossn <sannagaraj@microsoft.com>
2023-05-11 15:24:34 +05:30
Marcell Martini
c6393b84fb
Add on expectedLabels a missing label.
2023-05-09 14:40:39 -04:00
Marcell Martini
38d59318b0
Add test to MultiNodeLabels.
2023-05-09 14:40:39 -04:00
Steven Powell
66ea3c6634
fix none tests relying on sudo
2023-05-02 10:23:58 -07:00