Skip to content

Commit

Permalink
Deployed 9849478 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
initcron committed Jun 21, 2024
1 parent ef4437d commit f17f73d
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion base_setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@

<h1 id="base-setup">Base Setup</h1>
<p><code>Skip this step if using a pre configured lab environment</code></p>
<p>Pick Ubuntu nodes which would be part of this cluster. Then <a href="https://gist.githubusercontent.com/initcron/517bac5c39b04275242349bd78413521/raw/f925131fa215728c0ce8f00c74e2ed317ac49c88/user-data.sh">download and run this script</a> to set up the nodes and prepare those to install kubernetes. </p>
<p>Pick Ubuntu nodes which would be part of this cluster. Then <a href="https://gist.githubusercontent.com/initcron/3fad9eaf9588640ef940ad4167a61e93/raw/3f13334ece518049e2f71de303a2bafe020c6a35/user-data-k8s-v1.28.sh">download and run this script</a> to set up the nodes and prepare those to install kubernetes. </p>

</div>
</div><footer>
Expand Down
Binary file added images/eks/03/28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@ <h2 id="team">Team</h2>

<!--
MkDocs version : 1.5.2
Build Date UTC : 2024-06-11 06:54:00.559187+00:00
Build Date UTC : 2024-06-21 04:09:35.575597+00:00
-->
8 changes: 4 additions & 4 deletions install_kubernetes_with_kubeadm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,17 @@ <h2 id="compatibility">Compatibility</h2>
<tbody>
<tr>
<td><strong>Ubuntu</strong></td>
<td>** 22.10 **</td>
<td>** 24.04 LTS **</td>
</tr>
</tbody>
</table>
<h2 id="base-setup">Base Setup</h2>
<p>Refer to <a href="../base_setup">base setup document</a> to set up the nodes if you are configuring the nodes from scratch. </p>
<p>Refer to <a href="../base_setup">base setup document</a> to set up the nodes if you are configuring the nodes from scratch.</p>
<h2 id="initializing-master">Initializing Master</h2>
<p>This tutorial assumes <strong>kube-01</strong> as the master and used kubeadm as a tool to install and setup the cluster. This section also assumes that you are using vagrant based setup provided along with this tutorial. If not, please update the IP address of the master accordingly.</p>
<p>To initialize master, run this on kube-01 (1st node)</p>
<p><code>replace 192.168.56.101 with the actual IP of your node</code></p>
<pre><code>kubeadm init --apiserver-advertise-address 192.168.56.101 --pod-network-cidr=192.168.0.0/16
<p><code>replace xx.xx.xx.xx with the actual IP of your node that is reachable from other nodes</code></p>
<pre><code>kubeadm init --apiserver-advertise-address xx.xx.xx.xx --pod-network-cidr=192.168.0.0/16

</code></pre>
<h3 id="initialization-of-the-nodes-previously-minions">Initialization of the Nodes (Previously Minions)</h3>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit f17f73d

Please sign in to comment.