miracle2k/k8s-snapshots

USE_ CLAIM_NAME does not work as expected in AWS

Opened this issue · 2 comments

I have set env variable for container in the following way

          env:
             - name: USE_CLAIM_NAME
               value: "true"

while my EBS snapshots still have name of PV instead of PVC, I have not found any messages regarding this in the log. What is expected behavior, may be I set it wrong?

See #53 :).

I recommend closing this issue in favor of that one.

but I do not have empty snapshot name like in #53, I have a snaphot with a name of PV instead of PVC name. Is it related somehow?