iwilltry42
b4c910b729
runtimes/docker/network: only read ipam config if exists
...
- fixes #576
- IPAM config is empty for e.g. the "host" network
2021-04-30 14:29:00 +02:00
iwilltry42
5383ba3f6f
v4.4.3: finish changelog
2021-04-29 09:22:55 +02:00
Thorsten Klein
0b7de65ebd
fix/workaround: add workaround for cgroupv2 until fixed in k3s ( #579 )
...
special thanks to @AkihiroSuda for the support on this!
2021-04-29 09:17:49 +02:00
iwilltry42
a576a0e295
fix/runtime/util: docker volume not mountable due to validation failure
2021-04-27 19:43:30 +02:00
Jason
bfcac7ec4a
fix create command's flags typo ( #568 , @Jason-ZW)
...
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
2021-04-26 10:32:17 +02:00
iwilltry42
fd793fe4cb
update changelog for v4.4.2
2021-04-20 09:27:17 +02:00
Thorsten Klein
24cf263c73
[FEATURE] IPAM via subnet flag ( #560 )
2021-04-20 07:39:51 +02:00
Thorsten Klein
0519c8fe30
[FIX] proxy: rename udp specific upstreams ( #564 )
...
Fixes #563
2021-04-15 18:30:59 +02:00
iwilltry42
70a00bed1d
json-schema: add some examples and defaults
2021-04-15 14:30:39 +02:00
iwilltry42
a1ebb447b0
Makefile: use 'go env gopath' as install target for tools (as per request #445 )
2021-04-15 13:57:33 +02:00
Thorsten Klein
f2af514929
[Enhancement] docs: add automatic command tree generation via cobra ( #562 )
2021-04-14 14:14:07 +02:00
iwilltry42
f90b0e9220
ci/drone: build on any branch as releases and critical actions only happen on tag events anyway
2021-04-14 12:39:42 +02:00
iwilltry42
7ccdbfd5d9
ci/drone: pre-release on *dev* tags
2021-04-14 12:12:02 +02:00
Alec Hartung
89098285f1
[DOCS] fix typo in url ( #561 , @alechartung)
2021-04-14 09:09:44 +02:00
Guillaume Calmettes
05252e9859
[DOCS] fix typo ( #556 )
2021-04-10 14:02:11 +02:00
Thorsten Klein
239adeb864
[Feature] Runtime Info ( #553 )
2021-04-07 19:20:58 +02:00
iwilltry42
66be717b31
v4.4.1: update changelog
2021-04-06 20:04:37 +02:00
iwilltry42
45d451a661
[hotfix] use viper fork with fixed stringArray handling from https://github.com/spf13/viper/pull/398
2021-03-30 15:26:37 +02:00
iwilltry42
ad9a128703
tests/e2e: add memory limit test
2021-03-30 12:55:40 +02:00
iwilltry42
3aefb6d428
update changelog
2021-03-30 12:41:14 +02:00
Konrad Malik
e495fe83a8
[FEATURE] Memory Limits ( #494 , @konradmalik)
2021-03-29 17:52:15 +02:00
iwilltry42
16fa1076ff
[Fix] Allow absolute paths for volumes on Windows ( #510 , @markrexwinkel)
...
re-applied in the pkg/util
2021-03-29 17:25:01 +02:00
claycooper
ed511ca50c
[Docs] Heal Shruggie: Replace amputated arm ( #540 , @claycooper)
2021-03-15 18:42:52 +01:00
Herby Gillot
107e98bc7f
README: instructions for installing via MacPorts ( #539 , @herbygillot)
2021-03-13 23:14:57 +01:00
iwilltry42
406f3cfb13
docs: add faq on certificate error behind corporate proxy
2021-03-12 19:53:24 +01:00
iwilltry42
d0216fd13b
docs: add usage section in config file docs
2021-03-12 08:26:40 +01:00
Thorsten Klein
3d1a670790
[Enhancement] docs: add page about the config file ( #534 )
2021-03-12 08:22:05 +01:00
iwilltry42
dbe32704a5
root: add goos/goarch debug log
2021-03-11 10:57:21 +01:00
Thorsten Klein
6ba281b4e4
[Enhancement] docs/help: clarify registry names (naming & k3d-prefix) ( #532 )
2021-03-11 08:56:17 +01:00
iwilltry42
6f5f4bb924
Remove containerd runtime implementation
...
- unused
- incomplete
- caused issues building on Windows due to dependencies
2021-03-10 17:14:38 +01:00
iwilltry42
e89dc9491e
update changelog
2021-03-09 20:16:25 +01:00
Fabrice Vergnenegre
83da516bc6
[FIX] Properly handle host/hostIP cases for kubeconfig ( #500 , @fabricev)
2021-03-09 20:07:51 +01:00
Thorsten Klein
9cc7915c55
[Enhancement] jsonschema: use Go1.16's go:embed to embed the json schema file (dedup) ( #529 )
2021-03-08 17:46:45 +01:00
Thorsten Klein
dfa1472155
[Enhancement] build: add darwin/arm64 (Silicon, M1) build target ( #530 )
2021-03-08 17:45:58 +01:00
iwilltry42
dbf3ff8172
getNodeContainer: regex to allow k3d-prefixed or non-prefixed name
...
- fixes #495
- additionally brings in a fix for a nil-pointer exception in case
someone inputs a regex that would result in multiple containers being
returned
2021-03-05 14:57:32 +01:00
iwilltry42
2fe56a9732
Merge branch 'main' of github.com:rancher/k3d into main
2021-03-05 14:53:49 +01:00
iwilltry42
c5b053a6fd
CI/GHAction: run AUR (pre-)release in Ubuntu 20.04 venv and on latest archlinux image
2021-03-05 14:52:51 +01:00
Eugene Brodsky
845aab932f
[Enhancement] Add status column to registry list ( #496 , @ebr)
2021-03-05 14:45:26 +01:00
iwilltry42
c688391549
vendor update including kubernetes, docker, containerd, etc.
2021-03-04 15:34:25 +01:00
iwilltry42
f53e8bd718
Go 1.16
2021-03-04 14:50:16 +01:00
allcontributors[bot]
c296148621
docs: add searsaw as a contributor ( #514 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-03-02 18:52:51 +01:00
Alex Sears
f141bc3be8
Fix typo in cluster stop command doc ( #513 , @searsaw)
2021-03-02 18:52:37 +01:00
iwilltry42
8b0174bed2
runtimes/docker/getgatewayip: properly catch non-existent ipam config
2021-03-02 18:38:55 +01:00
markrexwinkel
e307b69dca
[Fix] Allow absolute paths for volumes on Windows ( #510 , @markrexwinkel)
2021-03-02 18:30:03 +01:00
iwilltry42
a30c1e61fa
v4.2.0: update changelog
2021-02-09 17:51:46 +01:00
MichalK
76fc9ebed7
[Fix] Reuse registry in multicluster (fixes #485,@kuritka) ( #486 , @kuritka)
2021-02-09 17:45:15 +01:00
Dinar Valeev
78c22f7a0c
[FIX] Fix udp service access through k3d-proxy ( fixes #489 ) ( #488 , @k0da)
2021-02-09 16:48:44 +01:00
FiliusPatris
48b11ebc8c
State minimal recommended specs for multi-server ( #481 , @Filius-Patris)
2021-02-09 16:34:53 +01:00
iwilltry42
e1384c91a2
server: trim the port off the dockerHost as it renders the kubeconfig unusable ( fixes #487 )
2021-02-09 16:21:55 +01:00
iwilltry42
26fa7224ff
community: add pull-request template
2021-02-09 15:51:28 +01:00