Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gitkube_windows_amd64.exe | 2018-05-25 | 7.9 MB | |
gitkube_linux_amd64 | 2018-05-25 | 8.0 MB | |
gitkube_darwin_amd64 | 2018-05-25 | 7.9 MB | |
README.md | 2018-05-25 | 1.4 kB | |
v0.2.0.tar.gz | 2018-05-25 | 16.8 MB | |
v0.2.0.zip | 2018-05-25 | 21.5 MB | |
Totals: 6 Items | 62.1 MB | 0 |
Changelog
- Introduces gitkube CLI for easier installation and managing remotes [docs]
- Support applying manifests: k8s yamls or helm charts [k8s docs] [helm docs]
Installation
Using Gitkube CLI
- Install Gitkube CLI:
- Linux/MacOS
bash curl https://raw.githubusercontent.com/hasura/gitkube/master/gimme.sh | bash
-
Windows: download the latest release and add it to your
PATH
. -
Use Gitkube CLI to install Gitkube on the cluster:
bash gitkube install
Using kubectl
:::bash
kubectl create -f https://storage.googleapis.com/gitkube/gitkube-setup-stable.yaml
#expose gitkubed service
kubectl --namespace kube-system expose deployment gitkubed --type=LoadBalancer --name=gitkubed
Updating existing installation
Execute the following commands to update existing Gitkube installation to the latest version:
:::bash
kubectl -n kube-system set-image deployment/gitkubed sshd=hasura/gitkubed:v0.2.0
kubectl -n kube-system set-image deployment/gitkube-controller controller=hasura/gitkube-controller:v0.2.0