Bird
0
0

After applying a Kustomization resource, FluxCD does not deploy any manifests. Which of the following is the most probable reason?

medium📝 Troubleshoot Q6 of 15
Kubernetes - Advanced Deployment Patterns
After applying a Kustomization resource, FluxCD does not deploy any manifests. Which of the following is the most probable reason?
AThe manifests contain invalid Kubernetes API versions.
BThe Kustomization resource has 'prune' set to true.
CThe GitRepository source referenced by the Kustomization is not ready or has errors.
DThe Kustomization interval is set to a very low value.
Step-by-Step Solution
Solution:
  1. Step 1: Check source readiness

    If the GitRepository source is not ready or has errors, FluxCD cannot fetch manifests to deploy.
  2. Step 2: Evaluate other options

    'prune' being true does not prevent deployment; invalid manifests cause errors but do not stop deployment attempts; interval affects frequency, not deployment itself.
  3. Final Answer:

    The GitRepository source referenced by the Kustomization is not ready or has errors. is the most probable cause.
  4. Quick Check:

    FluxCD requires ready source to deploy manifests [OK]
Quick Trick: FluxCD needs ready GitRepository source to deploy [OK]
Common Mistakes:
  • Ignoring source readiness status
  • Blaming 'prune' for deployment failure
  • Assuming invalid manifests prevent deployment attempts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes