Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

screwdriver-executor-router

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-executor-router - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

2

package.json
{
"name": "screwdriver-executor-router",
"version": "0.1.3",
"version": "1.0.0",
"description": "A generic plugin for routing builds to specified executors",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,2 +6,8 @@ # Executor Router

An executor is an engine that is capable of running a set of docker containers together.
i.e. Jenkins, Kubernetes, ECS, Mesos
The executor router will allow multiple executors to be used in a Screwdriver cluster.
## Usage

@@ -13,2 +19,28 @@

### Interface
It will initialize any routers specified in the [default.yaml](https://github.com/screwdriver-cd/screwdriver/blob/master/config/default.yaml#L89-L119) under the `executor` keyword. To specify a default executor plugin, indicate it at the `plugin` keyword. If no default is specified, the first executor defined will be the default.
**Example executor yaml section:**
```
executor:
plugin: k8s
k8s:
options:
kubernetes:
host: kubernetes.default
token: sometokenhere
launchVersion: stable
docker:
options:
docker: {}
launchVersion: stable
k8s-vm:
options:
kubernetes:
host: kubernetes.default
token: sometokenhere
launchVersion: stable
```
## Testing

@@ -15,0 +47,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc