Skip to content

Commit 18e5d14

Browse files
author
Tim Bannister
committed
Remove rkt
https://github.com/rkt/rkt is an ex-project. rkt has kicked the bucket, shuffled off its mortal coil, run down the curtain and joined the choir invisible.
1 parent 2ebd8a7 commit 18e5d14

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

content/en/docs/reference/glossary/rkt.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 style="color: #3771e3;">Cluster Diagram</h2>
7272
<div class="row">
7373
<div class="col-md-8">
7474
<p><b>The Master is responsible for managing the cluster.</b> The master coordinates all activities in your cluster, such as scheduling applications, maintaining applications' desired state, scaling applications, and rolling out new updates.</p>
75-
<p><b>A node is a VM or a physical computer that serves as a worker machine in a Kubernetes cluster.</b> Each node has a Kubelet, which is an agent for managing the node and communicating with the Kubernetes master. The node should also have tools for handling container operations, such as Docker or rkt. A Kubernetes cluster that handles production traffic should have a minimum of three nodes.</p>
75+
<p><b>A node is a VM or a physical computer that serves as a worker machine in a Kubernetes cluster.</b> Each node has a Kubelet, which is an agent for managing the node and communicating with the Kubernetes master. The node should also have tools for handling container operations, such as containerd or Docker. A Kubernetes cluster that handles production traffic should have a minimum of three nodes.</p>
7676

7777
</div>
7878
<div class="col-md-4">

0 commit comments

Comments
 (0)