Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Gitkube will run on any Kubernetes vendor/distribution AS IS. In case you find a
##### Using kubectl

```sh
kubectl create -f https://storage.googleapis.com/gitkube/gitkube-setup-stable.yaml
kubectl create -f https://raw.githubusercontent.com/hasura/gitkube/master/manifests/gitkube-setup.yaml

#expose gitkubed service
kubectl --namespace kube-system expose deployment gitkubed --type=LoadBalancer --name=gitkubed
```

##### Using gitkube CLI
##### Using gitkube CLI (DEPRECATED)

1. Install Gitkube CLI:
- Linux/MacOS
Expand All @@ -56,14 +56,6 @@ kubectl --namespace kube-system expose deployment gitkubed --type=LoadBalancer -
gitkube install
```

#### Provider walkthroughs

The above installation steps work on most Kubernetes clusters. Detailed walkthroughs for few specific providers are also available:

| Provider | Link |
|-----------------|---------------|
| minikube |[minikube](docs/minikube.md) |

#### Example
Follow this [example](https://github.com/hasura/gitkube-example) repo for a typical workflow of gitkube.

Expand Down
4 changes: 2 additions & 2 deletions manifests/gitkube-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- command:
- bash
- /sshd-lib/start_sshd.sh
image: hasura/gitkubed:v0.3.0
image: hasura/gitkubed:v2020.03.0
imagePullPolicy: IfNotPresent
name: sshd
ports:
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
spec:
serviceAccountName: gitkube
containers:
- image: hasura/gitkube-controller:v0.3.0
- image: hasura/gitkube-controller:v2020.03.0
imagePullPolicy: IfNotPresent
name: controller
resources:
Expand Down