-
Notifications
You must be signed in to change notification settings - Fork 14
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
913 replace minio s3 with hdfs #930
Conversation
32c0958
to
f99bc5b
Compare
a5321bf
to
879fa60
Compare
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.
Thanks @fjammes -- tested and approved! I only left one comment on the documentation.
```bash | ||
kubectl port-forward -n argocd $(kubectl get pods --selector=app.kubernetes.io/name=argocd-server -n argocd --output=jsonpath="{.items..metadata.name}") 8080 | ||
# Login is "admin, Password is set to "password", fix this in production | ||
kubectl -n argocd patch secret argocd-secret -p '{"stringData": {"admin.password": "$2a$10$rRyBsGSHK6.uc8fntPwVIuLVHgsAhAX7TcdrqW/RADU0uh7CaChLa", "admin.passwordMtime": "'$(date +%FT%T%Z)'" }}' |
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.
Is this also the prod password?
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.
No it isn't, this doc will be improved wrt to production setup!
- Install stackable operators with argoCD - Improve ignoreDifferences field in Argo * add /spec/names/categories and shortNames - Install HDFS with argoCD - Reduce memory for spark pods to 1Gi - Bump spark-operator to v2.1.0 - Add hdfs init for user 185 inside chart
879fa60
to
dc58e95
Compare
dc58e95
to
676bff6
Compare
Quality Gate passedIssues Measures |
Linked to issue(s): Closes #913
What changes were proposed in this pull request?
Support HDFS (and Minio)
How was this patch tested?
On CI platforms for both science and noscience