Skip to content

fix typo (worker notes ➔ worker nodes) #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/features/automated-cluster-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>Automated cluster creation and management</h2>
<p>MicroK8s supports automated cluster creation and life cycle management with ClusterAPI (CAPI).</p>
<p>CAPI abstracts away the details of infrastructure provisioning, networking, and other low-level tasks, so users can define their desired cluster configuration using simple YAML manifests. </p>
<p>MicroK8s and CAPI allow you to easily provision clusters and deploy them behind proxies.</p>
<p>Rolling upgrades for high-availability (HA) clusters and worker notes mean you can upgrade clusters with no downtime. It also supports in-place upgrades for non-HA control planes.</p>
<p>Rolling upgrades for high-availability (HA) clusters and worker nodes mean you can upgrade clusters with no downtime. It also supports in-place upgrades for non-HA control planes.</p>
<p>
<a href="/docs/capi-provision">Learn how to deploy MicroK8s with CAPI&nbsp;&rsaquo;</a>
</p>
Expand Down