Support to have a Kanister function that can run another Kanister function for n
resources
#3001
viveksinghggits
started this conversation in
Ideas
Replies: 1 comment
-
I'm curious how would such function handle function arguments and which inputs will need to be changed?
Which ones would need to be dynamic in that case? Also making an "iterate" function is one approach, but maybe we can make something in the actionset to iterate phases. Maybe we can make some examples of what the interface could look like? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like discussed here https://kanisterio.slack.com/archives/C85C8V22J/p1721938464102899, it would be a really great enhancement if we can have a Kanister function executed for
n
resources without actually having those Kanister function repeated inn
phases.It would be really helpful for the cases where we want to, let's say
Since we already have function to scale down a workload and take csi snapshot of a PVC there should be a way to do that for
n
times orn
resources.Beta Was this translation helpful? Give feedback.
All reactions