-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
rupeshparab
commented
Oct 25, 2021
•
edited by jgwerner
Loading
edited by jgwerner
- Adds Argo manifests for Argo Events and Argo Workflows
- Argo events and workflows are used to manage auto-grading
the failure in linting seems to be due to this: argoproj/argo-events#562 Will need to make some changes to the spec to make it pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rupeshparab added some questions, thanks!
Make sure update chart yaml with new semver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. After the demo I can update the README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify namespace for anything that is not a cluster based resource. Anything that is not a persistent volume, ClusterRole, ClusterRoleBinding, should have a namespace
- name: grader-pv-{{ .Release.Namespace }} | ||
mountPath: /home | ||
subPath: illumidesk-courses/{{ .Release.Namespace }}/home | ||
- name: shared-pv-{{ .Release.Namespace }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Steps to setup argo on a new cluster | ||
|
||
```bash | ||
helm install argo argo/argo-workflows -n argo --create-namespace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.