Commit Graph

255 Commits (6c94d7db3d4116d8add1d9af1bcec0b185783694)

Author SHA1 Message Date
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
iwilltry42 2b674cb4e3
use createClusterOpts 5 years ago
iwilltry42 5500872544
Fatal out when using portmapping without node filter on a cluster with more than one node 5 years ago
iwilltry42 55646119c2
CLI: rollback if cluster creation failed 5 years ago
iwilltry42 b8ac954d69
implement --wait asynchronously 5 years ago
iwilltry42 a25d1d346a
add clusterCreateOpts flag struct and implement extra args for k3s server/agent 5 years ago
iwilltry42 bc49f197d9
cleanup and prepare for push to rancher/k3d 5 years ago
iwilltry42 f571ff3143
getk3sversion 5 years ago
iwilltry42 4929915717
add completion 5 years ago
iwilltry42 7c63c34609
init completion 5 years ago
iwilltry42 63fa6eac95
mark some flags as filename for autocompletion 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 fd4b803681 start fixing createNode 5 years ago
iwilltry42 8aad61a39a improve usage texts 5 years ago
iwilltry42 1a91401d19 start with --wait flag 5 years ago
iwilltry42 68609ec3a0 add info text after cluster creation 5 years ago
iwilltry42 ef2907de41 replace 127.0.0.1:6443 in kubeconfig as well 5 years ago
iwilltry42 52b23adec9 v1.0.0 as default version 5 years ago
iwilltry42 84234e7a98 add proper k3d config dir and kubeconfig output path 5 years ago
iwilltry42 11b937a910 implement load images command 5 years ago
iwilltry42 e6d7726ffb add image volume 5 years ago
iwilltry42 60659c74c8 cleanup delete node command and add --all flag 5 years ago
iwilltry42 9e12af71e4 start implementing tools container 5 years ago
iwilltry42 744b01a2d1 init loadImages command 5 years ago
iwilltry42 4e24521c0d disable external datastore option for now 5 years ago
iwilltry42 189e430f90 fix port collisions due to default exposed port on master nodes 5 years ago
iwilltry42 bd39336b29 init ha setup with cluster-init 5 years ago
iwilltry42 7185a160c0 init new flags 5 years ago
iwilltry42 536b543cc2 implement get nodes 5 years ago
iwilltry42 ef5b91f9a3 add flag to disable printing headers when getting clusters 5 years ago
iwilltry42 098fe0803c implement start/stop for nodes and clusters 5 years ago
iwilltry42 e2834f5320 fix error when no filter is set for single master api port 5 years ago
iwilltry42 5851da3ef3 start coupling network to clusters 5 years ago
iwilltry42 1ca9193776 add warning for multi-master setups 5 years ago
iwilltry42 45cc1ed57b --api-port implementation 5 years ago
iwilltry42 7827840e64 start apiport stuff 5 years ago
iwilltry42 7098be1693 initial version of --port flag 5 years ago
iwilltry42 5ab8d5b50d init --port flag implementation 5 years ago
iwilltry42 77ed3d3669 init --port flag implementation 5 years ago
iwilltry42 389e67f4dd cleanup 5 years ago
iwilltry42 a625328cc7 cleanup 5 years ago
iwilltry42 f87c7cd9fa remove debug prints and add some comments 5 years ago
iwilltry42 b99ee41558 fix node filtering function didn't deduplicate 5 years ago
iwilltry42 d31a4334cc always have src and dest in volume mount 5 years ago
iwilltry42 b52da4ac52 fix filtering 5 years ago
iwilltry42 b78a8cf993 finish filterNodes beta 5 years ago
iwilltry42 82c29868a1 use pointers to nodes in cluster struct 5 years ago