[go: up one dir, main page]

Skip to content

Commit

Permalink
Update page weights in /tasks/administer-cluster section
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mccarthy committed Jan 11, 2023
1 parent cb198d8 commit b1202c7
Show file tree
Hide file tree
Showing 56 changed files with 56 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Access Clusters Using the Kubernetes API
content_type: task
weight: 60
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/tasks/administer-cluster/certificates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Generate Certificates Manually
content_type: task
weight: 20
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Change the default StorageClass
content_type: task
weight: 90
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Change the Reclaim Policy of a PersistentVolume
content_type: task
weight: 100
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Upgrade A Cluster
content_type: task
weight: 350
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- jpbetz
title: Operating etcd clusters for Kubernetes
content_type: task
weight: 270
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
title: "Migrate Replicated Control Plane To Use Cloud Controller Manager"
linkTitle: "Migrate Replicated Control Plane To Use Cloud Controller Manager"
content_type: task
weight: 250
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/coredns.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
title: Using CoreDNS for Service Discovery
min-kubernetes-server-version: v1.9
content_type: task
weight: 380
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ reviewers:

content_type: task
min-kubernetes-server-version: v1.26
weight: 140
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
title: Declare Network Policy
min-kubernetes-server-version: v1.8
content_type: task
weight: 180
---
<!-- overview -->
This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/concepts/services-networking/network-policies/) to declare network policies that govern how pods communicate with each other.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- wlan0
title: Developing Cloud Controller Manager
content_type: concept
weight: 190
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
title: Customizing DNS Service
content_type: task
min-kubernetes-server-version: v1.12
weight: 160
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
title: Debugging DNS Resolution
content_type: task
min-kubernetes-server-version: v1.6
weight: 170
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Autoscale the DNS Service in a Cluster
content_type: task
weight: 80
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Enable Or Disable A Kubernetes API
content_type: task
weight: 200
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/encrypt-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- enj
content_type: task
min-kubernetes-server-version: 1.13
weight: 210
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Advertise Extended Resources for a Node
content_type: task
weight: 70
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- piosz
title: Guaranteed Scheduling For Critical Add-On Pods
content_type: concept
weight: 220
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/ip-masq-agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: IP Masquerade Agent User Guide
content_type: task
weight: 230
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/kms-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- enj
title: Using a KMS provider for data encryption
content_type: task
weight: 370
---
<!-- overview -->
This page shows how to configure a Key Management Service (KMS) provider and plugin to enable secret data encryption. Currently there are two KMS API versions. KMS v1 will continue to work while v2 develops in maturity. If you are not sure which KMS API version to pick, choose v1.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuring a cgroup driver
content_type: task
weight: 10
weight: 20
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- sig-cluster-lifecycle
title: Reconfiguring a kubeadm cluster
content_type: task
weight: 10
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- sig-cluster-lifecycle
title: Upgrading kubeadm clusters
content_type: task
weight: 20
weight: 40
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Upgrading Windows nodes
min-kubernetes-server-version: 1.17
content_type: task
weight: 40
weight: 50
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- dawnchen
title: Set Kubelet parameters via a config file
content_type: task
weight: 330
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
description: Configure the kubelet's image credential provider plugin
content_type: task
min-kubernetes-server-version: v1.26
weight: 120
---

{{< feature-state for_k8s_version="v1.26" state="stable" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Running Kubernetes Node Components as a Non-root User
content_type: task
min-kubernetes-server-version: 1.22
weight: 300
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Limit Storage Consumption
content_type: task
weight: 240
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Manage Memory, CPU, and API Resources
weight: 20
weight: 40
---
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/memory-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ reviewers:

content_type: task
min-kubernetes-server-version: v1.21
weight: 410
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Migrating from dockershim"
weight: 10
weight: 20
content_type: task
no_list: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Changing the Container Runtime on a Node from Docker Engine to containerd"
weight: 8
weight: 10
content_type: task
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Check whether dockershim removal affects you
content_type: task
reviewers:
- SergeyKanzhelev
weight: 20
weight: 50
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Find Out What Container Runtime is Used on a Node
content_type: task
reviewers:
- SergeyKanzhelev
weight: 10
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Migrate Docker Engine nodes from dockershim to cri-dockerd"
weight: 9
weight: 20
content_type: task
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Migrating telemetry and security agents from dockershim
content_type: task
reviewers:
- SergeyKanzhelev
weight: 70
weight: 60
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content_type: task
reviewers:
- mikebrow
- divya-mohan0209
weight: 10
weight: 40
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- janetkuo
title: Namespaces Walkthrough
content_type: task
weight: 260
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- janetkuo
title: Share a Cluster with Namespaces
content_type: task
weight: 340
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Install a Network Policy Provider
weight: 30
weight: 50
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- caseydavenport
title: Use Calico for NetworkPolicy
content_type: task
weight: 10
weight: 20
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reviewers:
- aanm
title: Use Cilium for NetworkPolicy
content_type: task
weight: 20
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- murali-reddy
title: Use Kube-router for NetworkPolicy
content_type: task
weight: 30
weight: 40
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- chrismarino
title: Romana for NetworkPolicy
content_type: task
weight: 40
weight: 50
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- bboreham
title: Weave Net for NetworkPolicy
content_type: task
weight: 50
weight: 60
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/tasks/administer-cluster/nodelocaldns.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- sftim
title: Using NodeLocal DNSCache in Kubernetes Clusters
content_type: task
weight: 390
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Configure Quotas for API Objects
content_type: task
weight: 130
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
title: Reconfigure a Node's Kubelet in a Live Cluster
content_type: task
min-kubernetes-server-version: v1.11
weight: 280
---

<!-- overview -->
Expand Down

0 comments on commit b1202c7

Please sign in to comment.