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

Use nginx-go-crossplane on template rendering #11975

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

rikatz
Copy link
Contributor

@rikatz rikatz commented Sep 15, 2024

What this PR does / why we need it:

This is the Xnd part of moving to use nginx go crossplane. Now adding mirrors, custom error, initial server bootstrap, etc
Also stream and mod_security are removed from here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 15, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 15, 2024
@rikatz rikatz force-pushed the more-crossplane branch 5 times, most recently from 2479b96 to 8ec5d8f Compare September 29, 2024 22:54
@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. area/docs area/helm Issues or PRs related to helm charts needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 29, 2024
@rikatz rikatz changed the base branch from feature-go-crossplane to main September 29, 2024 22:58
@k8s-ci-robot k8s-ci-robot removed do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 29, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rikatz

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

netlify bot commented Sep 29, 2024

Deploy Preview for kubernetes-ingress-nginx canceled.

Name Link
🔨 Latest commit f27d4e0
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-ingress-nginx/deploys/672aa346d9ab930008eeafe0

@rikatz rikatz changed the title Bootstrap server configs and a bunch of other configs Use nginx-go-crossplane on template rendering Sep 29, 2024
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 1, 2024
@rikatz
Copy link
Contributor Author

rikatz commented Nov 5, 2024

latest:

Summarizing 5 Failures:
  [FAIL] [Setting] [Security] global-auth-url when global external authentication is configured [It] should proxy_method method when global-auth-method is configured
  /go/src/k8s.io/ingress-nginx/test/e2e/framework/framework.go:280
  [FAIL] [Setting] [Security] global-auth-url when global external authentication is configured [It] should set snippet when global external auth is configured
  /go/src/k8s.io/ingress-nginx/test/e2e/framework/framework.go:280
  [FAIL] [Annotations] auth-* when external authentication is configured [It] should overwrite Foo header with auth response
  /go/src/k8s.io/ingress-nginx/test/e2e/framework/framework.go:280
  [FAIL] [Annotations] auth-* with invalid auth-url should deny whole location [It] should add error to the config
  /go/src/k8s.io/ingress-nginx/test/e2e/framework/framework.go:280
  [FAIL] [Annotations] auth-* [It] should set "proxy_set_header 'My-Custom-Header' '42';" when auth-headers are set
  /go/src/k8s.io/ingress-nginx/test/e2e/framework/framework.go:280

Ran 397 of 410 Specs in 2585.659 seconds
FAIL! -- 392 Passed | 5 Failed | 0 Pending | 13 Skipped

@k8s-ci-robot
Copy link
Contributor

@rikatz: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pre-ingress-nginx-boilerplate f27d4e0 link true /test pre-ingress-nginx-boilerplate
pre-ingress-nginx-codegen f27d4e0 link true /test pre-ingress-nginx-codegen

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/docs area/helm Issues or PRs related to helm charts cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-priority needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants