-
Notifications
You must be signed in to change notification settings - Fork 813
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
Adding tags semi-dynamically #436
Comments
To be compatible with in-tree EBS plugin behavior, there is list of dynamic values I'm looking for adding. See here for a complete list.
Why do you need to set the tag through environment variables? Is there anything that is not enough with the cli flag from #333? From the examples you gave, it seem fitting into the Add the ability to provide arbitrary EBS volume tags use case. |
to be honest, we are trying to add more functionality to new "jenkins core". and it is installed on Amazon AWS, what is obvious. but there is a problem - how to find correct backup for needed "managed master"... so, we need a way how to put this tags. as for now we have 2 options:
first way looks a bit better... but, maybe there are other options, and that's what i'm asking |
i have a progress:
and this almost that what is needed.
but it returns How to find correct variable? is it possible to list all possible variables? |
is it possible to turn on more log level on containers inside at least, by default i see this:
is it possible to retrieve |
ok. for now issue like closed. our approach:
|
Hello,
this change #333 is very helpful.
but, is it possible to put tags from enviroment variables?
i mean next:
on latest version of driver
CSIVolumeName
tag is added with value fromVolume
field. But, is it possible to add other tags, likeName
, orLabels
? or even pod name, where it is attached at first time?/triage support
The text was updated successfully, but these errors were encountered: