-
Notifications
You must be signed in to change notification settings - Fork 2
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
use new bigdata-operator as notebook session backend #199
Conversation
80cdaa8
to
2a9aaed
Compare
a66a914
to
ad0d8de
Compare
ad0d8de
to
d5f02f3
Compare
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ include "bigdata-operator.fullname" . }}-api |
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.
name: {{ include "bigdata-operator.fullname" . }}-api | |
name: bigdata-operator-api |
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.
since this is hardcoded in the bns chart, hardcode it here as well?
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.
didn't wanted to hardcode it in case we ever do blue green
d5f02f3
to
3709b38
Compare
Why
Remove the need for NFS in the notebook-service
What
Test plan and results
API server started
Notebook-service using bigdata-operator as backend