Commit Graph

116 Commits (a034b40f8e8212bd9128ac4ae5bf3c91cc8c946c)

Author SHA1 Message Date
Thorsten Klein bb1f5bde71
[FIX/ENHANCEMENT] node/create: inherit registry config from existing nodes (#597) 3 years ago
iwilltry42 b4c910b729
runtimes/docker/network: only read ipam config if exists 3 years ago
Thorsten Klein 0b7de65ebd
fix/workaround: add workaround for cgroupv2 until fixed in k3s (#579) 3 years ago
iwilltry42 a576a0e295
fix/runtime/util: docker volume not mountable due to validation failure 3 years ago
Thorsten Klein 24cf263c73
[FEATURE] IPAM via subnet flag (#560) 3 years ago
Thorsten Klein 239adeb864
[Feature] Runtime Info (#553) 4 years ago
Konrad Malik e495fe83a8
[FEATURE] Memory Limits (#494, @konradmalik) 4 years ago
iwilltry42 6f5f4bb924
Remove containerd runtime implementation 4 years ago
iwilltry42 dbf3ff8172
getNodeContainer: regex to allow k3d-prefixed or non-prefixed name 4 years ago
iwilltry42 8b0174bed2
runtimes/docker/getgatewayip: properly catch non-existent ipam config 4 years ago
MichalK 76fc9ebed7
[Fix] Reuse registry in multicluster (fixes #485,@kuritka) (#486, @kuritka) 4 years ago
iwilltry42 e1384c91a2
server: trim the port off the dockerHost as it renders the kubeconfig unusable (fixes #487) 4 years ago
iwilltry42 601bef45d7
general: properly use variable default object labels 4 years ago
iwilltry42 ac96c9c448
simplify log outputs and increase timeout for tests 4 years ago
iwilltry42 b5c055f436
less loggigng 4 years ago
iwilltry42 746cbcd131
node: add start time field and use it when waiting for log messages 4 years ago
Erik Kristensen 63d54842c0
[Feature] Support docker over ssh (#324, @ekristen & @inercia) 4 years ago
iwilltry42 e7c43df434
properly handle initNode and normalize waiting for log messages to determine successful node starts 4 years ago
iwilltry42 7b8506b1d9
fix: proper handling of registries and networks when deleting clusters/nodes 4 years ago
iwilltry42 b7576591d2
fix: no duplicate network entry 4 years ago
iwilltry42 7a3edd9d7e
NodeSpec: transform network string to list of strings to allow checking out node networks 4 years ago
Thorsten Klein 185ffcd34f
[Enhancement] clusterDelete: proper node and network handling (#437) 4 years ago
iwilltry42 b36c49aac2
import image: add additional exception handling to avoid nil pointer exceptions 4 years ago
Alvaro 5dedac8cbb
Print the creation time for containers (#431) 4 years ago
Thorsten Klein c44c576d69
[Refactoring/Preparation] use real port structs as prep for registries (#427) 4 years ago
Thorsten Klein ecc025b35e
[Feature] Registry for v4 & Restructure Cluster Creation (#334) 4 years ago
Thorsten Klein 778f80d8fd
[FEATURE] Config File (#351) 4 years ago
iwilltry42 d7b25ac6ab
v3 -> v4 4 years ago
Fabrice Vergnenegre 2d8d60b005
FIX: #412 set Restart flag to true before creation (#413, thanks @fabricev) 4 years ago
iwilltry42 3c5690a507
cleanup docker-machine related logs 4 years ago
iwilltry42 aa3a54e3c9
do not use host.docker.internal IP for API on non-docker-machine setups of Docker for Desktop 4 years ago
Thorsten Klein 586b1c7eae
clusterCreate: use docker VM IP for API connection (#399) 4 years ago
Thorsten Klein d0158c97c6
clusterCreate: add docker's --gpus flag (#395) 4 years ago
iwilltry42 b5eeda74d6
execInNode: check if we have a response before trying to access the reader in case of error to avoid nil pointer exceptions 4 years ago
iwilltry42 425b9b709e
execInNode: do not read logreader too early, because that clears it for other read processes 4 years ago
iwilltry42 dcef0b1946
runtime/docker/node: logreader must not be nil 4 years ago
iwilltry42 ca23c6d898
clusterCreate/network: only use the exact chosen network 4 years ago
iwilltry42 c27410ea32
createCluster: Fix getHostIP edge cases 4 years ago
iwilltry42 11cc797922
overall/logging: new trace log level 4 years ago
iwilltry42 dc0ba9873b
patch CoreDNS configmap with host.k3d.internal 4 years ago
iwilltry42 972c004930
add entry for host.k3d.internal to /etc/hosts in the node containers 4 years ago
iwilltry42 b5a9d6397f
fix unittests 4 years ago
iwilltry42 1285fb90c4
overall: add node status field 4 years ago
kshelton eaa7784625 Handle leading '/' in names for docker runtime 4 years ago
iwilltry42 ec3f10ec57
use server/agent instead of master/worker 4 years ago
iwilltry42 76d90478f5
Go Module: use v3 for go module compatibility 4 years ago
iwilltry42 3cd1a05b91
Maintenance: move all labels to constants and fix log formatting issues 4 years ago
iwilltry42 76b7450b02
remove --runtime root flag and make docker the default 4 years ago
iwilltry42 f39a9513fd
dependencies: update docker dependencies to fix issues with failing windows builds introduced by the usage of the archive package 4 years ago
iwilltry42 dbb24f4e1c
loadImages: accept mixed runtimeImage and tarball args 4 years ago