Docker image containing rancher client, helm client and kubectl. This image is available on DockerHub.
$ make docker/build/<TAG>
$ make docker/push/<TAG>
$ docker run --rm -v <PATH_TO_CONFIG>:/root/.rancher/cli2.json rancher:<TAG> "rancher --help"
$ docker run --rm rancher:<TAG> "helm --help"
$ docker run --rm -v <PATH_TO_CONFIG>:/root/.rancher/cli2.json rancher:<TAG> "rancher kubectl --help"
where <TAG>
is the image tag and <PATH_TO_CONFIG>
is the path for rancher client config path
- Fork this repository
- Clone your fork
- Create and test your changes
- Create a pull-request
- Wait for reviewers feedback