Skip to content
New issue

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

Deploy error: unsupported protocol scheme #7

Open
gembin opened this issue Mar 30, 2016 · 1 comment
Open

Deploy error: unsupported protocol scheme #7

gembin opened this issue Mar 30, 2016 · 1 comment

Comments

@gembin
Copy link

gembin commented Mar 30, 2016

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
@andrewmclagan
Copy link

Also having similar trouble configuring this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants