Commit Graph

303 Commits (f8f17caf788785c425ef155fdf9de8d4dc7aa21a)

Author SHA1 Message Date
Antoine 0862f11324
👌 replace `k3d getk3stoken` command by `--token` flag onto command `k3d get cluster` 4 years ago
iwilltry42 ad06e90e13 fix issues with context.Context and remove LOG_LEVEL=debug in e2e test 4 years ago
Antoine e3bf18660e
👌 PR review 4 years ago
Antoine 07be211bca
💚 fix ci review unchecked function error 4 years ago
Antoine 6d9d5a0cc4
Add get k3stoken feature 4 years ago
Antoine f6eaf25a2e
♻️ Some side effect refactoring 4 years ago
iwilltry42 a279e1259e
createCluster: add --switch command for kubeconfig current-context 4 years ago
iwilltry42 b8886b86c4
get: allow multiple or no names for getCluster/getNodes 4 years ago
iwilltry42 42ee62e552
createNode: add --wait and --timeout flags 4 years ago
iwilltry42 ae9be0603d
volumes: only warn about possible issues and don't error out 4 years ago
iwilltry42 cf2c839b27
createNode: use default role label and cmd... 4 years ago
iwilltry42 5afa25154c
docs: add some notes about 'k3d start cluster --wait --timeout' 4 years ago
iwilltry42 332c3a8c9b
startCluster: add --wait and --timeout 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 434cf8e91d
overall: pass context from top to bottom 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 e788614ff1
rootCmd: add back --version flag 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 ecea154735
docs: add website link 4 years ago
iwilltry42 c6564801f3
getKubeconfig: always return output filepath 4 years ago
iwilltry42 de9ee91083
getKubeconfig: allow specifying one or more clusters or '--all' 4 years ago
iwilltry42 05f2fc1f66
docs: add more command information 4 years ago
iwilltry42 2d68ef12e4
deleteCluster: remove cluster details from kubeconfig 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 5121ef80a5
create/start/stop cluster: fix how Master-LoadBalancer is treated 4 years ago
iwilltry42 d9e0e0f914
getKubeConfig: update existing kubeconfigs 4 years ago
iwilltry42 407fcd4e1f
rename to UpdateKubeConfig 4 years ago
Jacob Weinstock fdd5e5a57a log to stdout or stderr depending on the log level 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
iwilltry42 b1d71dfa0f
create/node: default clusterName for --cluster flag 4 years ago
iwilltry42 244732bb1c
add todo 5 years ago
iwilltry42 a24d6f864e
Proxy: deploy a configurable nginx proxy in front of the cluster 5 years ago
iwilltry42 cc8399ba63
Cleanup: Todos in cmd/ 5 years ago
iwilltry42 164d850321
CLEANUP: clean TODOs in createCluster 5 years ago
iwilltry42 a7ef585e12
createCluster: allow 0 or 1 arg 5 years ago
iwilltry42 4a8e155f51
use global selectedRuntime variable instead of parsing the flag in every subcommand 5 years ago
iwilltry42 7005f8182a
validate clustername on create and use global runtime variable 5 years ago
iwilltry42 2d35895edc
move no-lb setting to createClusterOpts 5 years ago
iwilltry42 3ff51a0446
move no-lb setting to createClusterOpts 5 years ago