-
-
Notifications
You must be signed in to change notification settings - Fork 8
Spike/argocd demo #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Spike/argocd demo #205
Conversation
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.
Nice job! Mainly just minor text formatting stuff and a few suggestions.
securityContext: | ||
fsGroup: 1000 | ||
fsGroupChangePolicy: OnRootMismatch | ||
runAsGroup: 1000 |
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 needs to be removed for the demo to run on Openshift. See stackabletech/nifi-operator#827
Ditto for runAsUSer
.
runAsGroup: 1000 |
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.
done 03292c2
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.
runAsUser
needs to be removed, too. The demos are not primarily tested on Openshift, so maybe this point is moot. But maybe what is more relevant is to have a standard way of setting up Minio - the templated way is probably the way to go and so it would be good to have something we can copy/use between demos and tests (hence the suggested change).
Co-authored-by: Andrew Kenworthy <[email protected]>
ArgoCD demo depolying stackable components and running a spark job via airflow.
What it does:
Stack ArgoCD
(except secret, listener and commons which are currently installed via stackablectl, since there must be operators installed in a stack)via applicationsetDemo based on the airflow demo, deployed via ArgoCD
Clone the demos repo and checkout the branch spike/argocd-demo and run
or for custom repo to sync changes via argo (demo fork)
I currently port forward the argocd-server and airflow webserver. In the airflow webUI you can start the pyspark job manually.
Feedback would be very welcome :)
Edit - Notes: