Skip to content

Commit

Permalink
Updated docs for v1alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Oct 22, 2021
1 parent 7fc86db commit deed133
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 381 deletions.
Empty file removed charts/.nojekyll
Empty file.
2 changes: 0 additions & 2 deletions charts/karpenter/templates/webhook/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ webhooks:
operations:
- CREATE
- UPDATE
- DELETE
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
Expand All @@ -48,7 +47,6 @@ webhooks:
operations:
- CREATE
- UPDATE
- DELETE
---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
Expand Down
357 changes: 0 additions & 357 deletions website/content/en/docs/Reference/_index.md

This file was deleted.

7 changes: 5 additions & 2 deletions website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,17 @@ Review the [provisioner CRD](/docs/provisioner-crd) for more information. For ex

```bash
cat <<EOF | kubectl apply -f -
apiVersion: karpenter.sh/v1alpha4
apiVersion: karpenter.sh/v1alpha5
kind: Provisioner
metadata:
name: default
spec:
requirements:
- key: node.k8s.io/capacity-type
operator: In
values: ["spot"]
provider:
instanceProfile: KarpenterNodeInstanceProfile-${CLUSTER_NAME}
capacityTypes: [ "spot" ]
cluster:
name: ${CLUSTER_NAME}
endpoint: $(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output json)
Expand Down
Loading

0 comments on commit deed133

Please sign in to comment.