Skip to content

Commit

Permalink
Moved API doc to top level, removed ref section and faqs (#867)
Browse files Browse the repository at this point in the history
* Moved API doc to top level, remofed ref and faqs

* Fixed broken link
  • Loading branch information
chrisnegus authored Nov 28, 2021
1 parent 003ecc6 commit 06435dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Spec Fields"
weight: 10
---

The [Provisioner CRD]({{< ref "../../reference/provisioner-crd.md" >}}) supports defining
The [Provisioner CRD]({{< ref "../../provisioner-crd.md" >}}) supports defining
node properties like instance type and zone. For certain well-known labels (documented below), Karpenter will provision
nodes accordingly. For example, in response to a label of
`topology.kubernetes.io/zone=us-east-1c`, Karpenter will provision nodes in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "API (Provisioner CRD)"
linkTitle: "API (Provisioner CRD)"
weight: 40
title: "Provisioner API"
linkTitle: "Provisioner API"
weight: 70
date: 2017-01-05
description: >
Provisioner CRD reference page
Provisioner API reference page
---

## Example Provisioner Resource
Expand Down Expand Up @@ -44,9 +44,6 @@ spec:
- key: "kubernetes.io/arch" # If not included, all architectures are considered
operator: In
values: ["arm64", "amd64"]
- key: "kubernetes.io/os" # If not included, all operating systems are considered
operator: In
values: ["linux"]
- key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand
operator: In
values: ["spot", "on-demand"]
Expand Down
9 changes: 0 additions & 9 deletions website/content/en/pre-docs/reference/_index.md

This file was deleted.

51 changes: 0 additions & 51 deletions website/content/en/pre-docs/reference/faqs.md

This file was deleted.

0 comments on commit 06435dd

Please sign in to comment.