Skip to content

Commit 9a3ea61

Browse files
authored
Merge pull request #3233 from replicatedhq/ec-240-rn-xrefs
add links to EC 240 release notes
2 parents 38743da + 67f9442 commit 9a3ea61

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/release-notes/rn-embedded-cluster.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,27 @@ Released on May 6, 2025
3636
:::note
3737
Configuring node roles with the `roles` key is still beta.
3838
:::
39-
* Adds the `join print-command` command, which prints the commands that can be run on nodes to join them to the cluster. When the `--output json` option in passed, `join print-command` prints the commands in JSON format. This command allows users to access the required join commands from the CLI, rather than needing to go to the Admin Console UI. This is particularly useful for CLI-based and automated creation of multi-node clusters.
40-
* Adds support for the **Multi-node Cluster** license field, which allows you to choose whether a customer can install multi-node Embedded Clusters. If this license option is disabled, customers are not prompted to join nodes during the installation, and the **Add node** button is not present on the **Nodes** page.
39+
* Adds the `join print-command` command, which prints the commands that can be run on nodes to join them to the cluster. When the `--output json` option in passed, `join print-command` prints the commands in JSON format. This command allows users to access the required join commands from the CLI, rather than needing to go to the Admin Console UI. This is particularly useful for CLI-based and automated creation of multi-node clusters. For more information, see [Automate Controller Node Joins](/enterprise/embedded-manage-nodes#automate-node-joins) in _Manage Multi-Node Clusters with Embedded Cluster_.
40+
* Adds support for the **Multi-node Cluster** license field, which allows you to choose whether a customer can install multi-node Embedded Clusters. If this license option is disabled, customers are not prompted to join nodes during the installation, and the **Add node** button is not present on the **Nodes** page. For more information, see [Built-In License Fields](/vendor/licenses-using-builtin-fields).
4141

4242
### Improvements {#improvements-2-4-0}
4343
* Various improvements to the node join process:
4444
* The Embedded Cluster binary is hosted and served from the first node where Embedded Cluster was installed. This allows users to copy and paste commands from the Admin Console to download the binary and join new nodes.
4545
* The `--airgap-bundle` flag is deprecated for the `join` command because the air gap bundle is no longer needed to join nodes to the cluster. This eliminates the need to redownload the air gap bundle on each node before joining.
4646
* Ensures that the version of the binary used to join a node is the same version that is currently installed on other nodes.
4747
* When prompted to enable high availability while joining a third or more controller node, the default response is yes to encourage users to enable high availability.
48+
49+
For more information about joining nodes, see [Manage Multi-Node Clusters with Embedded Cluster](/enterprise/embedded-manage-nodes#automate-node-joins).
4850
* Adds support for configuring `--http-proxy`, `--https-proxy`, and `--no-proxy` for the `install` command through environment variables. The following environment variables can be used instead of the command line flags:
4951
* `http_proxy` or `HTTP_PROXY`
5052
* `https_proxy` or `HTTPS_PROXY`
5153
* `no_proxy` or `NO_PROXY`
5254

53-
Note: If both the command line flags and the environment variables are set, the command line flags take precedence. If both lowercase and uppercase environment variables are present, the lowercase environment variables take precedence.
55+
For more information, see [Embedded Cluster Install Options](/reference/embedded-cluster-install).
5456

5557
### Bug Fixes {#bug-fixes-2-4-0}
5658
* Fixes an issue that prevented a successful upgrade when a Helm extension was manually deleted or corrupted before the upgrade was attempted.
57-
* Fixes an issue that prevented joining nodes after upgrading to a version that added [`workerProfiles`](https://docs.replicated.com/reference/embedded-config#configure-the-kubelet) in its `unsupportedOverrides` configuration.
59+
* Fixes an issue that prevented joining nodes after upgrading to a version that added [`workerProfiles`](/reference/embedded-config#configure-the-kubelet) in its `unsupportedOverrides` configuration.
5860
* Fixes an issue where the `reset` command appeared to fail when parts of the installation were already cleaned up or were never successfully installed.
5961

6062
## 2.3.1

0 commit comments

Comments
 (0)