锦南路之花
3e10cfc387
addon: add auto updater for volcano addon
2024-05-22 11:44:06 -07:00
锦南路之花
d67dfb3d0a
addon: add addon for volcano
2024-05-22 11:44:06 -07:00
Predrag Rogic
d6c612fcba
improve kube-vip cp lb auto-enable
2024-03-13 01:48:48 +00:00
Medya Ghazizadeh
8ec4c89456
Merge pull request #17909 from prezha/ha
...
Support multi-control plane - HA clusters
2024-03-06 12:02:51 -08:00
Predrag Rogic
8c4e1a0f8b
workaround for cp bug 63245 and rename TestHA to TestMutliControlPlane
2024-03-05 01:16:08 +00:00
Predrag Rogic
6f4d0f1f3b
Merge branch 'kubernetes:master' into ha
2024-03-03 18:57:51 +00:00
Steven Powell
88f327710c
testing: Update oldest supported K8s version to v1.20
2024-02-28 15:46:47 -08:00
Predrag Rogic
54c6e698a7
add "(multi-control plane)" after each reference to "ha"
2024-02-25 20:00:08 +00:00
Steven Powell
4d32230e3e
fix lint errors
2024-02-12 17:32:14 -08:00
Predrag Rogic
86e00e66d7
Merge branch 'kubernetes:master' into ha
2024-01-31 01:38:28 +00:00
Steven Powell
fc27285b44
add success message if log file path provided
2024-01-19 16:26:24 -08: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
a26ebbf18a
Merge branch 'kubernetes:master' into ha
2024-01-13 11:55:23 +00:00
Predrag Rogic
838ea0c7fb
Merge pull request #17944 from prezha/fix-TestRunningBinaryUpgrade
...
bump legacyVersion to v1.26.0 from 2022-06-23
2024-01-13 11:54:56 +00:00
Predrag Rogic
5d3de2a55c
bump legacyVersion to v1.26.0 from 2022-06-23
2024-01-12 22:50:01 +00:00
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
Predrag Rogic
ad7fb3992c
support kubernetes ha cluster topology in minikube
2024-01-07 21:36:17 +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