Skip to content

Update Runner configuration with installation and replica types#1806

Open
brmdias wants to merge 1 commit into
rundeck:4.0.xfrom
brmdias:patch-22
Open

Update Runner configuration with installation and replica types#1806
brmdias wants to merge 1 commit into
rundeck:4.0.xfrom
brmdias:patch-22

Conversation

@brmdias
Copy link
Copy Markdown
Contributor

@brmdias brmdias commented May 13, 2026

Added installationType and replicaType fields to the Runner configuration. Otherwise, the Runner is created in manual mode and the Pod will fail to start up...

Added installationType and replicaType fields to the Runner configuration.
Otherwise, the Runner is created in manual mode and the Pod will fail to start up...
@brmdias brmdias requested review from a team and Copilot May 13, 2026 14:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Kubernetes plugins overview documentation to ensure Runner creation via API includes the required runner configuration fields for Kubernetes installs, and fixes a formatting issue in the manual authentication section.

Changes:

  • Added installationType: kubernetes and replicaType: ephemeral to the Runner creation API example.
  • Fixed an extra indentation issue so the “This node can now be targeted…” line renders as normal text.

"installationType": "kubernetes",
"replicaType": "ephemeral"
}'
```
Comment on lines +60 to +62
"tagNames": ["K8S-RUNNER", "us-west-1", "cluster-1"],
"installationType": "kubernetes",
"replicaType": "ephemeral"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants