iwilltry42
9b8fcd17be
Merge branch 'master' of https://github.com/rancher/k3d into feature/add-node-command
v1.4.0-dev.0
2019-11-03 19:52:17 +01:00
iwilltry42
18a3db3d9b
remove outdated docs and add simple version command
2019-10-30 15:55:03 +01:00
iwilltry42
e22299f485
update version in readme
2019-10-21 14:32:18 +02:00
iwilltry42
6ad5a7b9dd
clarify homebrew section
2019-10-21 14:31:57 +02:00
iwilltry42
b9ea408d49
Merge branch 'master' of https://github.com/rancher/k3d into feature/add-node-command
2019-10-21 08:12:48 +02:00
iwilltry42
6d771a20fa
error exit if no clusters found
v1.3.4
2019-10-21 07:35:07 +02:00
Andy Zhou
e7b372f0fd
Merge pull request #127 from docwhat/patch-1
...
readme: add brew install instructions
2019-10-20 04:02:04 -07:00
Christian Höltje
c25618cbdc
readme: add brew install instructions
2019-10-19 16:12:55 -04:00
Thorsten Klein
1631a7b91a
Merge pull request #129 from ibuildthecloud/init
...
Launch containers with init (thanks @ibuildthecloud)
2019-10-19 09:21:25 +02:00
Thorsten Klein
fb74afceff
Merge pull request #128 from ibuildthecloud/master
...
Only ignore get-kubeconfig error when !all (thanks @ibuildthecloud)
2019-10-19 09:18:05 +02:00
Darren Shepherd
b485682448
Launch containers with init
...
k3s is not a child subreaper so running k3s as PID 1 will result
in zombie processes. Using `docker run --init` works around this
issue.
2019-10-18 22:10:44 -07:00
Darren Shepherd
645a5163d4
Only ignore get-kubeconfig error when !all
...
If you are writing a script to launch k3s clusters checking the exit
code of `get-kubeconfig` is an easy way to tell if the kubeconfig is
available for use.
2019-10-18 22:08:09 -07:00
iwilltry42
36bda94dbd
clarify example
2019-10-17 08:07:03 +02:00
iwilltry42
f3e2ef5508
link faq to example
2019-10-15 10:46:44 +02:00
Thorsten Klein
9f56c006ee
Merge pull request #124 from zer0def/anyfs
...
Provide an example that allows running k3d on filesystems k3s doesn't like. (thanks to @zer0def)
2019-10-15 10:43:41 +02:00
zer0def
6bdcb3f7f9
Provide an example that allows running k3d on filesystems k3s doesn't like, like btrfs or tmpfs.
2019-10-12 23:47:04 +02:00
iwilltry42
89cb12181a
add --timestamp global flag for log formatting
2019-10-11 10:48:15 +02:00
iwilltry42
d11b96ac7e
use golangci-lint v1.20
2019-10-10 11:41:31 +02:00
iwilltry42
af0f30c8d4
reduce number of travis builds to a single one on go1.13.x
2019-10-10 10:59:40 +02:00
Thorsten Klein
5c00056118
Merge pull request #121 from tw3n/get-kubeconfig-option-all
...
Enable --all flag of get-kubeconfig (thanks to @tw3n )
v1.3.3
2019-10-10 10:49:01 +02:00
Thorsten Klein
b09a9680e6
Merge pull request #116 from cedrickring/add-node-specifier
...
Add node-specifier for volumes (thanks to @cedrickring )
2019-10-10 10:38:58 +02:00
Xavier Hurst
836201611b
Enable --all for get-kubeconfig
2019-10-09 21:43:51 +02:00
Cedric Kring
33c3f7cbda
Use group values instead of keys for lookup
2019-10-09 19:51:24 +02:00
Cedric Kring
9b888c8216
Added support for group based node volume binds + refactoring
2019-10-09 19:35:13 +02:00
Thorsten Klein
0d01441553
Merge pull request #117 from tw3n/master
...
makefile: consistent use of go option (thanks to @tw3n )
2019-10-06 19:26:56 +02:00
Xavier Hurst
81748f9b3a
makefile: consistent use of go option
2019-10-06 17:43:16 +02:00
Cedric Kring
1e0aac19f6
Replace loop with simple append & spread
2019-10-05 12:30:08 +02:00
Cedric Kring
418c1887fe
Allow volume binds to specific nodes with --volume src:dest@node-name
2019-10-05 11:44:45 +02:00
iwilltry42
9aa5af8d5d
improve log level usage
v1.3.2
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