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
This is a sub-step for completing a common library that handles a PMR #8
In this step, we take for granted that
The create_or_update_profiles(pmr) function is created
It can remove access from stale Profiles
And in this task we want to extend this function to create or update Profiles, based on a PMR. Specifically, if a Profile exists in a PMR but not in the cluster then created it. Similarly if the Profile exists in the PMR, but has a different resourceQuota then the library should update the quota.
Context
This is a sub-step for completing a common library that handles a PMR #8
In this step, we take for granted that
create_or_update_profiles(pmr)
function is createdAnd in this task we want to extend this function to create or update Profiles, based on a PMR. Specifically, if a Profile exists in a PMR but not in the cluster then created it. Similarly if the Profile exists in the PMR, but has a different
resourceQuota
then the library should update the quota.Note that we don't want to touch the
owner
of the Profile, as the namespace will lose the ownership of the namespace https://github.com/kubeflow/kubeflow/issues/6576What needs to get done
The
create_or_update_profiles(pmr)
functionresourceQuota
of a Profile that exists in the cluster, but has different quotas from the one defined in the PMRDefinition of Done
The text was updated successfully, but these errors were encountered: