Author: Josh Soref <jsoref@users.noreply.github.com>
Date:   Tue Jan 5 02:15:36 2021 -0500

    docs: spell checking (#434, @jsoref)
pull/667/head
jsoref 4 years ago
parent e21c172582
commit c5394c579b
  1. 2
      search/search_index.json
  2. 24
      sitemap.xml
  3. BIN
      sitemap.xml.gz
  4. 4
      usage/guides/calico.yaml
  5. 4
      usage/guides/calico/index.html
  6. 4
      usage/guides/cuda/index.html

File diff suppressed because one or more lines are too long

@ -1,51 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
<loc>https://k3d.io/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/commands/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/kubeconfig/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/multiserver/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/guides/exposing_services/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/guides/registries/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/guides/calico/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/usage/guides/cuda/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/internals/defaults/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/internals/networking/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/faq/faq/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>https://k3d.io/faq/v1vsv3-comparison/</loc>
<lastmod>2020-12-30</lastmod>
<lastmod>2021-01-05</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

@ -2092,7 +2092,7 @@ spec:
type: object
ipipMode:
description: Contains configuration for IPIP tunneling for this pool.
If not specified, then this is defaulted to "Never" (i.e. IPIP tunelling
If not specified, then this is defaulted to "Never" (i.e. IPIP tunneling
is disabled).
type: string
nat-outgoing:
@ -2112,7 +2112,7 @@ spec:
vxlanMode:
description: Contains configuration for VXLAN tunneling for this pool.
If not specified, then this is defaulted to "Never" (i.e. VXLAN
tunelling is disabled).
tunneling is disabled).
type: string
required:
- cidr

@ -613,7 +613,7 @@ In this example :
<p>For watching for the pod(s) deployment
<div class="highlight"><pre><span></span><code> watch <span class="s2">&quot;kubectl get pods -n kube-system&quot;</span>
</code></pre></div></p>
<p>You will have something like this at begining (with the command line <code>kubectl get pods -n kube-system</code>)
<p>You will have something like this at beginning (with the command line <code>kubectl get pods -n kube-system</code>)
<div class="highlight"><pre><span></span><code>NAME READY STATUS RESTARTS AGE
helm-install-traefik-pn84f 0/1 Pending 0 3s
calico-node-97rx8 0/1 Init:0/3 0 3s
@ -647,7 +647,7 @@ https://docs.projectcalico.org/getting-started/kubernetes/k3s/</p>
<div class="md-source-date">
<small>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 7, 2020</span>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 5, 2021</span>
</small>
</div>

@ -794,7 +794,7 @@ The following changes are applied:
<span class="p">{{</span><span class="nx">end</span><span class="p">}}</span>
</code></pre></div>
<h3 id="the-nvidia-device-plugin">The NVIDIA device plugin<a class="headerlink" href="#the-nvidia-device-plugin" title="Permanent link">&para;</a></h3>
<p>To enable NVIDIA GPU support on Kubernetes you also need to install the <a href="https://github.com/NVIDIA/k8s-device-plugin">NVIDIA device plugin</a>. The device plugin is a deamonset and allows you to automatically:
<p>To enable NVIDIA GPU support on Kubernetes you also need to install the <a href="https://github.com/NVIDIA/k8s-device-plugin">NVIDIA device plugin</a>. The device plugin is a daemonset and allows you to automatically:
* Expose the number of GPUs on each nodes of your cluster
* Keep track of the health of your GPUs
* Run GPU enabled containers in your Kubernetes cluster.</p>
@ -904,7 +904,7 @@ kubectl logs cuda-vector-add
<div class="md-source-date">
<small>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">November 6, 2020</span>
Last update: <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 5, 2021</span>
</small>
</div>

Loading…
Cancel
Save