We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72bd26 commit b6d06acCopy full SHA for b6d06ac
docs/docs/getting-started.md
@@ -115,7 +115,7 @@ which is participating in Karpenter (see Configuring the Cluster API resources).
115
116
**Example NodePool**
117
```yaml
118
-apiVersion: karpenter.sh/v1beta1
+apiVersion: karpenter.sh/v1
119
kind: NodePool
120
metadata:
121
name: default
@@ -127,7 +127,7 @@ spec:
127
operator: In
128
values: ["amd64"]
129
nodeClassRef:
130
- apiVersion: karpenter.cluster.x-k8s.io/v1alpha1
+ group: karpenter.cluster.x-k8s.io
131
kind: ClusterAPINodeClass
132
133
```
0 commit comments