Skip to content

Commit

Permalink
Update EC version (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajp-io committed May 2, 2024
1 parent 15e7504 commit 1d4d012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/reference/embedded-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The embedded cluster config lets you define several aspects of the Kubernetes cl
apiVersion: embeddedcluster.replicated.com/v1beta1
kind: Config
spec:
version: 1.29.2+ec.1
version: 1.29.4+ec.3
roles:
controller:
name: management
Expand Down
4 changes: 2 additions & 2 deletions docs/vendor/embedded-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ You can use the following steps to get started quickly with embedded cluster. Mo

1. Create a new customer or edit an existing customer and select the **Embedded Cluster Enabled (Beta)** license option. Save the customer.

1. Create a new release that includes your application. In that release, create an embedded cluster config that includes, at minimum, the embedded cluster version you want to use.
1. Create a new release that includes your application. In that release, create an embedded cluster config that includes, at minimum, the embedded cluster version you want to use. See the embedded cluster [GitHub repo](https://github.com/replicatedhq/embedded-cluster/releases) to find the latest version.

Example embedded cluster config:

```yaml
apiVersion: embeddedcluster.replicated.com/v1beta1
kind: Config
spec:
version: 1.29.2+ec.4
version: 1.29.4+ec.3
```

1. Save the release and promote it to the channel your customer is assigned to.
Expand Down

0 comments on commit 1d4d012

Please sign in to comment.