Skip to content

Commit

Permalink
Merge pull request #125 from hasura/2020.03
Browse files Browse the repository at this point in the history
update new version, deprecate cli
  • Loading branch information
tirumaraiselvan authored Apr 8, 2020
2 parents 8e2ede9 + 51c0969 commit b82c335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
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

0 comments on commit b82c335

Please sign in to comment.