-
Notifications
You must be signed in to change notification settings - Fork 2
chore: update helm chart #108
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
Conversation
conformance test reportapiVersion: gateway.networking.k8s.io/v1
date: "2025-04-24T07:21:02Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: API7
project: api7-ingress-controller
url: https://github.com/api7/api7-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: partial
skippedTests:
- GatewayInvalidTLSConfiguration
- GatewaySecretInvalidReferenceGrant
- GatewaySecretMissingReferenceGrant
- GatewaySecretReferenceGrantAllInNamespace
- GatewaySecretReferenceGrantSpecific
- HTTPRouteExactPathMatching
- HTTPRouteHTTPSListener
- HTTPRouteHeaderMatching
- HTTPRouteHostnameIntersection
- HTTPRouteInvalidBackendRefUnknownKind
- HTTPRouteInvalidCrossNamespaceBackendRef
- HTTPRouteInvalidCrossNamespaceParentRef
- HTTPRouteInvalidNonExistentBackendRef
- HTTPRouteInvalidParentRefNotMatchingSectionName
- HTTPRouteInvalidReferenceGrant
- HTTPRouteListenerHostnameMatching
- HTTPRouteMatching
- HTTPRouteMatchingAcrossRoutes
- HTTPRoutePartiallyInvalidViaInvalidReferenceGrant
- HTTPRouteReferenceGrant
- HTTPRouteRequestHeaderModifier
- HTTPRouteWeight
statistics:
Failed: 0
Passed: 11
Skipped: 22
name: GATEWAY-HTTP
summary: Core tests partially succeeded with 22 test skips. |
Upgrade the actions/checkout to v4 and add Go environment setup. Simplify the build and push steps, removing the need for QEMU and Docker Buildx, and use a custom script for building multi-architecture images.
Add QEMU and Docker Buildx setup steps to the push-docker workflow, ensuring multi-architecture builds are supported. The release types configuration has also been slightly adjusted for consistency.
| pullPolicy: IfNotPresent | ||
| tag: "dev" | ||
|
|
||
| autoscaling: |
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.
should add config fields from config.yaml
api7-ingress-controller/config/samples/config.yaml
Lines 9 to 20 in 5c3eb3c
| leader_election: | |
| lease_duration: 15s # lease_duration is the duration that non-leader candidates will wait | |
| # after observing a leadership renewal until attempting to acquire leadership of a | |
| # leader election. | |
| renew_deadline: 10s # renew_deadline is the time in seconds that the acting controller | |
| # will retry refreshing leadership before giving up. | |
| retry_period: 2s # retry_period is the time in seconds that the acting controller | |
| # will wait between tries of actions with the controller. | |
| disable: false # Whether to disable leader election. | |
| exec_adc_timeout: 15s # The timeout for the ADC to execute. | |
| # The default value is 15 seconds. |
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.
And add config to charts/templates/configmap.yaml
Type of change:
What this PR does / why we need it:
Pre-submission checklist: