Skip to content

Commit d89822e

Browse files
authored
Merge pull request #3350 from replicatedhq/125773
Add required unix roles to ec docs
2 parents 99a019b + a5114df commit d89822e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/vendor/embedded-overview.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@ Additionally, Embedded Cluster automatically deploys several built-in extensions
9191

9292
<EmbeddedClusterPortRequirements/>
9393

94+
### Unix Accounts for Kubernetes Components
95+
96+
During installation, Embedded Cluster automatically creates the following Unix accounts that are required by internal Kubernetes components:
97+
98+
* **etcd**: Used by the Kubernetes etcd database, which stores cluster state.
99+
* **konnectivity-server**: Used by the Konnectivity service, which facilitates secure communication between internal components.
100+
* **kube-apiserver**: Used by the Kubernetes API server.
101+
* **kube-scheduler**: Used by the Kubernetes scheduler to schedule workloads such as pods.
102+
103+
No action is required to create these roles. Removing them will make the cluster non-functional.
104+
105+
For more information about the internal Kubernetes components, see [Kubernetes Components](https://kubernetes.io/docs/concepts/overview/components/) in the Kubernetes documentation.
106+
107+
For more information about the Konnectivity service, see [Set up Konnectivity service](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/) in the Kubernetes documentation.
108+
94109
## Limitations
95110

96111
Embedded Cluster has the following limitations:

0 commit comments

Comments
 (0)