drone-kube icon indicating copy to clipboard operation
drone-kube copied to clipboard

Drone Plugin for Kubernetes

Results 6 drone-kube issues
Sort by recently updated
recently updated
newest added

this no longer works with the flow of drone

But it only worked for me when I set the secret to be the usual .pem format starting with: ``` -----BEGIN CERTIFICATE----- … ``` Otherwise I got an error like...

Trying to update my AWS EKS v1.10 cluster using this plugin and I get a parsing error while trying to deploy my application. I've validated that my deployment.yaml works stand...

I would be great if we can use a dynamically generated tag (for instance constructed from package.json version, date, and moon phase) in `drone-kube`. The tag can be constructed and...

YAML supports having multiple documents in the same file by splitting different documents with `---`. Kubernetes supports this approach. When I `kubectl apply -f template.yaml` and it contains multiple deployments...

Where does one obtain a KUBE_TOKEN and KUBE_CA from within GKE environment?