Skip to content

Commit 784a91d

Browse files
authored
Merge pull request #3229 from replicatedhq/whats-new-dyk-may-25
what's new did you know may 2025
2 parents 7211250 + 260e548 commit 784a91d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/intro.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pagination_next: null
1212
<p>What's New?</p>
1313
</li>
1414
<li>
15-
<h3>Embedded Cluster Fully Supports Custom Domains</h3>
16-
<p>Update the Embedded Cluster Config to alias the `replicated.app` and `proxy.replicated.com` endpoints with your custom domains.</p>
15+
<h3>Configure the Kubelet with Embedded Cluster</h3>
16+
<p>Use the Embedded Cluster Config to change the Kubelet configuration based on your application's needs.</p>
1717
</li>
1818
<li>
19-
<a href="/vendor/custom-domains-using#ec">Learn more</a>
19+
<a href="/reference/embedded-config#configure-the-kubelet">Learn more</a>
2020
</li>
2121
</ul>
2222
<ul id="did-you-know">
@@ -25,11 +25,11 @@ pagination_next: null
2525
<p>Did You Know?</p>
2626
</li>
2727
<li>
28-
<h3>View Embedded Cluster Logs</h3>
29-
<p>To help troubleshoot Embedded Cluster deployments, you can view logs for both Embedded Cluster and the k0s systemd service.</p>
28+
<h3>Customize the SDK with Helm Values</h3>
29+
<p>The Replicated SDK's Helm values support various configuration options, like adding custom annotations across all resources, defining container resource requirements, and more.</p>
3030
</li>
3131
<li>
32-
<a href="/vendor/embedded-troubleshooting">Learn more</a>
32+
<a href="/vendor/replicated-sdk-customizing">Learn more</a>
3333
</li>
3434
</ul>
3535
</section>

docs/vendor/replicated-sdk-customizing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This topic describes various ways to customize the Replicated SDK, including customizing RBAC, setting environment variables, adding tolerations, and more.
44

5+
For a complete list of supported configuration options for the SDK, see the [`values.yaml`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml) file for the SDK Helm chart in GitHub.
6+
57
## Customize RBAC for the SDK
68

79
This section describes role-based access control (RBAC) for the Replicated SDK, including the default RBAC, minimum RBAC requirements, and how to install the SDK with custom RBAC.

0 commit comments

Comments
 (0)