drone-k8s

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

README

drone-k8s

Build Status

Drone k8s plugin

This plugin can be used to apply manifests to a kubernetes cluster.

Example configuration

pipeline:
  kubernetes:
    image: richardmarshall/drone-k8s
    server: https://k8s.example.com
    secrets: [ k8s_token ]

Template

Secret Reference

k8s_token
authenticates with this token

k8s_ca
base64 encoded ca public certificate

Parameter Reference

manifest=deployment.yaml
file containing kubernetes objects to be applied

server
kubernetes API endpoint

token authenticates with this token

ca
base64 encoded ca public certificate

namespace
apply this namespace to objects without one explicitly set

prune=false
prune objects matching selector that are not in the manifest

selector label selector for finding objects to prune

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL