Commit Graph

437 Commits (1afe36033dc7f28479ce3de1e3c3c3efba772e6e)

Author SHA1 Message Date
Mateusz Szostok 0c02607d1e
[FIX]: import all requested images (#701, @mszostok) 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 ac527e7c8a
fix nilpointer in config transformation when lb is disabled (fixes #695) 3 years ago
iwilltry42 5364bd1300
fix: log level overwritten by dockerCli.Initialize() 3 years ago
iwilltry42 25c6f65948
fix: clusterGet no error on no lb config 3 years ago
Thorsten Klein a5c1d3becb
[Enhancement] Docs: update for v5 (first iteration) (#682) 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 1944c06dad
properly handle --port 1234:4321@loadbalancer:proxy style port mappings which should default to all nodes 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 d41b49d423
document using new nodefilter syntax with : instead of [] for indexing 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
iwilltry42 ff76512e63
move defaults for images to new file 3 years ago
iwilltry42 a3dd47029d
generate new config file for lb and add helper functions to get images from env if needed 3 years ago
iwilltry42 21244172c9
move loadbalancer creation to separate function 3 years ago
iwilltry42 de401c6db3
add debug functionality to get current loadbalancer config 3 years ago
Thorsten Klein 77aa76d7f2
[FEATURE] add ability to add ports to an existing loadbalancer (#615) 3 years ago
ejose19 bfead49c46
[Enhancement] Refactoring: normalize label flags (k3s node & runtime) (#598, @ejose19) 3 years ago
Thorsten Klein 261ac0faf4
[BREAKING] Config File Enhancements: v1alpha3, migrations, generic k3s-args (#605) 3 years ago
iwilltry42 296f24c9b7
Revert 'Revert "add --node-label flag for node create command (#584, @developer-guy, @ejose, @dentrax)"' 3 years ago
Thorsten Klein c5f7884f78
[ENHANCEMENT] imageImport: start existing tools node before using it and add option to keep it around (#672) 3 years ago
iwilltry42 831e58fdce
init clusteredit 3 years ago
iwilltry42 2162504ee1
transformsimple: move transformports to own function 3 years ago
iwilltry42 bb237d3389
fix: do not allow the same direct port-mapping on more than one node 3 years ago
iwilltry42 99490ca7c1 ports: no nodefilter or loadbalancer nodefilter should default to use all servers & agents as upstream 3 years ago
iwilltry42 d6bf08feed properly handle --port 1234:4321@loadbalancer:proxy style port mappings which should default to all nodes as upstream 3 years ago
iwilltry42 1730ca5dfb fix nilpointer exception when cluster loadbalancer is not specified 3 years ago
iwilltry42 28ff88a1ed fix missing merge conflict resolutions 3 years ago
iwilltry42 6e8b27f99f fix usage of the new loadbalancer type and ordering when cluster is created 3 years ago
iwilltry42 31a1ac1d70 client/cluster:make injecting the coredns entry for host.k3d.internal more robust 3 years ago
iwilltry42 6c06208b8f document using new nodefilter syntax with : instead of [] for indexing 3 years ago
iwilltry42 5ce9f82428 remove debug logs for merged kubeconfig as they add too much noise 3 years ago
iwilltry42 d15ed26875 changes when creating clusters + new nodefilter syntax 3 years ago