Skip to content

Commit bb65fe1

Browse files
authoredSep 15, 2022
docs: Migrate from provider to providerRef (#2506)
1 parent 6217d62 commit bb65fe1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎website/content/en/preview/provisioner.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ spec:
9494
cpu: "1000"
9595
memory: 1000Gi
9696

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

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

321-
## spec.provider
322+
## spec.providerRef
322323

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.