Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Output format | Description
`-o json` | Output a JSON formatted API object.
`-o jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath/) expression.
`-o jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath/) expression in the `<filename>` file.
`-o kyaml` | Output a KYAML formatted API object (alpha, requires environment variable `KUBECTL_KYAML="true"`).
`-o kyaml` | Output a KYAML formatted API object (beta).
`-o name` | Print only the resource name and nothing else.
`-o wide` | Output in the plain-text format with any additional information. For pods, the node name is included.
`-o yaml` | Output a YAML formatted API object. KYAML is an experimental Kubernetes-specific dialect of YAML, and can be parsed as YAML.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/quick-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Output format | Description
`-o=json` | Output a JSON formatted API object
`-o=jsonpath=<template>` | Print the fields defined in a [jsonpath](/docs/reference/kubectl/jsonpath) expression
`-o=jsonpath-file=<filename>` | Print the fields defined by the [jsonpath](/docs/reference/kubectl/jsonpath) expression in the `<filename>` file
`-o=kyaml` | Output a KYAML formatted API object (alpha, requires environment variable `KUBECTL_KYAML="true"`). KYAML is an experimental Kubernetes-specific dialect of YAML, and can be parsed as YAML.
`-o=kyaml` (beta) | Output a KYAML formatted API object. KYAML is an Kubernetes-specific dialect of YAML, and can be parsed as YAML.
`-o=name` | Print only the resource name and nothing else
`-o=wide` | Output in the plain-text format with any additional information, and for pods, the node name is included
`-o=yaml` | Output a YAML formatted API object
Expand Down
20 changes: 10 additions & 10 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.34"
latest = "v1.35"

version = "v1.34"
version = "v1.35"
githubbranch = "main"
docsbranch = "main"
# Should be changed to Docsy provided `archived_version` in the future.
Expand Down Expand Up @@ -175,11 +175,17 @@ js = [
]

[[params.versions]]
version = "v1.34"
githubbranch = "v1.34.0"
version = "v1.35"
githubbranch = "v1.35.0"
docsbranch = "main"
url = "https://kubernetes.io"

[[params.versions]]
version = "v1.34"
githubbranch = "v1.34.0"
docsbranch = "release-1.34"
url = "https://v1-34.docs.kubernetes.io"

[[params.versions]]
version = "v1.33"
githubbranch = "v1.33.4"
Expand All @@ -198,12 +204,6 @@ githubbranch = "v1.31.12"
docsbranch = "release-1.31"
url = "https://v1-31.docs.kubernetes.io"

[[params.versions]]
version = "v1.30"
githubbranch = "v1.30.14"
docsbranch = "release-1.30"
url = "https://v1-30.docs.kubernetes.io"

# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
Expand Down