Skip to content

Commit

Permalink
fix: update installation doc (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvprecisely authored and VaibhavPage committed Dec 27, 2019
1 parent 78e79e0 commit 72ed7ed
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,24 @@ Make sure you have helm client installed and Tiller server is running. To instal
5. Install the gateway custom resource definition

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/gateway-crd.yaml
6. Create the confimap for sensor controller

6. Install the event source custom resource definition

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/event-source-crd.yaml

7. Create the confimap for sensor controller

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/sensor-controller-configmap.yaml

7. Create the configmap for gateway controller
8. Create the configmap for gateway controller

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/gateway-controller-configmap.yaml

8. Deploy the sensor controller
9. Deploy the sensor controller

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/sensor-controller-deployment.yaml

9. Deploy the gateway controller
10. Deploy the gateway controller

kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/master/hack/k8s/manifests/gateway-controller-deployment.yaml

Expand Down

0 comments on commit 72ed7ed

Please sign in to comment.