Commit Graph

22 Commits

Author SHA1 Message Date
iwilltry42
901b7d9f30 commit a5d2910f29
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Mon Nov 23 10:23:45 2020 +0100

    [Feature] clusterCreate: add back --env/-e flag to inject environment variables (#409)
2020-11-23 09:28:33 +00:00
iwilltry42
f61f071fe0 commit f09f93fc9255aea892ea0d5198d55206de49e546
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Tue Nov 10 18:19:28 2020 +0100

    add comment to apiversion
2020-11-10 17:27:01 +00:00
markrexwinkel
d394910607 commit f56c3383a6
Author: markrexwinkel <markr@infosupport.com>
Date:   Fri Nov 6 13:53:43 2020 +0100

    Docs: updated docs and Dockerfile to add cuda drivers (#402, @markrexwinkel)

    Authored-by: Mark Rexwinkel <mark.rexwinkel@elekta.com>
2020-11-06 12:54:22 +00:00
markrexwinkel
0d93aca4bc commit fca73dc27d
Author: markrexwinkel <markr@infosupport.com>
Date:   Wed Nov 4 09:27:08 2020 +0100

    [Enhancement] Docs: Add guide for CUDA support (#392, @markrexwinkel)

    * Add guide for using GPUs (CUDA)
2020-11-04 08:27:41 +00:00
iwilltry42
2b48d79c19 commit 8612b76577
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Tue Nov 3 18:51:43 2020 +0100

    imageImport: exit with non-zero exit code on failure

    ... if at least one step in the importing process fails, e.g. failed import for at least one cluster or one image

    Fixes #393
2020-11-03 17:53:48 +00:00
iwilltry42
a70f7bf74e commit b69b874098
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Mon Oct 19 13:54:29 2020 +0200

    clusterCreate/injectHostIP: use 'busybox xargs' directly instead of relying on 'xargs' link, which is missing in some images
2020-10-19 11:55:27 +00:00
iwilltry42
3634f8de68 commit 80da6b2919
Merge: bfbd287 5ecd120
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Wed Oct 7 15:45:09 2020 +0200

    Merge pull request #367 from louiznk/docs/replace-flannel-with-calico

    docs: add guide on using calico instead of flannel (thanks @louiznk)
2020-10-07 13:45:42 +00:00
iwilltry42
c52fe7baf7 commit dc725fcdbc
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Tue Oct 6 12:46:06 2020 +0200

    docs: add some missing flags and info on host.k3d.internal
2020-10-06 10:47:07 +00:00
iwilltry42
7f03f1aafc commit a28ad768cc
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Mon Oct 5 15:19:28 2020 +0200

    Misc: add new 'test' make target
2020-10-05 13:20:19 +00:00
iwilltry42
0c62e5d192 commit 6ddcd659da
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Fri Oct 2 12:27:33 2020 +0200

    docs: quote node filters (ref #348)
2020-10-02 10:28:21 +00:00
iwilltry42
405081467f commit 66a63f654f
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Sun Sep 20 14:42:52 2020 +0200

    E2E: enable skipping multiple tests and improve log messages
2020-09-20 12:43:55 +00:00
iwilltry42
4b88bd265e commit 2d2713a153
Merge: 9bf264a cc222ef
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Wed Sep 2 14:57:08 2020 +0300

    Merge pull request #345 from mtatheonly/fish-completion

    [Feature] Add fish shell completions (thanks @mtatheonly)
2020-09-02 11:58:08 +00:00
iwilltry42
66783cf15d commit fe4e3575f0a678aa14f299a9551e2a06baeeea49
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Thu Aug 13 08:00:07 2020 +0200

    docs/faq: second example  for passing additional args to k3s
2020-08-13 06:01:05 +00:00
iwilltry42
14f7bb2b62 commit 57dc7e5391
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Wed Aug 12 08:24:32 2020 +0200

    docs/services: add example to expose all nodeports from the beginning
2020-08-12 06:25:45 +00:00
iwilltry42
2027213763 commit 1422a87945
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Wed Aug 5 12:25:06 2020 +0200

    kubeconfig/docs: clarify kubeconfig get/print/show and merge/write
2020-08-05 10:26:27 +00:00
iwilltry42
f90db1bb73 commit 674e943be8
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Fri Jul 17 07:59:00 2020 +0200

    overall: fix examples/docs for changed flags
2020-07-17 06:00:08 +00:00
iwilltry42
2a787292a6 commit 92547b11d4
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Wed Jul 15 08:21:47 2020 +0200

    fix doc multiserver filename
2020-07-15 06:25:34 +00:00
iwilltry42
dd842fcaaf commit 26cd8bbb3f
Merge: d7199d7 c83ac0a
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Tue Jul 14 15:48:36 2020 +0200

    Merge pull request #300 from rancher/enhancement/noun-verb-syntax

    [Enhancement] NEW noun verb syntax
2020-07-14 13:51:30 +00:00
iwilltry42
499d73b031 commit 9332f32ead
Merge: 8278e8d 18bc8b8
Author: Thorsten Klein <iwilltry42@gmail.com>
Date:   Wed Jul 8 15:22:51 2020 +0200

    Merge pull request #288 from rancher/kubeconfig-default

    [Enhancement] New kubeconfig defaults
2020-07-08 13:23:49 +00:00
iwilltry42
a0ba919772 commit d75672887e
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Mon Jun 29 22:21:45 2020 +0200

    mod: use upstream cobra again
2020-06-29 20:23:02 +00:00
iwilltry42
cb65f01b76 commit 83b84071f6
Author: iwilltry42 <iwilltry42@gmail.com>
Date:   Wed Jun 17 20:49:11 2020 +0200

    CI/drone: use rancherio-gh-m for gh-pages deployment
2020-06-17 19:08:56 +00:00
Deployment Bot (from Travis CI)
e06059fbda Deploy rancher/k3d to github.com/rancher/k3d.git:gh-pages 2020-06-12 17:02:33 +00:00