-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
25 changed files
with
125 additions
and
150 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
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 @@ | ||
# Provisiong and deploying to GKE |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
apps/docs/pages/job-executions/integrations/google-workflows.mdx
This file was deleted.
Oops, something went wrong.
Empty file.
13 changes: 0 additions & 13 deletions
13
apps/docs/pages/job-executions/integrations/kubernetes-jobs.mdx
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,13 @@ | ||
# Jobs Agent | ||
|
||
The Kubernetes Job Agent seamlessly integrates with your Kubernetes clusters, | ||
enabling you to trigger Kubernetes Jobs directly from within Ctrlplane. It | ||
responds to events like new software releases, new target discoveries, or | ||
updates to existing targets. This powerful integration allows you to leverage | ||
Ctrlplane's flexible management capabilities while harnessing the robust job | ||
execution capabilities of Kubernetes. | ||
|
||
- **Job Creation:** Dynamically creates Kubernetes Jobs based on predefined | ||
templates or specifications. | ||
- **Handlebars for Templating:** Utilizes Handlebars templating to dynamically | ||
generate Kubernetes Job manifests. |
File renamed without changes.
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
{} | ||
{ | ||
"kubernetes": "kubernetes/v1" | ||
} |
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 |
---|---|---|
@@ -1,7 +1,41 @@ | ||
# Kubernetes | ||
# `kubernetes/v1` | ||
|
||
## `kubernetes/v1` Schemas | ||
## ClusterAPI | ||
|
||
### KubernetesAPI | ||
```yaml | ||
version: kubernetes/v1 | ||
kind: ClusterAPI | ||
config: | ||
name: string | ||
server: | ||
certificateAuthorityData: string | ||
endpoint: url | ||
labels: | ||
kubernetes/version: string | ||
kubernetes/distribution: string | ||
kubernetes/master-version: string | ||
kubernetes/master-version-major: string | ||
kubernetes/master-version-minor: string | ||
kubernetes/master-version-patch: string | ||
``` | ||
### KubernetesNmamespace | ||
## Namespace | ||
```yaml | ||
version: kubernetes/v1 | ||
kind: Namespace | ||
config: | ||
name: string | ||
namespace: string | ||
server: | ||
certificateAuthorityData: string | ||
endpoint: url | ||
labels: | ||
kubernetes/namespace: string | ||
kubernetes/version: string | ||
kubernetes/distribution: string | ||
kubernetes/master-version: string | ||
kubernetes/master-version-major: string | ||
kubernetes/master-version-minor: string | ||
kubernetes/master-version-patch: string | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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