Commit Graph

1188 Commits (bb8a2b0bb57ad69680e4e2a0772a0bf31f35a457)
 

Author SHA1 Message Date
iwilltry42 6a46ef9d94 fix prompt from env 5 years ago
Andy Zhou 1f7d234c80 Add k3d- prefix to docker network name 5 years ago
iwilltry42 f220f0121a get prompt from env depdending on selected shell 5 years ago
iwilltry42 93115400fc add shell struct with prompt differentiation 5 years ago
Andy Zhou de6e845abd Support docker machine for kubeconfig.yaml 5 years ago
iwilltry42 eb5b88052e add auto mode for shell based on SHELL env var and support zsh 5 years ago
Thorsten Klein df5cc1da84
Merge pull request #66 from andyz-dev/bash 5 years ago
Andy Zhou a45c0011a6
Merge pull request #69 from larmog/fix-worker-env 5 years ago
Lars Mogren f2cedfd6cd Now passes the environment variables to the workers. 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 8aaf70f4bf Block recursive bash invocation 5 years ago
Andy Zhou 2971dd6845 Add the ability to execute commands directly with the bash subcommand 5 years ago
Andy Zhou 5c6f2d7dc5 Avoid hard coding the bash path 5 years ago
Andy Zhou 4ef6710e22 Add basic bashShell() function 5 years ago
Andy Zhou 9f276a68f3 Add getKubeConfig() 5 years ago
Andy Zhou cdcc5e1de6 Add createKubeconfigFile() 5 years ago
Andy Zhou 1eff974064 Add getClusterKubeConfigPath() 5 years ago
Andy Zhou 682d86cbd7
Merge pull request #64 from andyz-dev/error-handling 5 years ago
Andy Zhou 3947baf3bb
Merge pull request #63 from rancher/refactor-docs 5 years ago
iwilltry42 a3bb1b03f3 clarification 5 years ago
iwilltry42 41ccf89fdc improve section 5 years ago
Thorsten Klein ea96d375af
Merge pull request #62 from rancher/issue-templates 5 years ago
Andy Zhou 175ccbe3cd Improve error handling for CreateCluster() 5 years ago
Thorsten Klein 2a4827b944
add docker version 5 years ago
Andy Zhou 6dfb1e054b
Merge pull request #61 from andyz-dev/always-on 5 years ago
Andy Zhou b9713c4ac4 Add --auto-restart flag for the create command 5 years ago
iwilltry42 6e42d079f7 refactor documentation 5 years ago
Thorsten Klein ba7c58ad56 Update issue templates 5 years ago
Andy Zhou 5028f2882f
Merge pull request #60 from andyz-dev/atomic-create 5 years ago
Andy Zhou fe93fc8c24
Merge pull request #59 from andyz-dev/timeout 5 years ago
Andy Zhou 490b7cd864 Atomic create 5 years ago
Andy Zhou 3683eeb181 Deprecate the --timeout option 5 years ago
Thorsten Klein ba231f550d
Merge pull request #56 from andyz-dev/list-all 5 years ago
Andy Zhou 01931b5894 Make list command always show all clusters. Remove --all option 5 years ago
Andy Zhou cb1daebe41
Merge pull request #52 from andyz-dev/rename 5 years ago
Andy Zhou 1a2e961a52
Merge pull request #51 from andyz-dev/makefile 5 years ago
Andy Zhou abfd6bd18a Makefile: Add lint target and factor the check target 5 years ago
Andy Zhou 10c6eeeea5 Rename cli/config.go to cli/cluster.go 5 years ago
Andy Zhou 89d51a0abc
Merge pull request #49 from andyz-dev/makefile 5 years ago
Andy Zhou c3c8f0d6f8 Golang format clean up 5 years ago
Andy Zhou ae6c886364 Makefile: Fix SRC defintion 5 years ago
iwilltry42 a3d9f700f8 wording 5 years ago
iwilltry42 4599310da4 add FAQ section 5 years ago
Andy Zhou 62f7071ee5
Merge pull request #40 from andyz-dev/reclaim-volumes 5 years ago
Andy Zhou cd2292ba3a Automatically reclaim k3s container volumes after a cluster is deleted 5 years ago
Thorsten Klein 6e1b865f0c
Merge pull request #47 from andyz-dev/Bug42 5 years ago
Andy Zhou 3c3c72b4af Check for cluster existence before using a name to create a new cluster 5 years ago
Andy Zhou b48debb176 Refactor getClusters() to make the API easier to use 5 years ago
Andy Zhou dbc93f6818
Merge pull request #46 from andyz-dev/volume 5 years ago