Skip to content

Commit cd484c7

Browse files
Deploying to gh-pages from @ dstackai/dstack@775aff0 🚀
1 parent a35fe3a commit cd484c7

File tree

8 files changed

+136
-136
lines changed

8 files changed

+136
-136
lines changed

docs/concepts/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ projects:
10551055
verbs: ["get", "create", "delete"]
10561056
- apiGroups: [""]
10571057
resources: ["nodes"]
1058-
verbs: ["list"]
1058+
verbs: ["list", "get"]
10591059
```
10601060

10611061
Ensure you've created a ClusterRoleBinding to grant the role to the user or the service account you're using.

docs/concepts/backends/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5461,7 +5461,7 @@ <h3 id="kubernetes">Kubernetes<a class="headerlink" href="#kubernetes" title="Pe
54615461
<span class="w"> </span><span class="nt">verbs</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="s">&quot;get&quot;</span><span class="p p-Indicator">,</span><span class="w"> </span><span class="s">&quot;create&quot;</span><span class="p p-Indicator">,</span><span class="w"> </span><span class="s">&quot;delete&quot;</span><span class="p p-Indicator">]</span>
54625462
<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">apiGroups</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="s">&quot;&quot;</span><span class="p p-Indicator">]</span>
54635463
<span class="w"> </span><span class="nt">resources</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="s">&quot;nodes&quot;</span><span class="p p-Indicator">]</span>
5464-
<span class="w"> </span><span class="nt">verbs</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="s">&quot;list&quot;</span><span class="p p-Indicator">]</span>
5464+
<span class="w"> </span><span class="nt">verbs</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="s">&quot;list&quot;</span><span class="p p-Indicator">,</span><span class="w"> </span><span class="s">&quot;get&quot;</span><span class="p p-Indicator">]</span>
54655465
</code></pre></div>
54665466
<p>Ensure you've created a ClusterRoleBinding to grant the role to the user or the service account you're using.</p>
54675467
</details>

examples/clusters/nebius.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Pass the configuration to `dstack apply`:
201201
<div class="termy">
202202

203203
```shell
204-
$ dstack apply -f crusoe-nccl-tests.dstack.yml
204+
$ dstack apply -f nebius-nccl-tests.dstack.yml
205205
206206
Provisioning...
207207
---> 100%

examples/clusters/nebius/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4496,7 +4496,7 @@ <h2 id="nccl-tests">NCCL tests<a class="headerlink" href="#nccl-tests" title="Pe
44964496
<p>Pass the configuration to <code>dstack apply</code>:</p>
44974497
<div class="termy">
44984498

4499-
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>dstack<span class="w"> </span>apply<span class="w"> </span>-f<span class="w"> </span>crusoe-nccl-tests.dstack.yml
4499+
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>dstack<span class="w"> </span>apply<span class="w"> </span>-f<span class="w"> </span>nebius-nccl-tests.dstack.yml
45004500

45014501
Provisioning...
45024502
---&gt;<span class="w"> </span><span class="m">100</span>%

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ projects:
16141614
verbs: ["get", "create", "delete"]
16151615
- apiGroups: [""]
16161616
resources: ["nodes"]
1617-
verbs: ["list"]
1617+
verbs: ["list", "get"]
16181618
```
16191619

16201620
Ensure you've created a ClusterRoleBinding to grant the role to the user or the service account you're using.

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)