Closed adrian555 closed 4 years ago
cc @Tomcli @pvaneck @moficodes @animeshsingh
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: adrian555, moficodes
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
This PR handles these issues:
when there is an update event caught for the KfDef CR, check whether they are one of the three changes to the KfDef that the operator is supposed to handle. Others will be ignored. This is done to prevent any false update to the KfDef that could cause the operator to redeploy the Kubeflow.
fix the logic to check whether a namespace already exists and whether the kfdef label should be applied or not.
change the master branch's operator image tag to
:latest
so it will not impact the current release.