-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ project <a href="https://github.com/kubernetes/community/blob/master/comm | |
|
||
<p>Following is the process for proposing a new Kustomize feature:</p> | ||
<ol> | ||
<li>Check the <a href="https://kubernetes-sigs.github.io/kustomize/faq/eschewedfeatures/">eschewed feature list</a> to see if the feature has already been proposed</li> | ||
<li>Check the <a href="https://kubernetes-sigs.github.io/cli-experimental/cli-experimental/faq/kustomize/eschewedfeatures/">eschewed feature list</a> to see if the feature has already been proposed</li> | ||
<li>File an <a href="https://github.com/kubernetes-sigs/kustomize/issues">issue</a> describing the desired feature | ||
<ul> | ||
<li>label it <a href="https://github.com/kubernetes-sigs/kustomize/labels/kind%2Ffeature">kind/feature</a></li> | ||
|
@@ -100,8 +100,8 @@ project <a href="https://github.com/kubernetes/community/blob/master/comm | |
<li>example of how you would accomplish the motivating task <em>with</em> the feature</li> | ||
</ul> | ||
</li> | ||
<li>Email the <a href="https://kubernetes-sigs.github.io/cli-experimental/kustomize/contributing/community/">sig-cli</a> mailing list with the issue</li> | ||
<li>Present the issue at <a href="https://kubernetes-sigs.github.io/cli-experimental/kustomize/contributing/community/">sig-cli</a> bi-weekly meeting on Zoom | ||
<li>Email the <a href="https://kubernetes-sigs.github.io/cli-experimental/cli-experimental/contributing/kustomize/community/">sig-cli</a> mailing list with the issue</li> | ||
<li>Present the issue at <a href="https://kubernetes-sigs.github.io/cli-experimental/cli-experimental/contributing/kustomize/community/">sig-cli</a> bi-weekly meeting on Zoom | ||
<ul> | ||
<li>add it to the <a href="https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit#heading=h.himo1st0tqyy">meeting agenda</a> doc</li> | ||
<li>be present to discuss the feature</li> | ||
|
@@ -142,7 +142,7 @@ forked from the <a href="https://github.com/google/docsy-example"> | |
<li><a href="https://gohugo.io/getting-started/installing/#fetch-from-github">Install hugo</a></li> | ||
<li>Clone kustomize | ||
<ul> | ||
<li><code>git clone [email protected]:kubernetes-sigs/kustomize &amp;&amp; cd kustomize/</code></li> | ||
<li><code>git clone [email protected]:kubernetes-sigs/cli-experimental &amp;&amp; cd site/</code></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -153,7 +153,7 @@ forked from the <a href="https://github.com/google/docsy-example"> | |
hugo serve | ||
</code></pre></div><div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell">... | ||
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender | ||
Web Server is available at http://localhost:1313/kustomize/ <span style="color:#ce5c00;font-weight:bold">(</span><span style="color:#204a87">bind</span> address 127.0.0.1<span style="color:#ce5c00;font-weight:bold">)</span> | ||
Web Server is available at http://localhost:1313/cli-experimental/ <span style="color:#ce5c00;font-weight:bold">(</span><span style="color:#204a87">bind</span> address 127.0.0.1<span style="color:#ce5c00;font-weight:bold">)</span> | ||
</code></pre></div><h2 id="publishing">Publishing</h2> | ||
<p>Hugo compiles the files under <code>site</code> Hugo into html which it puts in the <code>docs</code> folder:</p> | ||
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-shell" data-lang="shell"><span style="color:#204a87">cd</span> site/ | ||
|
@@ -175,7 +175,7 @@ hugo | |
<ol> | ||
<li>Go to the <em>forked repo&rsquo;s</em> <strong>Settings</strong> tab | ||
<ul> | ||
<li>e.g. <a href="https://github.com/pwittrock/kustomize">https://github.com/pwittrock/kustomize</a></li> | ||
<li>e.g. <code>https://github.com/user-name/cli-experimental</code></li> | ||
</ul> | ||
</li> | ||
<li>Go to the <strong>GitHub Pages</strong> section</li> | ||
|
@@ -184,9 +184,9 @@ hugo | |
<h3 id="publish-to-the-forks-github-pages">Publish to the fork&rsquo;s GitHub Pages</h3> | ||
|
||
|
||
<div class="pageinfo pageinfo-info"> | ||
<p>Changes must be pushed to the fork&rsquo;s <strong>master branch</strong> to be served as the fork&rsquo;s GitHub Page.</p> | ||
|
||
<div class="alert alert-success" role="alert"> | ||
<h4 class="alert-heading">Info</h4> | ||
Changes must be pushed to the fork&rsquo;s <strong>master branch</strong> to be served as the fork&rsquo;s GitHub Page. | ||
</div> | ||
|
||
<ol> | ||
|
@@ -196,7 +196,7 @@ hugo | |
<li>Commit and push the changes to the <em>remote fork&rsquo;s</em> <strong>master branch</strong></li> | ||
<li>After a few minutes, the docs should be served from the fork&rsquo;s GitHub Page | ||
<ul> | ||
<li>e.g. <a href="https://pwittrock.github.io/kustomize/">https://pwittrock.github.io/kustomize/</a></li> | ||
<li>e.g. <code>https://user-name.github.io/cli-experimental/</code></li> | ||
</ul> | ||
</li> | ||
</ol> | ||
|
@@ -215,7 +215,8 @@ hugo | |
|
||
|
||
|
||
<div class="pageinfo pageinfo-info"> | ||
<div class="alert alert-success" role="alert"> | ||
<h4 class="alert-heading">Info</h4> | ||
<p>To build kustomize using the locally modified modules, <code>replace</code> statements must be added to | ||
the <code>kustomize/go.mod</code>.</p> | ||
<p>e.g. if code in <code>api</code> was modified, a <code>replace</code> statement would need to be added for the | ||
|