Commit Graph

103 Commits (7f87e04ecfac04c0a1c096bd480f0976723d6c88)

Author SHA1 Message Date
Ubuntu 4bde59702d error should occur when current time is after start+timout 5 years ago
Andy Zhou 7d42a4ebd1 Ignore docker-machine command line error 5 years ago
Andy Zhou aa6e142b81 Log more information when the docker-machine command fails 5 years ago
Andy Zhou f037e1b225 Deprecate --timeout, shift shot hand options around 5 years ago
Andy Zhou fa18c37155 Simplify Dockerm machine ip handling 5 years ago
Andy Zhou fc6a01d55a Allow --api-port to take host with either name or IP address 5 years ago
Andy Zhou 1080c0b157 Fix up kubeconfig.yaml with --api-port host 5 years ago
Andy Zhou a72945af71 Enhance docekr port mapping for --api-port 5 years ago
Andy Zhou 58849e4a01 Make use of the parseApiPort() function when creating cluster 5 years ago
Andy Zhou 1e6ac3cce8 Enhance ClusterSpec 5 years ago
Andy Zhou f0c1b24e0b Add parseApiPort() 5 years ago
Andy Zhou b97ef230bd Refactor 5 years ago
Andy Zhou f3ec169414 Add docker machine IP to SAN 5 years ago
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
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 175ccbe3cd Improve error handling for CreateCluster() 5 years ago
Andy Zhou b9713c4ac4 Add --auto-restart flag for the create command 5 years ago
Andy Zhou 490b7cd864 Atomic create 5 years ago
Andy Zhou 3683eeb181 Deprecate the --timeout option 5 years ago
Andy Zhou 01931b5894 Make list command always show all clusters. Remove --all option 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 c3c8f0d6f8 Golang format clean up 5 years ago
Andy Zhou cd2292ba3a Automatically reclaim k3s container volumes after a cluster is deleted 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 a0eb69b73e Allow the volume argument to be specified multiple times 5 years ago
iwilltry42 6823470ef5 don't allow empty node-specifiers 5 years ago
iwilltry42 8512ac0c8a make server the default node for portmaps 5 years ago
iwilltry42 2640fc13ce make server the default node for portmaps 5 years ago
iwilltry42 6d0fc76b22 improve portspec and ndoespec validation 5 years ago
iwilltry42 464d2e23c5 Offset multiplication 5 years ago
iwilltry42 107700dc98 update log messages 5 years ago
iwilltry42 a68d9e7042 generate container names in a func and use it to determine if node-specifier is valid 5 years ago
Andy Zhou 4674a5d6c8 Improve cluster status display 5 years ago
Andy Zhou 6292c89ec4 Minor simplification of getCluster() 5 years ago