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

httpRef and functionRef in pre-defined containers can not run multiple executables #2144

Closed
StackScribe opened this issue Sep 20, 2023 · 0 comments · Fixed by #2138
Closed
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@StackScribe
Copy link
Contributor

The published KeptnTaskDefinition reference page and Executing sequential tasks guide material imply that the httpRef and functionRef syntax of the pre-defined containers can be used to call multiple executables within one KeptnTaskDefinition resource.

In fact, each of these can call a maximum of two webserver scripts (for httpRef) or two KeptnTaskDefinition resources (for functionRef), one of which calls executable code and the other of which defines parameters to pass to that executable code. To create a KeptnTaskDefinition that runs a sequence of executables, you must either use the inline syntax in a pre-defined container or, for the most flexibility, create a Kubernetes container that runs in a Keptn custom-runtime runner.

h/t @RealAnna

@StackScribe StackScribe added bug Something isn't working documentation Improvements or additions to documentation labels Sep 20, 2023
@StackScribe StackScribe added this to the 0.9 milestone Sep 20, 2023
@StackScribe StackScribe self-assigned this Sep 20, 2023
@thisthat thisthat removed the bug Something isn't working label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants