Skip to content

Commit 43f931e

Browse files
committed
Use Runbook Automation when Enterprise Only
1 parent 17c9d1b commit 43f931e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/manual/projects/resource-model-sources/aws-eks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
::: enterprise
44
:::
55

6-
The AWS EKS (Elastic Kubernetes Service) Resource Model Source allows you to import your EKS clusters as nodes within Rundeck. This enables you to manage and execute jobs on your Kubernetes clusters directly from Rundeck.
6+
The AWS EKS (Elastic Kubernetes Service) Resource Model Source allows you to import your EKS clusters as nodes within Runbook Automation. This enables you to manage and execute jobs on your Kubernetes clusters directly from Runbook Automation.
77

88
### Configuration
99

1010
To configure the AWS EKS Resource Model Source:
1111

12-
1. In your Rundeck project, go to "Project Settings" > "Edit Nodes".
12+
1. In your project, go to "Project Settings" > "Edit Nodes".
1313
2. Click "Add a new Node Source".
1414
3. Select "AWS EKS Clusters" from the list of available node sources.
1515
4. Configure the following settings:
@@ -39,9 +39,9 @@ Each EKS cluster will be represented as a node with the following attributes:
3939

4040
If you encounter issues:
4141

42-
1. Check the Rundeck logs for any error messages.
42+
1. Check the logs for any error messages.
4343
2. Verify your AWS credentials and permissions.
4444
3. Ensure your EKS cluster is running and accessible.
45-
4. Check network connectivity between Rundeck and your AWS resources.
45+
4. Check network connectivity between Runbook Automation and your AWS resources.
4646

4747
For more detailed information, refer to the [AWS EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html)

docs/manual/projects/resource-model-sources/azure-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
::: enterprise
44
:::
55

6-
The Azure AKS (Azure Kubernetes Service) Resource Model Source allows you to import your AKS clusters as nodes within Rundeck. This plugin provides node source functionality for managing and executing jobs on your Azure Kubernetes clusters directly from Rundeck.
6+
The Azure AKS (Azure Kubernetes Service) Resource Model Source allows you to import your AKS clusters as nodes within Runbook Automation. This plugin provides node source functionality for managing and executing jobs on your Azure Kubernetes clusters directly from Runbook Automation.
77

88
### Configuration
99

1010
To configure the Azure AKS Resource Model Source:
1111

12-
1. In your Rundeck project, go to "Project Settings" > "Edit Nodes".
12+
1. In your project, go to "Project Settings" > "Edit Nodes".
1313
2. Click "Add a new Node Source".
1414
3. Select "Azure Kubernetes Clusters" from the list of available node sources.
1515
4. Configure the following settings:

docs/manual/projects/resource-model-sources/gcp-gke.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
::: enterprise
44
:::
55

6-
The GCP GKE (Google Kubernetes Engine) Resource Model Source allows you to import your GKE clusters as nodes within Rundeck. This plugin provides node source functionality for managing and executing jobs on your Google Cloud Platform Kubernetes clusters directly from Rundeck.
6+
The GCP GKE (Google Kubernetes Engine) Resource Model Source allows you to import your GKE clusters as nodes within Runbook Automation. This plugin provides node source functionality for managing and executing jobs on your Google Cloud Platform Kubernetes clusters directly from Runbook Automation.
77

88
### Configuration
99

1010
To configure the GCP GKE Resource Model Source:
1111

12-
1. In your Rundeck project, go to "Project Settings" > "Edit Nodes".
12+
1. In your project, go to "Project Settings" > "Edit Nodes".
1313
2. Click "Add a new Node Source".
1414
3. Select "GCP Kubernetes Engine Clusters" from the list of available node sources.
1515
4. Configure the following settings:
@@ -49,18 +49,18 @@ Each GKE cluster will be represented as a node with the following attributes:
4949
The plugin supports two authentication modes:
5050

5151
1. **GCP API Authentication**: Default mode when `Use Pod Service Account` is set to `false`. Uses GCP credentials for authentication.
52-
2. **Pod Service Account**: When set to `true`, uses the Kubernetes service account of the pod for authentication. Ideal when Rundeck is running within the same cluster.
52+
2. **Pod Service Account**: When set to `true`, uses the Kubernetes service account of the pod for authentication. Ideal when Runbook Automation is running within the same cluster.
5353

5454
### Troubleshooting
5555

5656
If you encounter issues:
5757

58-
1. Check the Rundeck logs for any error messages.
58+
1. Check the Runbook Automation logs for any error messages.
5959
2. Verify your GCP credentials and permissions:
6060
- Ensure the service account has the necessary GKE permissions
6161
- Verify the credentials file is properly stored in Key Storage
6262
3. Ensure your GKE cluster is running and accessible.
63-
4. Check network connectivity between Rundeck and your GCP resources.
63+
4. Check network connectivity between Runbook Automation and your GCP resources.
6464
5. Verify the correct Project ID and Region/Zone settings.
6565

6666
### Additional Resources

0 commit comments

Comments
 (0)