Kubernetes - Namespaces
Which of the following is the correct YAML snippet to define a CPU limit of 2 cores in a ResourceQuota?
hard field with resource names like limits.cpu as keys and string values.hard: with limits.cpu: "2". resources:
limits:
cpu: "2" uses wrong keys, C misses limits., D uses number instead of string.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions