Skip to content

Commit dddde0f

Browse files
author
sangam14
committed
update
1 parent 514220a commit dddde0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/kubernetes/kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "kubeadm"
33
description: " Use Kubeadm to install a basic cluster "
44
slug: "kubeadm"
5-
weight: 800
5+
weight: 3
66
---
77

88
kubeadm is the reference installer for Kubernetes that sets up a minimally viable Kubernetes cluster using some best practices. It simplifies the initialization of control plane nodes, the addition (or removal) of nodes to a Kubernetes cluster, and also handles control plane and Kubelet configuration updates.

data/landing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ featureGrid:
161161
description: kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.
162162
modules:
163163
- title: "pre-requisites to install kubeadm"
164-
url: "content/docs/kubernetes/pre-requisites-kubeadm.md"
164+
url: "/content/docs/kubernetes/pre-requisites-kubeadm.md"
165165
- title: "Use Kubeadm to install a basic cluster"
166-
url: "content/docs/kubernetes/kubeadm.md"
166+
url: "/content/docs/kubernetes/kubeadm.md"
167167

168168
- title: Helm
169169
icon: 👷⎈

0 commit comments

Comments
 (0)