Commit Graph

181 Commits (0af704992b151c4c6512ddba2026d7f54bbf107a)

Author SHA1 Message Date
iwilltry42 d78ef48932
getHostIP: do not emit confusing warning that doesn't affect usability 3 years ago
iwilltry42 3cc4c5c5af
error on K3D_FIX_DNS=1 with /etc/resolv.conf mounted 3 years ago
Simon Baier d0898bf9d8
[Enhancement]: improve image loading performance (#826) 3 years ago
iwilltry42 798c47aadd
clusterPrepNetwork: reserve an extra IP in an k3d-IPAM network to avoid conflicts with k3d-tools 3 years ago
iwilltry42 25abac918a
fix: do not do any network magic when using hostnetwork 3 years ago
iwilltry42 ef139c9ab1 nodeAddToCluster: add host.k3d.internal /etc/Hosts injection as postStartAction 3 years ago
iwilltry42 fd65d958d2 nodeHooks: add Description field and Name()/Info() functions 3 years ago
Eng Zer Jun 5e5a35c67c
refactor: move from io/ioutil to io and os package (#827) 3 years ago
Thorsten Klein f8f17caf78
[Cleanup] Types, ready-log-messages & closing connections (#818) 3 years ago
Thorsten Klein 7113694ab5
[Enhancement] Edit CoreDNS ConfigMap on disk for more reliability (#814) 3 years ago
Thorsten Klein 12180ffdd5
[Fix] more resilient post-create cluster preparation (DNS) (#780) 3 years ago
John Poth de2cda4396
[FIX] Add HostFromClusterNetwork from KEP-1755 (#754) 3 years ago
iwilltry42 1e9c20e0a9
do not use logreader if it doesn't exist 3 years ago
Benjamin Blattberg 2040a458b1
[FIX] Prevent segmentation fault with --no-lb and --verbose/trace (#775) 3 years ago
iwilltry42 5f2ea9aac0
speed up /etc/hosts injection 3 years ago
Thorsten Klein 67d8c8c84f
[Enhancement/Fix] Properly use env/runtime info and inject dns accordingly (#758) 3 years ago
Thorsten Klein 3b9d8373e1
[Docs] v5 update (#740) 3 years ago
iwilltry42 7073a8fad7 migrate to module rancher/k3d/v5 3 years ago
iwilltry42 5aa1edfb73
update to go1.17 and update direct dependencies 3 years ago
iwilltry42 630788f1e7 clusterCreate: add --lb-config-override flag 3 years ago
Thorsten Klein 7ba71ad66c
[Feature] CreateNode: add token and network flags and allow remote cluster (#734) 3 years ago
iwilltry42 78738058c8
fix regression on checking edac folder introduced by wrapping a nil error 3 years ago
iwilltry42 6f76f8ce5d
fix: delete k3d-tools node after gathering environment information, so it doesn't block an IP in a designated subnet 3 years ago
iwilltry42 6d45a15e05 fix/cluster: do not use the same nodestartopts value for all nodes 3 years ago
iwilltry42 9efe980789 overall: make error handling and error logs a bit more streamlined 3 years ago
Thorsten Klein b4158a1dc1
[Enhancement] Network Magic (#721) 3 years ago
Thorsten Klein 212979d0bb
[Enhancement] DNS Injection (#718) 3 years ago
Mateusz Urbanek 917c19eae5
feat(logging): using new package containing logrus.Logger instead of global scope logrus (closes #583) (#699, @Shanduur) 3 years ago
iwilltry42 25c6f65948
fix: clusterGet no error on no lb config 3 years ago
Thorsten Klein 6941159ac6
[Enhancement] Create workers/helpers concurrently (#678) 3 years ago
Thorsten Klein 607382056b
[Fix] Simplify and Fix docker client creation (#674) 3 years ago
iwilltry42 2516cad12e
allow for adding ports to a running cluster via the loadbalancer 3 years ago
iwilltry42 4132757f34
ports: no nodefilter or loadbalancer nodefilter should default to use all servers & agents as upstream 3 years ago
iwilltry42 95ecaf77e0
fix nilpointer exception when cluster loadbalancer is not specified 3 years ago
iwilltry42 6f1f58a2c2
fix missing merge conflict resolutions 3 years ago
iwilltry42 8fef6aee09
fix usage of the new loadbalancer type and ordering when cluster is created 3 years ago
iwilltry42 fb1c45b9ae
client/cluster:make injecting the coredns entry for host.k3d.internal more robust 3 years ago
iwilltry42 edfd54c6d5
remove debug logs for merged kubeconfig as they add too much noise 3 years ago
iwilltry42 91db3f647c
changes when creating clusters + new nodefilter syntax 3 years ago
iwilltry42 8e29ad4f1a
add some more portmapping work 3 years ago
Thorsten Klein 2092ceaaa9
[FEATURE] add ability to add ports to an existing loadbalancer (#615) 3 years ago
iwilltry42 7bcb1730c6
nodeCreate: remove dead code and parallelize adding nodes to the cluster completely 3 years ago
iwilltry42 e063405b02
some really final log output after creating/deleting nodes 3 years ago
iwilltry42 1a68ae0372
updatelbconfig: check for log output to see if the update succeeded and give proper info 3 years ago
iwilltry42 4a84874a86
nodeWaitForLogMessage: log found target line when on >= trace level logging 3 years ago
iwilltry42 a4dc34531a
node/edit: use new loadbalancer config file for ports update 3 years ago
iwilltry42 2b2041f028
loadbalancer: use auto-reload for confd (file watcher) 3 years ago
iwilltry42 339187b4da
adapt updating the loadbalancer config when adding a new node 3 years ago
iwilltry42 2daf3872ca
nodeAdd: do not copy ports from existing node (+ some cleanup) 3 years ago
iwilltry42 44a79c4670
types/node: add nodehooks to node struct to have them around at any stage (TO-DO: use this everywhere -> breaking change) 3 years ago