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

AAE-15944: allow specifying nginx manifest in setup-kind #309

Closed
wants to merge 1 commit into from

Conversation

atchertchian
Copy link
Contributor

@atchertchian atchertchian commented Aug 7, 2023

Checklist

  • Jira Reference (also in PR title): AAE-15944
  • README updated after adding/changing behaviour of an action
  • Proposed version increment for release:
    • Patch (bugfix)
    • Minor (new feature)
    • Major (breaking changes)
  • External PR link where changes has been tested:

Description

@atchertchian atchertchian requested a review from gionn August 7, 2023 08:53
@atchertchian atchertchian requested a review from a team as a code owner August 7, 2023 08:53
run: |
kubectl apply -f $NGINX_MANIFEST
kubectl apply -f ${{ inputs.nginx-manifest }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do you plan to use it? (link a PR)

I think there are very few situations where we need to completely provide a custom nginx install manifest, while the most common use case will be to install a specific ingress-nginx version - so providing an input to customize the current /main/ subpath should be enough?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not validate if changing the version would be enough: I'll set that work aside for now then

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually just faced a use case where that would have been useful as a setting has been changed one hour ago and it would have been useful to be able to pin the version

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To add on top of Gio's comment I would add that if changing the version would not be enough one can still patch the deployment manually as he needs to in a different tasks. If you don't min I'll take over this PR and amend to turn nginx-manifest input to a nginx-igress-ref?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is just a draft but feel free to reuse it: as I said above I did not validate the changes for which this would have been useful.
Also as discussed with @gionn the input does not need to be the whole URL, it could be controlling the "main" part in the URL only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes @alxgomz please go ahead (and FYI my dependent unsuccessful PR is/was Activiti/activiti-cloud#1165)

@atchertchian atchertchian marked this pull request as draft August 7, 2023 10:24
@atchertchian atchertchian marked this pull request as draft August 7, 2023 10:24
@atchertchian atchertchian changed the title AAE-15944: allow specifying nxginx manifest in setup-kind AAE-15944: allow specifying nginx manifest in setup-kind Oct 30, 2023
@atchertchian
Copy link
Contributor Author

done with #326 --> resolve

@atchertchian atchertchian deleted the feat-AAE-15944-setup-kind-nxginx-conf branch December 4, 2024 10:53
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

Successfully merging this pull request may close these issues.

3 participants