-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
Description
Preflight Checklist
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
Use case. Why is this important?
It is impossible to specify what subnets should be classified as InternalIP or ExternalIP. As a result, we cannot modify addresses and export them properly. We use a custom prometheus exporter that queries some parameters of some key Kubernetes objects in multiple cluster.
status:
addresses:
- address: 10.221.129.221
type: InternalIP # can't be changed manuallyProposed Solution
In cloud-controller's config implement a way to explicitly specify external and internal network names.
Additional Information
No response