4. Deploy the cluster¶
The profile is the recipe. Now you point it at the machine.
Create the cluster¶
- Left-hand menu → Clusters.
- Click Add New Cluster.
- Choose Edge Native as the environment, then Start Edge Native Configuration.
-
Basic information:
Field Value Cluster name dane-first-clusterDescription optional Tags optional -
Next.
Pick your profile¶
- Select dane-agent-basic from the list.
- Confirm the version shown is the one you just saved.
- Next.
Confirm the variables¶
Palette now shows the profile's layers, and — because you declared them — a panel for the profile variables, pre-filled with your defaults:
| Variable | Value |
|---|---|
| Pod CIDR | 100.64.0.0/18 |
| Service CIDR | 100.64.64.0/18 |
This is the payoff from step 3. Someone deploying this profile at a customer with a conflicting network changes the value here, once, and both packs follow — no YAML editing.
Leave the defaults as they are. Next.
Assign the node¶
- On the node configuration step, you will see a node pool — a group of machines with the same role. You need one.
- Name it
master-pooland make sure it is marked as a control plane pool. -
Under Edge Hosts, click to add a host and select
edge-06396f804bc511eb80001ceec94be53d.Check the ID character by character — two other unclaimed hosts sit in this project and neither will build a working cluster. See step 1.
Nothing in the list?
Either you are in the wrong project, or the profile's cloud type is not Edge Native, or the node is already claimed by another cluster. Re-check step 1.
-
Next.
One node or three — never two
Agent Mode supports a single node, or three or more. A two-node cluster is not a supported configuration: Kubernetes needs an odd number of control-plane members to break ties when deciding what is true, and two machines cannot. You have one node, which is fine.
Review and deploy¶
- Check the summary: three layers, one node pool, one host, your two variables.
- Click Finish Configuration / Deploy.
The cluster is now building. Nothing more to click.
What happens next¶
Expect 15–25 minutes. Palette will:
- Push the profile down to the agent on your node
- Install Kubernetes
- Install Cilium
- Report the cluster healthy
The status will move through Provisioning → Configuring → Running. Seeing errors scroll past in the event feed during this window is normal — components start in a dependency order and retry until what they need exists.
Do not intervene early
The single most common mistake is deciding it has failed at minute six and deleting it. Give it the full 25 minutes before concluding anything. Retry loops are how this is supposed to look.