Skip to content

Commit b6d06ac

Browse files
committed
Fix incorrect NodePool version in Get Started guide
Signed-off-by: Mamduh Alassi <[email protected]>
1 parent a72bd26 commit b6d06ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ which is participating in Karpenter (see Configuring the Cluster API resources).
115115

116116
**Example NodePool**
117117
```yaml
118-
apiVersion: karpenter.sh/v1beta1
118+
apiVersion: karpenter.sh/v1
119119
kind: NodePool
120120
metadata:
121121
name: default
@@ -127,7 +127,7 @@ spec:
127127
operator: In
128128
values: ["amd64"]
129129
nodeClassRef:
130-
apiVersion: karpenter.cluster.x-k8s.io/v1alpha1
130+
group: karpenter.cluster.x-k8s.io
131131
kind: ClusterAPINodeClass
132132
name: default
133133
```

0 commit comments

Comments
 (0)