🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

screwdriver-executor-k8s

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-executor-k8s

Kubernetes Executor plugin for Screwdriver

latest
Source
npmnpm
Version
17.3.2
Version published
Weekly downloads
718
120.92%
Maintainers
2
Weekly downloads
 
Created
Source

Screwdriver Kubernetes Executor

Version Downloads Build Status Open Issues License

Kubernetes Executor plugin for Screwdriver

This is an executor for the Screwdriver continuous delivery solution that interacts with Kubernetes.

Usage

npm install screwdriver-executor-k8s

Initialization

The class provides a couple options that are configurable in the instantiation of this Executor

ParameterTypeDefaultDescription
configObjectConfiguration Object
config.kubernetesObject{}Kubernetes configuration Object
config.kubernetes.tokenString''The JWT token used for authenticating to the Kubernetes cluster. (If not passed in, we will read from /var/run/secrets/kubernetes.io/serviceaccount/token.)
config.kubernetes.hostString'kubernetes.defaults'The hostname for the Kubernetes cluster (kubernetes)
config.kubernetes.serviceAccountString'default'The service account to use in Kubernetes (default)
config.ecosystemObjectScrewdriver Ecosystem (ui, api, store, etc.)
config.launchImageString'screwdrivercd/launcher'Launcher image to use
config.launchVersionString'stable'Launcher container version to use (stable)
config.prefixString''Prefix to container names ("")
config.kubernetes.dnsPolicyString'ClusterFirst'DNS Policy for build pod
config.kubernetes.imagePullPolicyString'Always'Image Pull Policy for build pod
config.kubernetes.imagePullSecretNameString''Name of image pull secret
config.kubernetes.jobsNamespaceString'default'Kubernetes namespace where builds are running on
config.kubernetes.nodeSelectorsObject{}Object representing node label-value pairs
config.kubernetes.preferredNodeSelectorsObject{}Object representing preferred node label-value pairs
config.kubernetes.podLabelsObject{ app: 'screwdriver', tier: 'builds', sdbuild: buildContainerName }Object representing custom pod label key-value pairs
config.kubernetes.resources.memory.turboNumber16Value for TURBO memory (in GB)
config.kubernetes.resources.memory.highNumber12Value for HIGH memory (in GB)
config.kubernetes.resources.memory.lowNumber2Value for LOW memory (in GB)
config.kubernetes.resources.memory.microNumber1Value for MICRO memory (in GB)
config.kubernetes.resources.cpu.turboNumber12Value for TURBO CPU (in cores)
config.kubernetes.resources.cpu.highNumber6Value for HIGH CPU (in cores)
config.kubernetes.resources.cpu.lowNumber2Value for LOW CPU (in cores)
config.kubernetes.resources.cpu.microNumber0.5Value for MICRO CPU (in cores)
config.kubernetes.runtimeClassString''Runtime class

Methods

For more information on start, stop, verify and stats please see the executor-base-class.

Testing

npm test

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

Keywords

screwdriver

FAQs

Package last updated on 23 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts