Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On GCP new pvc's are not picked up #46

Open
leo-baltus opened this issue Jan 3, 2018 · 4 comments
Open

On GCP new pvc's are not picked up #46

leo-baltus opened this issue Jan 3, 2018 · 4 comments

Comments

@leo-baltus
Copy link

leo-baltus commented Jan 3, 2018

I am on GCP running in an GKE cluster.

If I set an annotation backup.kubernetes.io/deltas: PT1H P2D P30D P180D on a PVC k8s-snapshots does not seem to notice and ignores it till it gets restarted.

server version: v1.7.8-gke.0
manifest snip:

      containers:
      - env:
        - name: LOG_LEVEL
          value: INFO
        - name: USE_CLAIM_NAME
          value: "true"
        image: elsdoerfer/k8s-snapshots:v2.0
@bekriebel
Copy link
Contributor

This appears to be true for manual rules as well. Also, if a rule is deleted, the system continues to create snapshots until the k8s-snapshots pod is restarted.

Also, if a disk that originally had the annotation is removed, the service will crash attempting to snapshot it. This ends up restarting the service and refreshing the values, which works - but it should probably handle this cleaner.

@saward
Copy link

saward commented Sep 6, 2018

Seems this still is true.

@arnisoph
Copy link

Yep, I see this issue, too.

@victtsl
Copy link

victtsl commented Oct 20, 2022

4 years later, this issue still persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants