Kubernetes - Operators and Custom Resources
You want to create a custom resource that is namespaced and supports multiple versions. Which fields must you set in the CRD spec?
spec.scope to "Namespaced" to limit resource to namespaces.spec.versions with multiple version entries to support versioning.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions