You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you removed all sensitive information, including but not limited to access keys and passwords?
Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?
Bug Reporting
The problem is that the Linode API /instance/{instance_id}/ips endpoint does not include VLAN IP address in its response. That causes this check to fail because it does not find the configured IP address in the list of IPs that the CCM provided for the instance:
The text was updated successfully, but these errors were encountered:
lots0logs
changed the title
Error When Deploying CCM On New Cluster
CCM Doesn't Work When VLAN IP Is Configured As Cluster's Internal IP
Nov 30, 2022
lots0logs
changed the title
CCM Doesn't Work When VLAN IP Is Configured As Cluster's Internal IP
CCM Doesn't Work When VLAN IP Is Configured As Node's Internal IP
Nov 30, 2022
General:
Bug Reporting
The problem is that the Linode API
/instance/{instance_id}/ips
endpoint does not include VLAN IP address in its response. That causes this check to fail because it does not find the configured IP address in the list of IPs that the CCM provided for the instance:https://github.com/kubernetes-sigs/cloud-provider-azure/blob/deef381acb3c34b95223c3789e7a3edbbc32c1b4/pkg/nodemanager/nodemanager.go#L558
Expected Behavior
VLAN IP should be supported for the node's internal IP
Steps to Reproduce the Problem
Environment Specifications
Kubernetes: 1.21.7
RKE: 1.3.15
Screenshots, Code Blocks, and Logs
The text was updated successfully, but these errors were encountered: