|
3 | 3 | ::: enterprise
|
4 | 4 | :::
|
5 | 5 |
|
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. |
7 | 7 |
|
8 | 8 | ### Configuration
|
9 | 9 |
|
10 | 10 | To configure the GCP GKE Resource Model Source:
|
11 | 11 |
|
12 |
| -1. In your Rundeck project, go to "Project Settings" > "Edit Nodes". |
| 12 | +1. In your project, go to "Project Settings" > "Edit Nodes". |
13 | 13 | 2. Click "Add a new Node Source".
|
14 | 14 | 3. Select "GCP Kubernetes Engine Clusters" from the list of available node sources.
|
15 | 15 | 4. Configure the following settings:
|
@@ -49,18 +49,18 @@ Each GKE cluster will be represented as a node with the following attributes:
|
49 | 49 | The plugin supports two authentication modes:
|
50 | 50 |
|
51 | 51 | 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. |
53 | 53 |
|
54 | 54 | ### Troubleshooting
|
55 | 55 |
|
56 | 56 | If you encounter issues:
|
57 | 57 |
|
58 |
| -1. Check the Rundeck logs for any error messages. |
| 58 | +1. Check the Runbook Automation logs for any error messages. |
59 | 59 | 2. Verify your GCP credentials and permissions:
|
60 | 60 | - Ensure the service account has the necessary GKE permissions
|
61 | 61 | - Verify the credentials file is properly stored in Key Storage
|
62 | 62 | 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. |
64 | 64 | 5. Verify the correct Project ID and Region/Zone settings.
|
65 | 65 |
|
66 | 66 | ### Additional Resources
|
|
0 commit comments