-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remove Pipelines - from DEV #1449
Comments
Following the deletions, it was noticed that a few pods, and different types of resources are not deleted. I will try to manually delete them to see if they recreated. I am not sure why it happened, but it will most likely be similar on Prod. |
This was not completed on time yesterday because of the network issues, it took minutes to query simple resources making the debugging virtually impossible. |
Needed to delete the services, that automatically deleted the secrets. |
Related to StatCan/aaw#1449
Part of StatCan/aaw#1449 I think the sha was update after the last version bump
Removed ml-pipelines rolebinding creation from aaw-kubeflow-profiles-controller. Redeployed controller to dev. |
The role bindings delete after the update in charts/argocd-manifest |
We have all the changes required to remove pipelines, but it will most likely still need manual deletion of resources on prod. It might be possible to create a script to run it instead. |
I am missing changes on the Kubeflow repo, to remove the cards about the pipelines. Once the changes are done, cleanup will be needed. As far as I currently see on prod:
|
Converted the prod PRs to draft, while waiting for answers from the kubeflow folks. Also, we need to establish a testing plan for dev, to make sure there is nothing wrong with the way we removed the pipelines. |
I documented this in the pull request for the AAW user documentation #1470, where I said pipelines are in the process of being removed. |
This will need to be tested in the #1472 |
This is to deprecated Kubeflow-Pipelines features.
It might include multiple steps.
** Update **
For easy tracking, a new ticket was created for testing purposes.
Test devExecute the plan for prodClean up the leftover resources (config maps, secrets, deployments , svc, service account, rolebindings)The text was updated successfully, but these errors were encountered: