fix weight of 'reference' contents
This commit is contained in:
parent
a1f7833143
commit
cc95605f6a
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: extensions/v1beta1 Model Definitions
|
||||
notitle: true
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: extensions/v1beta1 Operations
|
||||
notitle: true
|
||||
weight: 30
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: v1 Model Definitions
|
||||
notitle: true
|
||||
weight: 20
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: v1 Operations
|
||||
notitle: true
|
||||
weight: 10
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -5,6 +5,7 @@ reviewers:
|
|||
- erictune
|
||||
- krousey
|
||||
- clove
|
||||
weight: 70
|
||||
---
|
||||
|
||||
See also: [Kubectl Overview](/docs/reference/kubectl/overview/) and [JsonPath Guide](/docs/reference/kubectl/jsonpath).
|
||||
|
|
|
@ -3,6 +3,7 @@ title: kubectl Usage Conventions
|
|||
reviewers:
|
||||
- bgrant0607
|
||||
- janetkuo
|
||||
weight: 50
|
||||
---
|
||||
|
||||
{{< toc >}}
|
||||
|
|
|
@ -4,6 +4,7 @@ reviewers:
|
|||
- bgrant0607
|
||||
- brendandburns
|
||||
- thockin
|
||||
weight: 40
|
||||
---
|
||||
|
||||
You can use the Kubernetes command line tool kubectl to interact with the api. You can use kubectl if you are familiar with docker-cli. However, there are a few differences in the docker-cli commands and the kubectl commands. Each of the following section details a docker subcommand and explains the kubectl equivalent.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: JSONPath Support
|
||||
weight: 60
|
||||
---
|
||||
|
||||
JSONPath template is composed of JSONPath expressions enclosed by {}.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: kubectl Commands
|
||||
weight: 30
|
||||
---
|
||||
|
||||
[kubectl Command Reference](/docs/reference/generated/kubectl/kubectl-commands/)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: kubectl
|
||||
notitle: true
|
||||
weight: 20
|
||||
---
|
||||
## kubectl
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ reviewers:
|
|||
- bgrant0607
|
||||
- hw-qiaolei
|
||||
title: Overview of kubectl
|
||||
weight: 10
|
||||
---
|
||||
|
||||
`kubectl` is a command line interface for running commands against Kubernetes clusters. This overview covers `kubectl` syntax, describes the command operations, and provides common examples. For details about each command, including all the supported flags and subcommands, see the [kubectl](/docs/reference/generated/kubectl/kubectl-commands/) reference documentation. For installation instructions see [installing kubectl](/docs/tasks/kubectl/install/).
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: v1.10
|
||||
weight: 10
|
||||
---
|
||||
|
||||
[Kubernetes API v1.10](/docs/reference/generated/kubernetes-api/v1.10/)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Well-Known Labels, Annotations and Taints
|
||||
weight: 20
|
||||
---
|
||||
|
||||
Kubernetes reserves all labels and annotations in the kubernetes.io namespace. This document describes
|
||||
|
|
Loading…
Reference in New Issue