Don't reload when use-cluster-ip
endpoints update, and change the ingress use-cluster-ip
implementation to use the cluster ip instead of the fqdn
#6915
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pull Request Labeler" | |
on: | |
- pull_request_target | |
permissions: | |
contents: read | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write # for actions/labeler to add labels | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb # v5.0.0-alpha.1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: true |