Skip to content

Commit

Permalink
Use built-in version check & metadata (kubernetes#18542)
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim authored and wawa0210 committed Mar 2, 2020
1 parent 1d34454 commit 7dca9ab
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- liggitt
content_template: templates/task
weight: 30
min-kubernetes-server-version: v1.16
---

{{% capture overview %}}
Expand All @@ -16,20 +17,18 @@ level of your CustomResourceDefinitions or advance your API to a new version wit

{{% capture prerequisites %}}

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}

* Make sure your Kubernetes cluster has a master version of 1.16.0 or higher for `apiextensions.k8s.io/v1`, or 1.11.0 or higher for `apiextensions.k8s.io/v1beta1`.
You should have a initial understanding of [custom resources](/docs/concepts/api-extension/custom-resources/).

* Read about [custom resources](/docs/concepts/api-extension/custom-resources/).
{{< version-check >}}

{{% /capture %}}

{{% capture steps %}}

## Overview

{{< feature-state state="stable" for_kubernetes_version="1.16" >}}

The CustomResourceDefinition API provides a workflow for introducing and upgrading
to new versions of a CustomResourceDefinition.

Expand Down

0 comments on commit 7dca9ab

Please sign in to comment.