update docs site

This commit is contained in:
Phillip Wittrock
2020-11-11 08:30:00 -08:00
parent 71b763888c
commit afff3ce5ab
49 changed files with 197 additions and 7846 deletions

View File

@@ -403,19 +403,6 @@
<nav id="TableOfContents">
<ul>
<li>
<ul>
<li><a href="#install-go-113">Install go 1.13</a></li>
<li><a href="#install-kubeval">Install kubeval</a></li>
<li><a href="#install-gnu-tools">Install gnu tools</a></li>
</ul>
</li>
<li><a href="#make-everything">Make everything</a></li>
</ul>
</nav>
</div>
@@ -452,22 +439,7 @@
<h1>MacOS Dev Guide</h1>
<div class="lead">How to develop on MacOS</div>
<meta http-equiv="refresh" content="0; url=https://kubectl.docs.kubernetes.io/contributing/kustomize/mac" />
<p>First install the tools to build and run tests</p>
<h3 id="install-go-113">Install go 1.13</h3>
<p><a href="https://golang.org/doc/install">Instructions</a></p>
<p>Add <code>go</code> to your PATH</p>
<h3 id="install-kubeval">Install kubeval</h3>
<p><a href="https://github.com/instrumenta/kubeval">Instructions</a></p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">go get github.com/instrumenta/kubeval
</code></pre></div><p>Add <code>kubeval</code> to your PATH</p>
<h3 id="install-gnu-tools">Install gnu tools</h3>
<p><a href="https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/">Instructions</a></p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">brew install coreutils wget gnu-sed tree
</code></pre></div><p>Add the new tools to your PATH</p>
<h2 id="make-everything">Make everything</h2>
<p>Verify your install by running <code>make</code>:</p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">make
</code></pre></div><p>Be default, this runs all tests needed to qualify a pull request.</p>
<p>Moved to <a href="https://github.com/kubernetes-sigs/cli-experimental">https://github.com/kubernetes-sigs/cli-experimental</a></p>
<div class="section-index">
@@ -497,7 +469,7 @@
<div class="text-muted mt-5 pt-3 border-top">Last modified November 4, 2020: <a href="https://github.com/kubernetes-sigs/kustomize/commit/0834e152b203ffeccfbbf1ddd3c1f49debdac341">Redirect kustomize docs to the new unified site. (0834e152)</a>
<div class="text-muted mt-5 pt-3 border-top">Last modified November 11, 2020: <a href="https://github.com/kubernetes-sigs/kustomize/commit/71b763888cad614abb44b3086e291fe72d601080">Remove duplicate kustomize docs content (71b76388)</a>
</div>
</div>