Commit Graph

267 Commits (bcc1d60db99f0289df93e8ad75ebf98055e12638)

Author SHA1 Message Date
iwilltry42 683a92792e
registryDelete/nodeDelete: make --all work and add 'node delete --registries' 4 years ago
iwilltry42 a37b01c5b9
NodeDelete: add NodeDeleteOpts 4 years ago
Thorsten Klein c809767448
[Fix] registry: adjustments on how the registry is perceived (#454) 4 years ago
iwilltry42 8f7d820081
fix order of interpreting different registry inputs 4 years ago
iwilltry42 064f1071de
allow reading embedded registries.yaml from SimpleConfig file and add a test case 4 years ago
iwilltry42 f0486a388b
only merge configs, if there is one referenced 4 years ago
iwilltry42 267e520fce
registry: basic merge of existing registry with generated registry config 4 years ago
iwilltry42 4a8fcc7329
read config file 4 years ago
iwilltry42 7343c3dbe2
init merging registry config 4 years ago
iwilltry42 118eea57f9
registry: add restart=true (unless-stopped restart policy) 4 years ago
iwilltry42 d17a2aefa9
registry: only warn, if configmap couldn't be created in any node, as one is enough. 4 years ago
Thorsten Klein 41aa71800b
[Fix] nil-pointer exception when eyposing port on loadbalancer with --no-lb set (#442) 4 years ago
Thorsten Klein 4dfb62ebff
[Feature] add LocalRegistryHostingV1 from KEP-1755 (#441) 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
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