Skip to content

Commit

Permalink
docs: Migrate from provider to providerRef (aws#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Sep 15, 2022
1 parent 6217d62 commit bb65fe1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions website/content/en/preview/provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ spec:
cpu: "1000"
memory: 1000Gi

# These fields vary per cloud provider, see your cloud provider specific documentation
provider: {}
# References cloud provider-specific custom resource, see your cloud provider specific documentation
providerRef:
name: default
```
## Node deprovisioning
Expand Down Expand Up @@ -318,8 +319,8 @@ Karpenter limits instance types when scheduling to those that will not exceed th

Review the [resource limit task](../tasks/set-resource-limits) for more information.

## spec.provider
## spec.providerRef

This section is cloud provider specific. Reference the appropriate documentation:
This field points to the cloud provider-specific custom resource. Reference the appropriate documentation:

- [AWS](../aws/provisioning/)

0 comments on commit bb65fe1

Please sign in to comment.