-
Notifications
You must be signed in to change notification settings - Fork 802
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
Create EFS storage guide for AWS #715
Conversation
Have you done anything with encryption in transit? (e.g. NFS over TLS) |
I have not, not sure how that works with EFS |
https://docs.aws.amazon.com/efs/latest/ug/encryption.html#encryption-in-transit might be a good read, but integrating that into K8S might be a challenge |
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 @cam72cam. Here are a few suggested changes.
|
||
I don't know if the PV needs to be in the namespace, but the arg does not seem to hurt anything. The PVC must be in the namespace or stuff will break in weird ways. | ||
|
||
3. Configuring your application to use EFS as it's backing storage |
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.
its
|
||
3. Configuring your application to use EFS as it's backing storage | ||
|
||
We now add the following to config.yaml:: |
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.
Let's put config.yaml in backticks.
`config.yaml`
|
||
|
||
The image setting overrides the default pinned jh base image since it has not yet been updated | ||
to include the CHOWN_HOME setting. This will be fixed in Z2JH 0.7. |
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.
Zero to JupyterHub v0.7
Let's expand jh to JupyterHub in several places
|
||
Setting up EFS storage on AWS | ||
----------------------------- | ||
|
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.
Add:
**Note: This section is experimental. Do not use in production unless you fully understand the drawbacks and limitations.**
Thanks @cam72cam. |
For #421