Add info to verify successfull installation and address other suggestions
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
title: "kubectl-convert overview"
|
||||
description: "What is kubectl-convert plugin?"
|
||||
description: >-
|
||||
A kubectl plugin that allows you to convert manifests from one version
|
||||
of a Kubernetes API to a different version.
|
||||
headless: true
|
||||
---
|
||||
|
||||
kubectl-convert is a kubectl plugin which allows to convert manifests between different api
|
||||
versions. This can be particularly helpful to migrate manifests to a non-deprecated api version.
|
||||
A plugin for Kubernetes command-line tool `kubectl`, which allows you to convert manifests between different API
|
||||
versions. This can be particularly helpful to migrate manifests to a non-deprecated api version with newer Kubernetes release.
|
||||
For more info, visit [migrate to non deprecated apis](/docs/reference/using-api/deprecation-guide/#migrate-to-non-deprecated-apis)
|
||||
Reference in New Issue
Block a user