Skip to content

Commit e334443

Browse files
authored
Merge pull request #38825 from PiotrLewandowski323/main
Exclude files from being rendered and served
2 parents f76ecfa + 4fc6aef commit e334443

9 files changed

+36
-0
lines changed

content/en/docs/tasks/tools/included/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ title: "Tools Included"
33
description: "Snippets to be included in the main kubectl-installs-*.md pages."
44
headless: true
55
toc_hide: true
6+
_build:
7+
list: never
8+
render: never
9+
publishResources: false
610
---

content/en/docs/tasks/tools/included/kubectl-convert-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: >-
44
A kubectl plugin that allows you to convert manifests from one version
55
of a Kubernetes API to a different version.
66
headless: true
7+
_build:
8+
list: never
9+
render: never
10+
publishResources: false
711
---
812

913
A plugin for Kubernetes command-line tool `kubectl`, which allows you to convert manifests between different API

content/en/docs/tasks/tools/included/kubectl-whats-next.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "What's next?"
33
description: "What's next after installing kubectl."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
* [Install Minikube](https://minikube.sigs.k8s.io/docs/start/)

content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "bash auto-completion on Linux"
33
description: "Some optional configuration for bash auto-completion on Linux."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
### Introduction

content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "bash auto-completion on macOS"
33
description: "Some optional configuration for bash auto-completion on macOS."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
### Introduction

content/en/docs/tasks/tools/included/optional-kubectl-configs-fish.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "fish auto-completion"
33
description: "Optional configuration to enable fish shell auto-completion."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
{{< note >}}

content/en/docs/tasks/tools/included/optional-kubectl-configs-pwsh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "PowerShell auto-completion"
33
description: "Some optional configuration for powershell auto-completion."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
The kubectl completion script for PowerShell can be generated with the command `kubectl completion powershell`.

content/en/docs/tasks/tools/included/optional-kubectl-configs-zsh.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "zsh auto-completion"
33
description: "Some optional configuration for zsh auto-completion."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
The kubectl completion script for Zsh can be generated with the command `kubectl completion zsh`. Sourcing the completion script in your shell enables kubectl autocompletion.

content/en/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "verify kubectl install"
33
description: "How to verify kubectl."
44
headless: true
5+
_build:
6+
list: never
7+
render: never
8+
publishResources: false
59
---
610

711
In order for kubectl to find and access a Kubernetes cluster, it needs a

0 commit comments

Comments
 (0)