Prerequisites
- Install and configure the Nebius AI Cloud CLI.
-
Make sure you are in a group that has at least the
editorrole within your tenant; for example, the defaulteditorsgroup. You can check this in the Administration → IAM section of the web console. -
Make sure that you have enough quota on IP addresses to support your node group deployment strategy. You can check the quota on the Administration → Limits → Quotas page of the web console.
By default, node groups use the update strategy with
.spec.strategy.max_surge: 1. Reserve at least one more public IP address than the total number of nodes in the group. Otherwise, updates or upgrades stop when trying to create a new node.
How to create a fixed set of IP addresses
To create a fixed set of public IP addresses for a node group, create a subnet with dedicated public IP address pool and configure the node group to use this subnet:-
Create a subnet with public IP address CIDRs:
Specify the following parameters:
name: Name of the subnet with a dedicated IP addresses set.network-id: Network ID.ipv4-public-pools-pools.cidrs: One or more IPv4 CIDR blocks. The number of these blocks define how many public IP addresses the subnet has. The nodes in the node group receive these addresses randomly. In the example, three CIDR blocks are defined, each with one public IP address.
metadata.idvalue — this is the subnet ID. -
Create a node group with the
--template-network-interfacesparameter. Specify the new subnet ID in it:This configuration assigns random public IP addresses from the CIDR blocks defined in the subnet.