Commit Graph

204 Commits (185ffcd34f9a08af394e2e8564a0ca0e6523511e)

Author SHA1 Message Date
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
Josh Soref e7802d2def
docs: spell checking (#434, @jsoref) 4 years ago
iwilltry42 418275565c
disable hostname validation for registry to allow dotted names like registry.localhost 4 years ago
iwilltry42 eafae0073a
registry: allow creating new and using existing registries 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
iwilltry42 d042c79df2
unify the registry type 4 years ago
iwilltry42 621640c901
rename ExposedPort 4 years ago
iwilltry42 0c32c36d99
rename Registry field from name to host 4 years ago
iwilltry42 a58785f442
rename externalRegistry field from name to host 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
Alvaro a93932e5b6
[Feature] Options for formatted output of `cluster list` (#416, @inercia)) 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 a385241c77
clusterDelete: no error if no cluster was found (fixes #379) 4 years ago
iwilltry42 425b9b709e
execInNode: do not read logreader too early, because that clears it for other read processes 4 years ago
iwilltry42 b69b874098
clusterCreate/injectHostIP: use 'busybox xargs' directly instead of relying on 'xargs' link, which is missing in some images 4 years ago
iwilltry42 d097caf7d3
clusterCreate: move inject hostIP to separate func 4 years ago
iwilltry42 dcef0b1946
runtime/docker/node: logreader must not be nil 4 years ago
iwilltry42 f0ad42ce8d
clusterCreate: simple change to serialize joining server nodes 4 years ago
iwilltry42 584bf71592
createCluster: wait for 'k3s is up and running' instead of 'Running kubelet' to ensure that the API-Server is up 4 years ago
iwilltry42 ca23c6d898
clusterCreate/network: only use the exact chosen network 4 years ago
iwilltry42 bfbd2873d9
clusterCreate: add extra logs for host record injection 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 da0b23331f
clusterCreate: less breaking hostIP injection 4 years ago
iwilltry42 d063482a32
clusterCreate: add --no-hostip flag to disable the automatic injection of the host.k3d.internal entry into /etc/hosts and CoreDNS 4 years ago
iwilltry42 60069f6f19
fix typo 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 5fbd42898e
clusterStart: also don't wait for serverlb if it's running already 4 years ago
iwilltry42 d5709b9a09
clusterStart: do not try to start node if it's already running to avoid waiting forever on a log message 4 years ago
iwilltry42 d3c5cfb766
fix: allow allow port-ranges on the loadbalancer 4 years ago
iwilltry42 cc3fe46a23
clusterList: include node state 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 e5d093d3ce
clusterList: add bool for loadbalancer 4 years ago
iwilltry42 ec3f10ec57
use server/agent instead of master/worker 4 years ago
iwilltry42 b02c783130
adjust toplevel pkg functions to new syntax 4 years ago
iwilltry42 eac293a263
Overall: helper container images should always use same tag as CLI or fallback to latest 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