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
Hello! We're going to create our node pool using terraform's google_container_node_pool with a name_prefix = "default-pool-". This means the names of our node pools will be something like default-pool-12345 where 12345 will be randomly generated. Is there any way to pass in a pattern/regex/wildcard to kubeip such that it will assign static ip addresses to a node pool that matches that pattern (e.g. default-pool-*)? Thanks!
The text was updated successfully, but these errors were encountered:
Hello! We're going to create our node pool using terraform's
google_container_node_pool
with aname_prefix = "default-pool-"
. This means the names of our node pools will be something likedefault-pool-12345
where12345
will be randomly generated. Is there any way to pass in a pattern/regex/wildcard to kubeip such that it will assign static ip addresses to a node pool that matches that pattern (e.g.default-pool-*
)? Thanks!The text was updated successfully, but these errors were encountered: