-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Separate third party NGINX configuration #10470
Conversation
✅ Deploy Preview for kubernetes-ingress-nginx canceled.
|
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
02561ac
to
8754cbe
Compare
34f96ab
to
e75b7b6
Compare
e75b7b6
to
906d3cb
Compare
4aadaa7
to
f43c40f
Compare
f43c40f
to
f6f1614
Compare
/assign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Left one question
chroot and mirror test were failing due to it 🤷♂️ |
Let's go!!! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rikatz, strongjz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As a initial step to separate controller from NGINX process, we need to make sure that directories that will be written by controller are well defined and will not conflict with pre-existing files from NGINX process.
This way, this PR separates some basic files (GeoIP, tickets.key) from /etc/nginx directory