Skip to content

Commit

Permalink
Deployed 3ea009c with MkDocs version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 7, 2023
1 parent b126fe1 commit 83396f4
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 70 deletions.
28 changes: 28 additions & 0 deletions resource-sharing/os-backfill-containers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#advanced-advertising-additional-pilot-attributes" class="md-nav__link">
Advanced: Advertising additional pilot attributes
</a>

</li>

</ul>
Expand Down Expand Up @@ -1983,6 +1990,13 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#advanced-advertising-additional-pilot-attributes" class="md-nav__link">
Advanced: Advertising additional pilot attributes
</a>

</li>

</ul>
Expand Down Expand Up @@ -2203,6 +2217,20 @@ <h4 id="memory">Memory<a class="headerlink" href="#memory" title="Permanent link
Additionally, the processes that manage jobs also use some amount of memory.
Therefore, it is important to give the container some extra room.</p>
</div>
<h3 id="advanced-advertising-additional-pilot-attributes">Advanced: Advertising additional pilot attributes<a class="headerlink" href="#advanced-advertising-additional-pilot-attributes" title="Permanent link">&para;</a></h3>
<p>You can put arbitrary additional attributes in the machine ads that the pilot advertises to the OSPool.
These attributes will show up when users run <code>condor_status -l</code> against your pilot.
This could be useful for advertising something about the way the pilot was provisioned.
To do this, volume-mount a file containing <code>key=value</code> pairs to <code>/etc/osg/extra-attributes.cfg</code>.
Keys must be valid classad attribute names and values must be valid classad expressions.
Multi-line strings are not supported.
A line starting with <code>#</code> will be treated as a comment.
For example:</p>
<div class="highlight"><pre><span></span><code># The Kubernetes namespace this pod is running under
KUBERNETES_NAMESPACE = &quot;path-osgdev&quot;
# The deployment for this pilot
KUBERNETES_DEPLOYMENT = &quot;osgvo-docker-pilot-gpu&quot;
</code></pre></div>
<h2 id="best-practices">Best Practices<a class="headerlink" href="#best-practices" title="Permanent link">&para;</a></h2>
<p>We recommend pulling new versions of backfill containers at least every 72 hours.
This ensures that your containers will have the latest bug and security fixes as well as the configurations to match the
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 83396f4

Please sign in to comment.