Skip to content

Commit 5194260

Browse files
committed
Deployed ceb39e2 with MkDocs version: 1.6.1
1 parent d89907c commit 5194260

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

create-and-deploy-kubernetes-pods/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -379,17 +379,17 @@ <h3 id="writing-pod-spec">Writing Pod Spec</h3>
379379
<p><strong>Problem Statement:</strong> Create a YAML spec to launch a pod with one container to run vote application, which matches the following specs.</p>
380380
<ul>
381381
<li>pod:<ul>
382-
<li>metadata:</li>
383-
<li>name: vote</li>
384-
<li>labels:<ul>
385-
<li>app: python</li>
386-
<li>role: vote</li>
387-
<li>version: v1</li>
382+
<li>metadata: </li>
383+
<li>name: vote </li>
384+
<li>labels: <ul>
385+
<li>app: python </li>
386+
<li>role: vote </li>
387+
<li>version: v1 </li>
388388
</ul>
389389
</li>
390390
</ul>
391391
</li>
392-
<li>containers:<ul>
392+
<li>containers: <ul>
393393
<li>name: app</li>
394394
<li>image: schoolofdevops/vote:v1</li>
395395
</ul>
@@ -448,7 +448,7 @@ <h3 id="launching-and-operating-pods">Launching and operating Pods</h3>
448448
<pre><code>
449449
kubectl logs vote
450450

451-
kubectl exec -it vote sh
451+
kubectl exec -it vote -- sh
452452

453453

454454
</code></pre>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,5 @@ <h2 id="author">Author</h2>
373373

374374
<!--
375375
MkDocs version : 1.6.1
376-
Build Date UTC : 2025-05-23 06:02:11.003679+00:00
376+
Build Date UTC : 2025-05-23 06:03:45.601990+00:00
377377
-->

kind_create_cluster/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ <h2 id="setup-kubernetes-cluster-with-kind">Setup Kubernetes Cluster with KIND</
358358
<pre><code>kind get clusters
359359
kubectl cluster-info --context kind-kind
360360
kubectl get nodes
361+
kubectl get pods -A
361362
</code></pre>
362363
<p>[sample output]</p>
363364
<pre><code>root@demo:~# kubectl get nodes

search/search_index.json

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

0 commit comments

Comments
 (0)