Skip to content

Commit

Permalink
deploy: ebf1a3e
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaller committed Oct 14, 2023
1 parent 34c7f66 commit c8e1c11
Show file tree
Hide file tree
Showing 6 changed files with 432 additions and 132 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3481,6 +3481,11 @@ <h3 id="tips">Tips<a class="headerlink" href="#tips" title="Permanent link">&par
<p>Alternatively, the e2e tests can be run against the system controller (i.e. without an instance id):</p>
<div class="highlight"><pre><span></span><code>make<span class="w"> </span>start-e2e<span class="w"> </span><span class="nv">E2E_INSTANCE_ID</span><span class="o">=</span><span class="s1">&#39;&#39;</span>
</code></pre></div>
<ol>
<li>Working on CRDs? While editing them directly works when you are finding the shape of things you want, the final CRDs are autogenerated. Make sure to regenerate them before submitting PRs. They are controlled by the relevant annotations in the types file:</li>
</ol>
<p>eg: Analysis Templates are controlled by annotations in <code>pkg/apis/rollouts/v1alpha1/analysis_types.go</code>.</p>
<p>Refer to https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html and https://book.kubebuilder.io/reference/markers/crd-validation.html for more info on annotations you can use.</p>
<h2 id="running-local-containers">Running Local Containers<a class="headerlink" href="#running-local-containers" title="Permanent link">&para;</a></h2>
<p>You may need to run containers locally, so here's how:</p>
<p>Create login to Docker Hub, then login.</p>
Expand Down
Loading

0 comments on commit c8e1c11

Please sign in to comment.