Commit Graph

294 Commits (7073a8fad79fbf8c949f14eca34aa16b145f735f)

Author SHA1 Message Date
iwilltry42 e5d093d3ce
clusterList: add bool for loadbalancer 4 years ago
iwilltry42 41c9bdc87a
prettify help text for cluster create (volume and api-port flags) 4 years ago
iwilltry42 ec3f10ec57
use server/agent instead of master/worker 4 years ago
iwilltry42 b02c783130
adjust toplevel pkg functions to new syntax 4 years ago
iwilltry42 93daef1098
adjust cluster create output to new syntax 4 years ago
iwilltry42 594ead1428
remove old subcommands 4 years ago
iwilltry42 9c65d7bac6
fix command names 4 years ago
iwilltry42 93dc966411
clusterC: fix description 4 years ago
iwilltry42 d7199d7ba5
createCluster: fix description 4 years ago
iwilltry42 c38e5cef34
add alias for kubeconfig merge 4 years ago
iwilltry42 7d384d8347
add image command 4 years ago
iwilltry42 432d5905f6
add cluster start/stop commands 4 years ago
iwilltry42 2aecabb8ca
add node commands 4 years ago
iwilltry42 81ba7200f4
Sane usage of the default cluster name 4 years ago
iwilltry42 18bc8b89db
createCluster: update default kubeconfig and switch context to new cluster by default upon cluster creation 4 years ago
iwilltry42 08f7a47119
new syntax for cluster creation and kubeconfig manipulation 4 years ago
iwilltry42 40a2d032ab
deleteCluster: only warn about failed kubeconfig deletion if file exists and couldn't be deleted 4 years ago
iwilltry42 846aefeb40
kubeconfig: improved flag names and bug fixes 4 years ago
iwilltry42 c00f8952ba
getKubeconfig: write to new file by default 4 years ago
iwilltry42 7ec7147ce1
use homedir 4 years ago
iwilltry42 24f92b9c3f
createCluster: use default 6443 api port in hostNetwork mode 4 years ago
iwilltry42 76d90478f5
Go Module: use v3 for go module compatibility 4 years ago
iwilltry42 0b23807d44
createCluster: make '--wait' be true by default 4 years ago
iwilltry42 3cd1a05b91
Maintenance: move all labels to constants and fix log formatting issues 4 years ago
iwilltry42 d6b5d4dbf5
createCluster: fallback to default api port if random allocation fails 4 years ago
iwilltry42 3205cbac67
createCluster: ask OS/kernel for free port... 4 years ago
iwilltry42 711e1ed048
createCluster: use random hostPort for API-Port by default 4 years ago
iwilltry42 5643b4e60c
proxy: increase timeout to 10 minutes 4 years ago
iwilltry42 2d0ec0a1d0
createNode: fix log output generating nil pointer... 4 years ago
iwilltry42 2d6a67822c
remove fixed FIXME :) 4 years ago
iwilltry42 374d9d16d7
completion: NodeRoles for '--role' flag on 'create node' 4 years ago
iwilltry42 5020259cb5
completion: improve short/long command descriptions 4 years ago
iwilltry42 91425d3738
completion: AvailableClusters for '--cluster' flag in createNode and loadImage 4 years ago
iwilltry42 45a7b2dd7d
completion: new ValidArgsAvailableNodes 4 years ago
iwilltry42 d3f7621ed8
completion: use AvailableClusters completion for start, stop, delete, getKubeconfig 4 years ago
iwilltry42 2e75b90ffb
completion/getCluster: move validargs function to util package 4 years ago
iwilltry42 17c1fccd9c
completion: add custom completion for 'get clusters' 4 years ago
iwilltry42 76b7450b02
remove --runtime root flag and make docker the default 4 years ago
iwilltry42 c83341b512
loadImage: add command alias 4 years ago
iwilltry42 933ac38059
loadImages: loop over all input images 4 years ago
iwilltry42 487393bbde
loadImage: cleanup command and initiate enhancements 4 years ago
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