Skip to content

Commit

Permalink
Update page weights in /tasks/access-application-cluster, /configure-…
Browse files Browse the repository at this point in the history
…pod-container, /configmap-secret
  • Loading branch information
a-mccarthy committed Jan 13, 2023
1 parent b1202c7 commit 97693ff
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/access-application-cluster/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Access Applications in a Cluster"
description: Configure load balancing, port forwarding, or setup firewall or DNS configurations to access applications in a cluster.
weight: 60
weight: 100
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Access Services Running on Clusters
content_type: task
weight: 140
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Communicate Between Containers in the Same Pod Using a Shared Volume
content_type: task
weight: 110
weight: 120
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configure DNS for a Cluster
weight: 120
weight: 130
content_type: concept
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Set up Ingress on Minikube with the NGINX Ingress Controller
content_type: task
weight: 100
weight: 110
min-kubernetes-server-version: 1.19
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/tasks/configmap-secret/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Managing Secrets"
weight: 28
weight: 60
description: Managing confidential settings data using Secrets.
---

2 changes: 1 addition & 1 deletion content/en/docs/tasks/configure-pod-container/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configure Pods and Containers"
description: Perform common configuration tasks for Pods and containers.
weight: 20
weight: 30
---

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Assign Pods to Nodes using Node Affinity
min-kubernetes-server-version: v1.10
content_type: task
weight: 120
weight: 160
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Assign Pods to Nodes
content_type: task
weight: 120
weight: 150
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Attach Handlers to Container Lifecycle Events
content_type: task
weight: 140
weight: 180
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure GMSA for Windows Pods and containers
content_type: task
weight: 20
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure Liveness, Readiness and Startup Probes
content_type: task
weight: 110
weight: 140
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure a Pod to Use a PersistentVolume for Storage
content_type: task
weight: 60
weight: 90
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure a Pod to Use a ConfigMap
content_type: task
weight: 150
weight: 190
card:
name: tasks
weight: 50
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure Pod Initialization
content_type: task
weight: 130
weight: 170
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reviewers:
- pmorie
title: Configure a Pod to Use a Projected Volume for Storage
content_type: task
weight: 70
weight: 100
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure RunAsUserName for Windows pods and containers
content_type: task
weight: 20
weight: 40
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- thockin
title: Configure Service Accounts for Pods
content_type: task
weight: 90
weight: 120
---

Kubernetes offers two distinct ways for clients that run within your
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure a Pod to Use a Volume for Storage
content_type: task
weight: 50
weight: 80
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Create a Windows HostProcess Pod
content_type: task
weight: 20
weight: 50
min-kubernetes-server-version: 1.23
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- liggitt
content_type: task
min-kubernetes-server-version: v1.22
weight: 240
---

As of v1.22, Kubernetes provides a built-in [admission controller](/docs/reference/access-authn-authz/admission-controllers/#podsecurity)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- liggitt
content_type: task
min-kubernetes-server-version: v1.22
weight: 250
---

Namespaces can be labeled to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). The three policies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Assign Extended Resources to a Container
content_type: task
weight: 40
weight: 70
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- liggitt
content_type: task
min-kubernetes-server-version: v1.22
weight: 260
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Pull an Image from a Private Registry
content_type: task
weight: 100
weight: 130
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure Quality of Service for Pods
content_type: task
weight: 30
weight: 60
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- thockin
title: Configure a Security Context for a Pod or Container
content_type: task
weight: 80
weight: 110
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- yujuhong
- dchen1107
content_type: task
weight: 160
weight: 200
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
reviewers:
- jsafrane
title: Create static Pods
weight: 170
weight: 220
content_type: task
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- cdrage
title: Translate a Docker Compose File to Kubernetes Resources
content_type: task
weight: 200
weight: 230
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Use a User Namespace With a Pod
reviewers:
content_type: task
weight: 160
weight: 210
min-kubernetes-server-version: v1.25
---

Expand Down

0 comments on commit 97693ff

Please sign in to comment.