- Home
- All questions
- Question 830
CKA study material · question 830 of 1000
kubectl get volumesnapshots returns "the server doesn't have a resource type". What is missing?
Show the answer
Answer: B. The snapshot CRDs, which are not part of the core API
VolumeSnapshot, VolumeSnapshotContent and VolumeSnapshotClass are custom resources whose CRDs the distribution must install; without them the types do not exist at all.
Source: Volume Snapshots (Kubernetes) — Introduction