You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To fix the race condition with certmanager (kubeflow#1125) we move the KF
issuer into a separate package from the package deploying kubeflow.
This way we can wait for cert-manager to start before deploying resources.
* Labels need to be immutable otherwise upgrades won't work (see kubeflow#1131).
So remove version number from common labels and application selector
so that apply will work to update resources.
A common use case is users will want to attach a PV pointing at a shared filesystem to their Jupyter pods.
We should make it easy to customize Jupyter so that users can specify PVs that should be attached to all pods.
#56 is a general issue to make Jupyter pods more customizable.
The text was updated successfully, but these errors were encountered: