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
Copy file name to clipboardExpand all lines: docs/release-notes/rn-embedded-cluster.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,33 @@ Released on October 23, 2024
33
33
</table>
34
34
35
35
### New Features {#new-features-1-16-0}
36
-
*_All features of the Embedded Cluster 1.15.0 release are now available in the Embedded Cluster 1.16.0 release._
37
36
* Adds support for Kubernetes 1.30.
38
-
* Adds a new command to the Embedded Cluster binary, `admin-console reset-password`, which allows resetting the password for the Admin Console.
39
-
* Adds a new flag, `--cidr`, that replaces the `--pod-cidr` and `--service-cidr` flags. The specified CIDR range will be split and used for the Pod and Service CIDRs.
40
-
* Adds a new preflight check to verify that the CIDR range used for the cluster does not overlap with existing routes.
37
+
* Adds a `--data-dir` flag to the `install` and `restore` commands so the data directory can be specified. By default, the data directory is `/var/lib/embedded-cluster`. If the `--data-dir` flag was provided at install time, then the same data directory must be provided when restoring. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install) and [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).
38
+
* Adds an `admin-console reset-password` command to the Embedded Cluster binary, which allows resetting the password for the Admin Console.
39
+
* Adds a `--cidr` flag to the `install` command that replaces the `--pod-cidr` and `--service-cidr` flags. The CIDR range specified with the `--cidr` flag is split and used for both the Pod and Service CIDRs. See [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).
40
+
:::note
41
+
The `--pod-cidr` and `--service-cidr` flags are hidden, but still functional. Replicated recommends that you update any automation that uses the `--pod-cidr` and
42
+
`--service-cidr` flags to use the `--cidr` flag instead.
43
+
:::
44
+
* Adds the following preflight checks:
45
+
* Verify that the CIDR range used for the cluster does not overlap with existing routes.
46
+
* Verify the CPU supports x86-64-v2.
47
+
* Verify the data directory (`/var/lib/embedded-cluster` by default) is not symlinked.
41
48
42
49
### Improvements {#improvements-1-16-0}
50
+
* For new installations, the `k0s` and `openebs-local` directories are now subdirectories of `/var/lib/embedded-cluster`. With this change, Embedded Cluster now only documents and includes preflight checks for `/var/lib/embedded-cluster`.
43
51
* Improves the reliability of waiting for the Kubernetes server to start.
44
-
* Removes the `--data-dir` flag from the `shell` and `reset` commands.
45
52
* Collects more information about the cluster in support bundles, including the Local Artifact Mirror and Kubernetes API Server logs.
53
+
* Requires that the Admin Console password is at least six characters.
54
+
* Removes the `--data-dir` flag from the `shell` and `reset` commands.
46
55
47
56
### Bug Fixes {#bug-fixes-1-16-0}
48
-
* Fixes an issue when resetting a worker node that used a custom data directory.
49
-
* Fixes an issue where k0s images were not being updated within the cluster when k0s was upgraded.
50
-
* Fixes an issue where upgrading a pre-1.15 cluster with a worker node would fail.
57
+
* Fixes an issue that could occur when resetting a worker node that used a custom data directory.
58
+
* Fixes an issue where k0s images were not updated within the cluster when k0s was upgraded.
59
+
* Fixes an issue where upgrading a cluster with a worker node that used a version of Embedded Cluster earlier than 1.15 would fail.
51
60
* Fixes an issue where the application could not be upgraded to a version that did not have a configuration file or preflights.
52
-
* Fixes an issue where support bundle configurations in included remote URIs in Air Gap environments.
61
+
* Fixes an issue where support bundle configurations in included remote URIs in air gap environments.
62
+
* Fixes an issue that could cause the registry to fail to upgrade in air gap installations.
0 commit comments