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
I don't know if there is a technical reason to that limitation, thus I didn't find any resource about that.
If it's not possible at all, what would be a workaround to achieve it, in a simple way?
I could add labels and annotations after the nodes creation, but due to the design of a node pool, it would be difficult to do it when a automatic scale up is triggered by Kubernetes. Right?
In any way, I would really appreciate such a feature! :)
The text was updated successfully, but these errors were encountered:
Unfortunately I can't access the content of the internal ticket. Do you have some visibility on it? Like is it actively developed or maybe a release date?
For now, my workaround is to create n Nodes for each pool I need with labels and annotations. But I miss the auto scaling feature or min/max nodes per pool for economic reasons.
NodePools should support labels and annotations customization on future created nodes.
Creating a node using the
opentelekomcloud_cce_node_v3
resource allows to add labels and annotations on the managed node.The source code shows how it's supported:
But the equivalent is not present for NodePool. We can't control labels and annotations on nodes managed by the pool:
I don't know if there is a technical reason to that limitation, thus I didn't find any resource about that.
If it's not possible at all, what would be a workaround to achieve it, in a simple way?
I could add labels and annotations after the nodes creation, but due to the design of a node pool, it would be difficult to do it when a automatic scale up is triggered by Kubernetes. Right?
In any way, I would really appreciate such a feature! :)
The text was updated successfully, but these errors were encountered: