Commit Graph

70 Commits (f6c4fe849a2c8fe499642cf77f7692396a67243b)

Author SHA1 Message Date
iwilltry42 7b8506b1d9
fix: proper handling of registries and networks when deleting clusters/nodes 4 years ago
iwilltry42 4e2b1baa62
add warning, if someone mounts a file at the default registries.yaml location, while they also use a different kind of registry spec 4 years ago
iwilltry42 7343c3dbe2
init merging registry config 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
Thorsten Klein a5d2910f29
[Feature] clusterCreate: add back --env/-e flag to inject environment variables (#409) 4 years ago
Thorsten Klein d0158c97c6
clusterCreate: add docker's --gpus flag (#395) 4 years ago
Lionel Nicolas ffe8c9697c add ability to set container labels on nodes using --label/-l 4 years ago
iwilltry42 11cc797922
overall/logging: new trace log level 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 6ddcd659da
docs: quote node filters (ref #348) 4 years ago
iwilltry42 f6028305c9
clusterCreate: add '--no-rollback' flag to ease debugging cluster creation failures 4 years ago
iwilltry42 1e228619fd
clusterCreate: fix inconsistent behavior of update-default-kubeconfig and switch-context flags. Fixes #314 4 years ago
iwilltry42 1422a87945
kubeconfig/docs: clarify kubeconfig get/print/show and merge/write 4 years ago
iwilltry42 674e943be8
overall: fix examples/docs for changed flags 4 years ago
iwilltry42 41c9bdc87a
prettify help text for cluster create (volume and api-port flags) 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 93daef1098
adjust cluster create output to new syntax 4 years ago
iwilltry42 93dc966411
clusterC: fix description 4 years ago
iwilltry42 08f7a47119
new syntax for cluster creation and kubeconfig manipulation 4 years ago
iwilltry42 846aefeb40
kubeconfig: improved flag names and bug fixes 4 years ago
iwilltry42 c00f8952ba
getKubeconfig: write to new file by default 4 years ago
iwilltry42 24f92b9c3f
createCluster: use default 6443 api port in hostNetwork mode 4 years ago
iwilltry42 76d90478f5
Go Module: use v3 for go module compatibility 4 years ago
iwilltry42 0b23807d44
createCluster: make '--wait' be true by default 4 years ago
iwilltry42 d6b5d4dbf5
createCluster: fallback to default api port if random allocation fails 4 years ago
iwilltry42 711e1ed048
createCluster: use random hostPort for API-Port by default 4 years ago
Antoine e3bf18660e
👌 PR review 4 years ago
iwilltry42 a279e1259e
createCluster: add --switch command for kubeconfig current-context 4 years ago
iwilltry42 06f543518c
fix: re-add support for named volumes used with --volume flag 4 years ago
iwilltry42 dabec2f091
createCluster: fix loadblancer consideration 4 years ago
iwilltry42 0270ac7327
createCluster: take loadbalancer into consideration when mapping ports 4 years ago
iwilltry42 21fd427d8a
maintenance: cleanup debug logs 4 years ago
iwilltry42 639daef7fb
Reorder parameters 4 years ago
iwilltry42 0d2c22455d
Overall: use context.Context in top-level exported functions 4 years ago
iwilltry42 9c9f49646e
MasterLoadBalancer: add nodefilter & extra treatment 4 years ago
iwilltry42 3071ec5755
createCluster: add --no-lb flag to disable the load balancer 4 years ago
iwilltry42 c6564801f3
getKubeconfig: always return output filepath 4 years ago
iwilltry42 05f2fc1f66
docs: add more command information 4 years ago
iwilltry42 5b637126d7
createCluster: add --update-kubeconfig flag 4 years ago
iwilltry42 6677f82d5b
getKubeConfig: consider the KUBECONFIG env var when updating default kubeconfig 4 years ago
iwilltry42 5b1e723fdd
createCluster: add more detailed description and info regarding api port 4 years ago
iwilltry42 091190447c
createCluster: fix final print after cluster creation on windows (different setting of env vars) 4 years ago
iwilltry42 c51ec003bd
createCluster/network: add basic support for hostnetwork mode in docker 4 years ago
iwilltry42 1b7f5c5f78
createCluster/timeout: use context to handle cancellation 4 years ago
iwilltry42 80d1c5c2de
initialize proper timeout flag 4 years ago
iwilltry42 77bddc4dd0
create/cluster: check if cluster with given name exists 4 years ago