Skip to content

Commit 9a08d34

Browse files
authored
Merge pull request #39 from Mmduh-483/crd-version
Fix incorrect NodePool version in Get Started guide
2 parents a72bd26 + b6d06ac commit 9a08d34

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)