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

Name of the snapshot not showing in aws #1453

Closed
gabrielpvbw opened this issue Nov 21, 2022 · 6 comments
Closed

Name of the snapshot not showing in aws #1453

gabrielpvbw opened this issue Nov 21, 2022 · 6 comments
Assignees

Comments

@gabrielpvbw
Copy link

The name of the snapshot is not showing in aws. I am not sure if it's suppose to be like that, but I would like to have the actual snapshot name in aws as well.

Right now it only has a dash there

image

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 19, 2023
@torredil
Copy link
Member

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 20, 2023
@hanyuel
Copy link
Contributor

hanyuel commented Mar 20, 2023

/assign

@hanyuel
Copy link
Contributor

hanyuel commented Mar 29, 2023

Hi @gabrielpvbw , we just fixed the bug for this issue. This is the bug: #1545 . The fix is merged to master and will be included in our next release.

Now if you want to set a snapshot name, you can set the Name tag in VolumeSnapshotClass.parameters like this

parameters:
  tagSpecification: 'Name=value1'

then create a snapshot using this VolumeSnapshotClass. In your AWS console, the name for the snapshot will be "value1".

Does this behavior satisfy your needs?

@torredil
Copy link
Member

/close

@k8s-ci-robot
Copy link
Contributor

@torredil: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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