Skip to content

Commit 688e9c8

Browse files
authored
[Docs] Fix kubernetes typos (#3169)
* Update kubernetes * Update home.html * Update kubernetes-beta.md * Update home.html
1 parent bd9265a commit 688e9c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/blog/posts/kubernetes-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Before running a distributed task, create a fleet with `placement` set to `clust
148148

149149
placement: cluster
150150

151-
backends: [kuberenetes]
151+
backends: [kubernetes]
152152

153153
resources:
154154
# Specify requirements to filter nodes

docs/docs/guides/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you’d like to run [distributed tasks](../concepts/tasks.md#distributed-task
6464

6565
placement: cluster
6666

67-
backends: [kuberenetes]
67+
backends: [kubernetes]
6868

6969
resources:
7070
# Specify requirements to filter nodes

docs/overrides/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2>Native integration with GPU clouds</h2>
172172
</p>
173173

174174
<p>
175-
It can provision and manage VM clusters through native integrations or via <span class="highlight">Kuberenetes</span>.
175+
It can provision and manage VM clusters through native integrations or via <span class="highlight">Kubernetes</span>.
176176
</p>
177177

178178
<p>
@@ -204,9 +204,9 @@ <h2>Native integration with GPU clouds</h2>
204204
<h2>Easy to use with on-prem clusters</h2>
205205

206206
<p>
207-
For provisioned <span class="highlight">Kuberenetes</span> clusters, connect them to <span class="highlight">dstack</span> using the <span
207+
For provisioned <span class="highlight">Kubernetes</span> clusters, connect them to <span class="highlight">dstack</span> using the <span
208208
class="highlight">Kubernetes</span> backend.
209-
If you run vanilla bare-metal servers or VMs without <span class="highlight">Kuberenetes</span>, use <span class="highlight">SSH fleets</span>
209+
If you run vanilla bare-metal servers or VMs without <span class="highlight">Kubernetes</span>, use <span class="highlight">SSH fleets</span>
210210
instead.
211211
</p>
212212

0 commit comments

Comments
 (0)