Commit Graph

32 Commits (746cbcd1312821d8e84b4f2b7fefbe802dfa48cf)

Author SHA1 Message Date
Erik Kristensen 63d54842c0
[Feature] Support docker over ssh (#324, @ekristen & @inercia) 4 years ago
Thorsten Klein ecc025b35e
[Feature] Registry for v4 & Restructure Cluster Creation (#334) 4 years ago
iwilltry42 d7b25ac6ab
v3 -> v4 4 years ago
iwilltry42 11cc797922
overall/logging: new trace log level 4 years ago
iwilltry42 972c004930
add entry for host.k3d.internal to /etc/hosts in the node containers 4 years ago
kshelton eaa7784625 Handle leading '/' in names for docker runtime 4 years ago
iwilltry42 76d90478f5
Go Module: use v3 for go module compatibility 4 years ago
iwilltry42 f39a9513fd
dependencies: update docker dependencies to fix issues with failing windows builds introduced by the usage of the archive package 4 years ago
iwilltry42 7817054801
do not use context pointer 4 years ago
iwilltry42 f6c312256e
add names to error messages 4 years ago
iwilltry42 434cf8e91d
overall: pass context from top to bottom 4 years ago
iwilltry42 7744c52ec7
overall: always defer close docker client connections 4 years ago
iwilltry42 f2c8e0cf03
docker/create/node: replace goto with for loop 4 years ago
iwilltry42 bc49f197d9
cleanup and prepare for push to rancher/k3d 5 years ago
iwilltry42 644b369b60
switch from K3S_CLUSTER_SECRET to K3S_TOKEN and use exact matching to get node containers by name and make --cluster flag required when creating a new node 5 years ago
iwilltry42 098fe0803c implement start/stop for nodes and clusters 5 years ago
iwilltry42 8450604182 start implementing getkubeconfig 5 years ago
iwilltry42 84cdfac7cb introduce node roles 5 years ago
iwilltry42 cc682427b8 pull image before creation if not exists 5 years ago
iwilltry42 03eaba037f restructure docker runtime pkg 5 years ago
iwilltry42 1ec7a3e02a parsecmd funcs 5 years ago
iwilltry42 7583340d23 create cluster 5 years ago
iwilltry42 43eb626b0c specify role, image and labels 5 years ago
iwilltry42 ac43655396 update golangci-lint 5 years ago
iwilltry42 b51fa283e1 delete in docker 5 years ago
iwilltry42 edc52c6ae6 delete node containerd 5 years ago
iwilltry42 5f5c516ba2 adapt new way of choosing runtime 5 years ago
iwilltry42 24ba46fc2a initial test to create container 5 years ago
iwilltry42 6b7de5cab6 test interface implementations 5 years ago
Thorsten Klein 433ff16467 add utils 5 years ago
Thorsten Klein 73efb98b32 start docker runtime 5 years ago
iwilltry42 7b6ee28daa runtimes dir 5 years ago
iwilltry42 a4f5f80286 add utils and function skeletons 5 years ago
iwilltry42 bdcdbd817a init cobra 5 years ago
misakwa 4e52afd578 Add agent-arg and pass through to container 5 years ago
iwilltry42 081ec611bc --keep flag to not remove the tarball after import 5 years ago
iwilltry42 deccb0122a enable importing multiple images at once 5 years ago
iwilltry42 ab2c54ca1d add import-image command for importing single image 5 years ago
Andy Zhou f037e1b225 Deprecate --timeout, shift shot hand options around 5 years ago
Andy Zhou 1565e43365 Modify --api-port to take a stirng argument 5 years ago
iwilltry42 f771dcf8b5 shell flag text 5 years ago
iwilltry42 eb5b88052e add auto mode for shell based on SHELL env var and support zsh 5 years ago
Andy Zhou abd9a984eb Add --shell argument 5 years ago
Andy Zhou d63f7d4bf2 Rename bash command to shell 5 years ago
Andy Zhou 2971dd6845 Add the ability to execute commands directly with the bash subcommand 5 years ago
Andy Zhou 4ef6710e22 Add basic bashShell() function 5 years ago
Andy Zhou b9713c4ac4 Add --auto-restart flag for the create command 5 years ago
Andy Zhou 3683eeb181 Deprecate the --timeout option 5 years ago
Andy Zhou c3c8f0d6f8 Golang format clean up 5 years ago
Andy Zhou a0eb69b73e Allow the volume argument to be specified multiple times 5 years ago