Author: Oliver Bertuch <poikilotherm@users.noreply.github.com>
Date:   Wed Nov 4 19:34:53 2020 +0100

    Docs: Add asdf install option (#389, @poikilotherm)

    * Add asdf install option maintained by @spencergilbert
pull/667/head
poikilotherm 4 years ago
parent 5762f97e99
commit f2afdd83bc
  1. 3
      index.html
  2. 2
      search/search_index.json
  3. BIN
      sitemap.xml.gz

@ -669,6 +669,7 @@
<li>grab a release from the <a href="https://github.com/rancher/k3d/releases">release tab</a> and install it yourself.</li>
<li>install via go: <code class="highlight">go install github.com/rancher/k3d</code> (<strong>Note</strong>: this will give you unreleased/bleeding-edge changes)</li>
<li>use <a href="https://github.com/alexellis/arkade">arkade</a>: <code>arkade get k3d</code></li>
<li>use <a href="https://asdf-vm.com">asdf</a>: <code>asdf plugin-add k3d</code>, then <code>asdf install k3d &lt;tag&gt;</code> with <code>&lt;tag&gt; = latest</code> or <code>3.x.x</code> for a specific version (maintained by <a href="https://github.com/spencergilbert/asdf-k3d">spencergilbert/asdf-k3d</a>)</li>
</ul>
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">&para;</a></h2>
<p>Create a cluster named <code>mycluster</code> with just a single server node:</p>
@ -692,7 +693,7 @@
<div class="md-source-date">
<small>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 21, 2020</span>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 4, 2020</span>
</small>
</div>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save