Skip to content

Commit

Permalink
chore: Update Community Meeting link and specify Go@v1.13 (argoproj#3178
Browse files Browse the repository at this point in the history
)
  • Loading branch information
simster7 authored and rbreeze committed Jun 5, 2020
1 parent 09bb673 commit 348d812
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -67,6 +67,9 @@ kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/
* Automatically calculated resource usage per step
* Pod Disruption Budget support

## Community Meetings
We host monthly community meetings where we and the community showcase demos and discuss the current and future state of the project. Feel free to join us! For Community Meeting information, minutes and recordings please [see here](https://bit.ly/argo-wf-cmty-mtng).

## Community Blogs and Presentations
* [Argo Ansible role: Provisioning Argo Workflows on OpenShift](https://medium.com/@marekermk/provisioning-argo-on-openshift-with-ansible-and-kustomize-340a1fda8b50)
* [Argo Workflows vs Apache Airflow](http://bit.ly/30YNIvT)
Expand All @@ -76,7 +79,6 @@ kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/
* [Producing 200 OpenStreetMap extracts in 35 minutes using a scalable data workflow](https://www.interline.io/blog/scaling-openstreetmap-data-workflows/)
* [Argo integration review](http://dev.matt.hillsdon.net/2018/03/24/argo-integration-review.html)
* TGI Kubernetes with Joe Beda: [Argo workflow system](https://www.youtube.com/watch?v=M_rxPPLG8pU&start=859)
* [Community meeting minutes and recordings](https://docs.google.com/document/d/16aWGQ1Te5IRptFuAIFtg3rONRQqHC1Z3X9rdDHYhYfE)

## Project Resources
* Argo GitHub: https://github.com/argoproj
Expand Down
8 changes: 4 additions & 4 deletions docs/running-locally.md
Expand Up @@ -2,12 +2,12 @@

## Pre-requisites

* Golang
* Yarn. `brew install yarn`
* Docker
* [Go](https://golang.org/dl/) (The project currently uses version 1.13)
* [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
* [Docker](https://docs.docker.com/get-docker/)
* [Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md)
* [protoc](http://google.github.io/proto-lens/installing-protoc.html) `brew install protobuf`
* `jq`
* [`jq`](https://stedolan.github.io/jq/download/)
* A local Kubernetes cluster

We recommend using [K3D](https://k3d.io/) to set up the local Kubernetes cluster since this will allow you to test RBAC set-up and is fast. You can set-up K3D to be part of your default kube config as follows:
Expand Down

0 comments on commit 348d812

Please sign in to comment.