Commit Graph

370 Commits

Author SHA1 Message Date
iwilltry42
9aa5af8d5d improve log level usage 2019-10-02 19:06:36 +02:00
Thorsten Klein
802038abb1
Merge pull request #112 from nlamirault/feature/use-logrus
[Enhancement] Replace log with logrus (thanks @nlamirault )
2019-10-01 19:57:44 +02:00
Nicolas Lamirault
b5c4204303
Fix: use warningf
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
2019-10-01 14:42:28 +02:00
Nicolas Lamirault
44d6fef28c
Update: use log level instead of errorf
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
2019-10-01 10:15:24 +02:00
Nicolas Lamirault
61107ca5bf
Update: use log level
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
2019-09-28 19:58:05 +02:00
iwilltry42
95c62650fa remove unused constants 2019-09-26 08:49:26 +02:00
iwilltry42
80f5aa7d58 add todo 2019-09-26 08:40:16 +02:00
iwilltry42
1fabe118fa only allow adding worker nodes for now 2019-09-26 08:24:15 +02:00
Nicolas Lamirault
3631e65570
Update: replace log with logrus
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
2019-09-25 22:41:00 +02:00
Andy Zhou
164758d29a
Merge pull request #109 from daxmc99/misspell
Fix typo
2019-09-17 20:41:36 -07:00
Dax McDonald
eff97313da Fix typo 2019-09-17 17:10:39 -07:00
iwilltry42
552075709f Merge branch 'master' of https://github.com/rancher/k3d into feature/add-node-command 2019-09-11 11:25:53 +02:00
iwilltry42
66e86e20ab add Dockerfile and disable CGO in Makefile 2019-09-11 11:24:28 +02:00
Thorsten Klein
6581844d2e
Merge pull request #105 from splattael/pin-tag-install
Allow passing `TAG` to install a specific release [Thanks @splattael]
2019-09-11 10:32:52 +02:00
Peter Leitzen
bde5bc6ff3
Allow passing TAG to install a specific release 2019-09-10 22:06:25 +02:00
iwilltry42
0317cc395b add --volume flag to add-node command 2019-09-06 12:12:32 +02:00
iwilltry42
f33fa2d4cc move global constants to types.go 2019-09-06 11:55:22 +02:00
iwilltry42
487418974e remove --all flag for ls 2019-09-06 11:47:25 +02:00
iwilltry42
9bb49fc860 Merge branch 'master' of https://github.com/rancher/k3d into feature/add-node-command 2019-09-06 11:45:22 +02:00
iwilltry42
36d4d9774c fix builds 2019-09-06 11:45:03 +02:00
iwilltry42
ee1eb58466 fix passing args to add-node node 2019-09-06 11:37:13 +02:00
iwilltry42
e4e7a32e0d operate on clusterspec for reusability 2019-09-06 11:21:04 +02:00
iwilltry42
40c9d4b1eb Merge branch 'master' of https://github.com/rancher/k3d into feature/add-node-command 2019-09-06 10:49:39 +02:00
iwilltry42
eba563f000 improve repeatable build process and enable building with go1.13 2019-09-06 10:49:16 +02:00
iwilltry42
3e80e37faf allow connections to non-dockerized k3s clusters 2019-09-04 18:10:08 +02:00
iwilltry42
c8f8fdb139 add addNode function with basic functionality 2019-09-04 18:10:08 +02:00
iwilltry42
89ba0f67b7 use --port/-p for publishing ports now instead of api-port 2019-09-04 18:09:36 +02:00
iwilltry42
53eba1828d remove 'create --version' flag 2019-09-04 18:09:35 +02:00
iwilltry42
d6364af32c add add-node command 2019-09-04 18:09:35 +02:00
Andy Zhou
460ff827f4
Merge pull request #96 from misakwa/misakwa/agent-args
Expose `--agent-arg` like `--server-arg`
2019-08-05 20:25:15 -07:00
misakwa
29204d18a5 Address review comment 2019-08-05 21:14:43 -05:00
misakwa
4e52afd578 Add agent-arg and pass through to container 2019-07-30 23:08:40 -05:00
iwilltry42
33b79b1567 Merge branch 'master' of https://github.com/rancher/k3d 2019-07-30 10:37:22 +02:00
iwilltry42
205a521c81 go mod tidy 2019-07-30 10:36:49 +02:00
iwilltry42
02edf64818 go mod tidy 2019-07-30 10:35:34 +02:00
Andy Zhou
e56be1344e
Merge pull request #94 from wxdao/fix-docker
Upgrade Docker SDK
2019-07-26 10:44:10 -07:00
iwilltry42
4ac84e147b Merge branch 'master' of https://github.com/rancher/k3d 2019-07-25 15:40:28 +02:00
iwilltry42
4747e8fdc3 add warning message for debugging tag issue 2019-07-25 15:40:17 +02:00
iwilltry42
238a07f8ff add warning message for debugging tag issue 2019-07-25 15:40:07 +02:00
Thorsten Klein
f0d05479f6
Merge pull request #95 from asksven/master
[Doc] Added doc for running a local unsecure registry (@asksven)
2019-07-25 14:36:43 +02:00
iwilltry42
4701a8b65f make make error out if no K3S_TAG was found or set 2019-07-25 13:11:34 +02:00
Sven Knispel
9e2152a540 Incorporated feedback from PR-review 2019-07-25 13:07:44 +02:00
Sven Knispel
8cf155fc91 [Doc] Added doc for running a local unsecure registry 2019-07-25 10:40:18 +02:00
wxdao
058bb1d9e4 Use client.WithAPIVersionNegotiation() 2019-07-25 06:42:31 +00:00
wxdao
c1263487a5 Upgrade docker sdk 2019-07-25 03:15:28 +00:00
Thorsten Klein
c5e5adb0e2
Merge pull request #91 from rancher/feature/import-images-helper
[Feature] import images from docker daemon into k3d using a helper container
2019-07-23 19:26:01 +02:00
iwilltry42
96c883a10a cleanup tools container using defer 2019-07-17 09:32:46 +02:00
iwilltry42
081ec611bc --keep flag to not remove the tarball after import 2019-07-11 15:43:49 +02:00
iwilltry42
a4c75c6568 use a tools container 2019-07-10 18:23:47 +02:00
iwilltry42
89c318f478 merge 2019-07-09 11:18:13 +02:00