drone-kube
drone-kube copied to clipboard
Drone Plugin for Kubernetes
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?