Skip to content

removed GeoIP package as part of ingress nginx v1.9.4, Ingress pods in Crashloopbackoff status #789

removed GeoIP package as part of ingress nginx v1.9.4, Ingress pods in Crashloopbackoff status

removed GeoIP package as part of ingress nginx v1.9.4, Ingress pods in Crashloopbackoff status #789

Workflow file for this run

name: Adds all issues
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
permissions:
repository-projects: write
issues: write
steps:
- uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 # v1.0.0
with:
project-url: https://github.com/orgs/kubernetes/projects/104
github-token: ${{ secrets.PROJECT_WRITER }}