exclude files from being rendered

Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
This commit is contained in:
PiotrLewandowski323 2023-01-07 18:21:59 +01:00
parent c783bb37c9
commit 4fc6aef191
9 changed files with 36 additions and 0 deletions

View File

@ -3,4 +3,8 @@ title: "Tools Included"
description: "Snippets to be included in the main kubectl-installs-*.md pages."
headless: true
toc_hide: true
_build:
list: never
render: never
publishResources: false
---

View File

@ -4,6 +4,10 @@ description: >-
A kubectl plugin that allows you to convert manifests from one version
of a Kubernetes API to a different version.
headless: true
_build:
list: never
render: never
publishResources: false
---
A plugin for Kubernetes command-line tool `kubectl`, which allows you to convert manifests between different API

View File

@ -2,6 +2,10 @@
title: "What's next?"
description: "What's next after installing kubectl."
headless: true
_build:
list: never
render: never
publishResources: false
---
* [Install Minikube](https://minikube.sigs.k8s.io/docs/start/)

View File

@ -2,6 +2,10 @@
title: "bash auto-completion on Linux"
description: "Some optional configuration for bash auto-completion on Linux."
headless: true
_build:
list: never
render: never
publishResources: false
---
### Introduction

View File

@ -2,6 +2,10 @@
title: "bash auto-completion on macOS"
description: "Some optional configuration for bash auto-completion on macOS."
headless: true
_build:
list: never
render: never
publishResources: false
---
### Introduction

View File

@ -2,6 +2,10 @@
title: "fish auto-completion"
description: "Optional configuration to enable fish shell auto-completion."
headless: true
_build:
list: never
render: never
publishResources: false
---
{{< note >}}

View File

@ -2,6 +2,10 @@
title: "PowerShell auto-completion"
description: "Some optional configuration for powershell auto-completion."
headless: true
_build:
list: never
render: never
publishResources: false
---
The kubectl completion script for PowerShell can be generated with the command `kubectl completion powershell`.

View File

@ -2,6 +2,10 @@
title: "zsh auto-completion"
description: "Some optional configuration for zsh auto-completion."
headless: true
_build:
list: never
render: never
publishResources: false
---
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.

View File

@ -2,6 +2,10 @@
title: "verify kubectl install"
description: "How to verify kubectl."
headless: true
_build:
list: never
render: never
publishResources: false
---
In order for kubectl to find and access a Kubernetes cluster, it needs a