Failing to solve mock questions

Can you help me to find out, what is wrong with q5 and q7 solution as in screenshot?

Hi @Pambust

With Q7, we need to capture the values of Capacity shown when we describe the cluster2-noce01 and that should result in a pass.

For Q5, the only reason for a failure I could see is the SimzeLimit defined, which the question does not ask for.
The Volume could be simple:

volumes:
- name: grape-vol-cka06-str
  emptyDir: {}
1 Like