We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks a lot for this great plugin! But, I got the following error when deploying, any help would be greatly appreciated.
[info] Pulling image quay.io/ukhomeofficedigital/drone-kubernetes:latest 2016/03/30 10:00:15 Get /: unsupported protocol scheme "" [info] build failed (exit code 1)
.drone.yaml
deploy: kubernetes: image: quay.io/ukhomeofficedigital/drone-kubernetes replicationcontrollers: - k8s/test-rc.yaml apiserver: http://172.17.4.101:8080 namespace: default
The k8s/test-rc.yaml is located in the source directory.
├── Dockerfile ├── LICENSE ├── README.md ├── k8s │ └── test-rc.yaml ├── pom.xml └── src
The text was updated successfully, but these errors were encountered:
Also having similar trouble configuring this plugin.
Sorry, something went wrong.
No branches or pull requests
Thanks a lot for this great plugin!
But, I got the following error when deploying, any help would be greatly appreciated.
.drone.yaml
The k8s/test-rc.yaml is located in the source directory.
The text was updated successfully, but these errors were encountered: