Skip to content
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

Bug: Change Uninstall process of cli - sometimes it fails during controller uninstallation #58

Open
2 tasks done
narmidm opened this issue Sep 15, 2023 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@narmidm
Copy link
Member

narmidm commented Sep 15, 2023

📜 Description

The current uninstallation process for the CLI sometimes encounters failures specifically during the uninstallation of the controller component. This issue is causing inconvenience and potential data inconsistencies for users attempting to remove the Kubeslice from their systems.

👟 Reproduction steps

kubeslice-cli uninstall -c topology.yaml

👍 Expected behavior

✔ Successfully uninstalled KubeSlice Controller

👎 Actual Behavior

Failed to uninstall

Uninstalling KubeSlice Controller...
🏃 Running command: /home/linuxbrew/.linuxbrew/bin/helm --kube-context kind-controller --kubeconfig .kube/config uninstall kubeslice-controller --namespace kubeslice-controller
❌ Failed to run command
Output:
Error: Error: 1 error occurred:
* timed out waiting for the condition

🐚 Relevant log output

Uninstalling KubeSlice Controller...
🏃 Running command: /home/linuxbrew/.linuxbrew/bin/helm --kube-context kind-controller --kubeconfig .kube/config uninstall kubeslice-controller --namespace kubeslice-controller
❌ Failed to run command
Output:
Error: Error: 1 error occurred:
        * timed out waiting for the condition

Version

None

🖥️ What operating system are you seeing the problem on?

Windows

✅ Proposed Solution

first, we can delete crd to trigger the worker uninstallation then remove the controller form the system.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

4 participants