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
Per AWS users' requirements, we want to add aws specific container image into jupyter-web-app confiMap.
Action Item
We'll create an overlay in jupyter-web-app/overlay folder, and patch jupyter-web-app confiMap with our awsnotebookimage. Meanwhile we'll modify kfctl_aws.v1.0.2.yaml, kfctl_aws.v1.0.1.yaml,
and kfctl_aws.v1.0.0.yaml, etc. This will make our users use aws supported image when creating KubeflowNotebookServer.
* 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.
* To fix the race condition with certmanager (#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 #1131).
So remove version number from common labels and application selector
so that apply will work to update resources.
Issue
Per AWS users' requirements, we want to add aws specific container image into jupyter-web-app confiMap.
Action Item
We'll create an overlay in
jupyter-web-app/overlay
folder, and patch jupyter-web-app confiMap with our awsnotebookimage. Meanwhile we'll modifykfctl_aws.v1.0.2.yaml
,kfctl_aws.v1.0.1.yaml
,and
kfctl_aws.v1.0.0.yaml
, etc. This will make our users use aws supported image when creating KubeflowNotebookServer.I'll file a PR for this issue later.
/cc @Jeffwan @jlewi @richardsliu
The text was updated successfully, but these errors were encountered: