Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
K
k3s
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Jacklull
  • k3s
  • Repository

Switch branch/tag
  • k3s
  • pkg
  • agent
  • proxy
  • apiproxy.go
Find file
BlameHistoryPermalink
  • Brad Davidson's avatar
    Fix bug that caused agents to bypass local loadbalancer · 7de7adb2
    Brad Davidson authored Jun 03, 2024
    If proxy.SetAPIServerPort was called multiple times, all calls after the
    first one would cause the apiserver address to be set to the default
    server address, bypassing the local load-balancer. This was most likely
    to occur on RKE2, where the supervisor may be up for a period of time
    before it is ready to manage node password secrets, causing the agent
    to retry.
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 1661f102)
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    7de7adb2
apiproxy.go 6.35 KB
EditWeb IDE

Replace apiproxy.go

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.