Skip to content

fix: don't set NODE_IP for kubeproxy, otherwise it fails without cloud provider#27

Merged
cwrau merged 1 commit into
mainfrom
fix/dont-set-ip-for-kubeproxy
Oct 17, 2025
Merged

fix: don't set NODE_IP for kubeproxy, otherwise it fails without cloud provider#27
cwrau merged 1 commit into
mainfrom
fix/dont-set-ip-for-kubeproxy

Conversation

@cwrau

@cwrau cwrau commented Oct 17, 2025

Copy link
Copy Markdown
Member

This can happen during bootstrapping as well as when the provider is
down for some reason.

…d provider

This can happen during bootstrapping as well as when the provider is
down for some reason.
Copilot AI review requested due to automatic review settings October 17, 2025 14:47
@cwrau
cwrau enabled auto-merge (squash) October 17, 2025 14:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes NODE_IP environment variable dependencies from the kubeproxy configuration to prevent failures when cloud providers are unavailable during bootstrapping or downtime.

  • Removes NODE_IP environment variable and bind-address argument that depends on it
  • Removes nodeport-addresses command line argument in favor of configuration in the config map
  • Adds NodePortAddresses configuration directly to the kubeproxy config map

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants