-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
475753f
commit 8ce34d0
Showing
8 changed files
with
69 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
The process of automatically enrolling EKS Clusters into Teleport, starts by installing the [`teleport-kube-agent`](https://goteleport.com/docs/reference/helm-reference/teleport-kube-agent/) to the cluster. | ||
|
||
If the installation is successful, the EKS Cluster will appear in your Resources list. | ||
|
||
However, the following EKS Clusters did not automatically enrolled. | ||
This usually happens when the installation is taking too long or there was an error preventing the HELM chart installation. | ||
|
||
Navigate to the Teleport Agent to get more information. | ||
|
||
[//]: <> (UI must include a column on clusters list:) | ||
[//]: <> (Open Teleport Agent: https://<region>.console.aws.amazon.com/eks/home?region=<region>#/clusters/<cluster-name>/statefulsets/teleport-kube-agent?namespace=teleport-agent) |
6 changes: 6 additions & 0 deletions
6
lib/usertasks/descriptions/eks-authentication-mode-unsupported.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Teleport uses the Amazon EKS API to install the Teleport Kubernetes Agent. | ||
|
||
Please enable API (or API and Config Map) authentication mode in the following EKS Clusters so that they can be automatically enrolled. | ||
|
||
[//]: <> (UI must include a column on clusters list:) | ||
[//]: <> (Manage access: https://<region>.console.aws.amazon.com/eks/home?region=<region>#/clusters/<cluster-name>/manage-access) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The EKS Cluster must be accessible from the Teleport Auth Service in order for Teleport to deploy the Teleport Kubernetes Agent. | ||
|
||
The following EKS Clusters couldn't be accessed. | ||
|
||
Ensure their networking configuration allows access from Teleport. | ||
|
||
[//]: <> (UI must include a column on clusters list:) | ||
[//]: <> (Manage endpoint access: https://<region>.console.aws.amazon.com/eks/home?region=<region>#/clusters/<cluster-name>/manage-endpoint-access) |
7 changes: 7 additions & 0 deletions
7
lib/usertasks/descriptions/eks-missing-endpoint-public-access.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
The EKS Cluster must be publicly accessible in order for Teleport to deploy the Teleport Kubernetes Agent. | ||
|
||
The following EKS Clusters don't have a public endpoint. | ||
|
||
|
||
[//]: <> (UI must include a column on clusters list:) | ||
[//]: <> (Manage endpoint access: https://<region>.console.aws.amazon.com/eks/home?region=<region>#/clusters/<cluster-name>/manage-endpoint-access) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Only EKS Clusters whose status is active can be automatically enrolled into teleport. | ||
|
||
The following are not active. | ||
|
||
[//]: <> (UI must include a column on clusters list:) | ||
[//]: <> (Manage cluster: https://<region>.console.aws.amazon.com/eks/home?region=<region>#/clusters/<cluster-name>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters