386 Commits

Author SHA1 Message Date
Thorsten Klein
a969f2fa50
Merge pull request #231 from JohnnyCrazy/patch-1
Added a link to the AUR package in README.md (thanks @JohnnyCrazy)
2020-04-28 19:50:52 +02:00
Jonas Dellinger
def200ac0e
Added a link to the AUR package in README.md 2020-04-28 18:42:16 +02:00
iwilltry42
e00db082a4
update issue templates 2020-04-23 08:48:02 +02:00
iwilltry42
28c13446f2
Add notes about --enable-registry-cache disabling push access (thanks for the hint @deiwin) 2020-04-23 08:19:26 +02:00
iwilltry42
7340380ec7
update/cleanup registries docs 2020-04-23 08:15:04 +02:00
Thorsten Klein
c9c002207a
Merge pull request #187 from docteurklein/registry-localhost
[Enhancement] use .localhost as a default registry name (thanks @docteurklein)
2020-04-23 08:09:52 +02:00
Thorsten Klein
c7c4aea4cf Create CNAME 2020-04-20 17:34:52 +02:00
iwilltry42
12b821e31c
update vendor 2020-04-19 11:53:50 +02:00
Thorsten Klein
b7416d77aa
Merge pull request #217 from jacobweinstock/master
[Enhancement] default log output to stdout not stderr (thanks @jacobweinstock)
2020-04-19 11:51:34 +02:00
Jacob Weinstock
5d1c83d47a split logs to stdout or stderr depending on level 2020-04-16 20:12:18 -06:00
Thorsten Klein
8c776dc471
Merge pull request #221 from claycooper/patch-1
Fixed spelling error (thanks @claycooper)
2020-04-14 07:32:01 +02:00
claycooper
436fd2df8b
Fixed spelling error 2020-04-12 15:27:37 -04:00
Jacob Weinstock
3e12d67da3 default logs to stdout not stderr 2020-04-07 21:05:53 -06:00
Thorsten Klein
a5489e08f7
Merge pull request #210 from RouxAntoine/fix/add-k3s-node-bad-token
[Fix] K3S_SECRET env variable to K3S_CLUSTER_SECRET (thanks @RouxAntoine)
2020-03-29 17:18:03 +02:00
Antoine
8f35992cff
K3S_SECRET env variable to K3S_CLUSTER_SECRET
According to this https://github.com/rancher/k3s/blob/master/README.md#L55
K3S cluster secret variable is K3S_CLUSTER_SECRET.
2020-03-28 20:37:59 +01:00
Florian Klein
8582cd387d
resolve with getent 2020-03-19 15:09:34 +01:00
Florian Klein
676efcbf4a
add instructions to install nss-myhostname 2020-03-19 14:45:16 +01:00
Florian Klein
6337c298e6
setup /etc/hosts for CI
Signed-off-by: Florian Klein <florian.klein@free.fr>
2020-03-19 14:15:00 +01:00
Thorsten Klein
bb7b6e3605
Merge pull request #197 from sunny0826/master
[Enhancement] judgment/error-message when specifying non-existent cluster name in start/stop/delete (thanks @sunny0826)
v1.7.0
2020-03-19 14:05:18 +01:00
guoxudong
f08bb6dad8 rm .idea too 2020-03-19 17:41:21 +08:00
guoxudong
b595638644 rm .idea 2020-03-19 16:00:20 +08:00
Thorsten Klein
9048c7526b
Merge pull request #207 from inercia/inercia/registry-cache
Option for using the local k3d registry as a proxy for the Docker Hub (thanks @inercia )
2020-03-13 19:49:19 +01:00
Alvaro Saurin
fb47728ddc
Option for using the local k3d registry as a proxy for the Docker Hub
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-03-13 11:18:57 +01:00
iwilltry42
92aba64161
update golangci-lint in Makefile 2020-03-06 09:29:12 +01:00
Thorsten Klein
e184a90f2c
Merge pull request #199 from inercia/inercia/registry-volume
[Feature] Options for keeping/re-using a specific volume for the registry (thanks @inercia )
2020-03-06 08:28:50 +01:00
iwilltry42
ac1dbb9f0a
add some more badges 2020-03-04 08:57:20 +01:00
Alvaro Saurin
5b7ec7e29d
Options for using a specific volume in the registry
New --registry-volume option for using an specific volume in
the registry.

Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-03-02 13:04:48 +01:00
guoxudong
da2d541a5c add judgment for stop and start cmd 2020-02-26 15:54:07 +08:00
Florian Klein
34bf23ef85
use .localhost as a default registry name 2020-02-10 10:04:03 +01:00
iwilltry42
0ec51e1318
more intuitive error message when kubeconfig couldn't be copied from container v1.6.0 2020-01-31 16:01:40 +01:00
iwilltry42
fdefd62687
Merge branch 'master' of https://github.com/rancher/k3d 2020-01-31 12:49:13 +01:00
iwilltry42
0b7e118046
start registry when starting/creating a cluster 2020-01-31 12:49:05 +01:00
Thorsten Klein
ba8f931e65
Merge pull request #178 from inercia/inercia/forced_delete
[Feature] New --prune option for delete (thanks @inercia )
2020-01-30 10:14:39 +01:00
Alvaro Saurin
2ec3efd877
New --prune option for delete
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-30 10:01:29 +01:00
Thorsten Klein
c2aeeca226
Merge pull request #177 from inercia/inercia/registries_skip_warning
[Enhancement] Do not print the /etc/hosts message if the registry name can be resolved (thanks @inercia )
2020-01-27 08:09:15 +01:00
Thorsten Klein
80853aa848
Merge pull request #176 from inercia/inercia/registries_docs
[Docs] Updated docs about using registries (thanks @inercia )
2020-01-27 08:05:09 +01:00
Alvaro Saurin
840a61a47d
Do not print the /etc/hosts message if the registra name can be resolved
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-26 20:59:21 +01:00
Alvaro Saurin
3c1422b9d3
Updated docs about using registries
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-26 19:33:25 +01:00
Thorsten Klein
bbdc073467
Merge pull request #170 from inercia/inercia/stop_e2e_runner
[Enhancement] Stop the DinD e2e runner when done (thanks @inercia )
2020-01-22 10:28:08 +01:00
Thorsten Klein
f865919c6b
Merge pull request #173 from inercia/inercia/registries_file
[Feature] Add flag for customizing the global registries file (thanks @inercia )
2020-01-22 10:27:05 +01:00
Alvaro Saurin
2db715c064
Stop the DinD e2e runner when done
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-22 09:45:35 +01:00
Alvaro Saurin
5111fab6f9
Argument for customizing the global registries file
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-21 19:47:53 +01:00
Thorsten Klein
ecd86ed993
Merge pull request #172 from inercia/inercia/fix_registries_yaml_overwrite
[Fix] Do not try to write the registries.yaml if --enable-registry has not been provided (thanks @inercia)
v1.5.1
2020-01-21 18:07:48 +01:00
Alvaro Saurin
49ff9cb0fd
Fix: do not try to write the registries.yaml if --enable-registry has not been provided
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-21 17:53:14 +01:00
iwilltry42
4d8876f649
add --overwrite flag for get-kubeconfig v1.5.0 2020-01-21 11:36:00 +01:00
Thorsten Klein
c2289c71b6
Merge pull request #168 from inercia/inercia/e2e
[ENHANCEMENT] Add e2e tests (thanks @inercia )
2020-01-21 11:13:00 +01:00
Alvaro Saurin
f80d7e8ba0
Rename DinD runner
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-21 10:53:04 +01:00
Alvaro Saurin
56f80d766f
Run the e2e in DinD
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
2020-01-21 10:53:04 +01:00
iwilltry42
c1190c669a
update go.sum 2020-01-21 10:53:04 +01:00
iwilltry42
c972374434
fix e2e tests in dind 2020-01-21 10:53:03 +01:00