keptn/Setup Keptn
Creates a GKE Cluster and installs Keptn on it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| KeptnVersion | Version of Keptn to be installed. | no | 0.8.1 |
| KeptnProject | Name of the Project used for Keptn self monitoring | no | keptn |
| KeptnProjectVersion | Version of the Keptn installation to be tested with Keptn | no | 0.8.1 |
| OnboardDynatraceService | Indicates whether the dynatrace-service should be onboarded | no | false |
| DynatraceServiceVersion | Version of the dynatrace-service | no | 0.13.0 |
| OnboardDynatraceSLIService | Indicates whether the dynatrace-sli-service should be onboarded | no | false |
| DynatraceSLIServiceVersion | Version of the dynatrace-sli-service | no | 0.10.0 |
| GKEClusterVersion | Version of the GKE Cluster | no | 1.18 |
| GKEClusterRegion | Region of the GKE Cluster | no | us-east1 |
| GKEProjectName | Name of the GKE Project | yes | — |
| GKEClusterName | Name of the GKE Cluster | yes | — |
| GKEClusterMachineType | Name of the machine type used for the GKE Cluster | no | n1-standard-4 |
| GKEClusterNumNodes | Number of nodes for the GKE Cluster | no | 3 |
| GCloudComputeZone | Name of the GCloud compute Zone | no | us-east1-b |
| GCloudServiceKey | Base64 encoded GCloud service Key JSON | yes | — |
Outputs
| name | description |
|---|---|
| KeptnAPIURL | URL of the created Keptn instance |
| KeptnAPIToken | API Token of the created Keptn instance |