I have applied a config file like this kubectl apply -f deploy/mysql.yml
How can I unapply this specific config?
In the Configuration Manager console, go to the Software Library workspace, expand Application Management, and select either the Applications or Application Groups node. Select the application or application group that includes the deployment you want to delete.
In SCCM Console, go to the Software Library / Application Management / Applications. Select your deployed application. At the bottom select the Deployment tab. Right-click a deployment select Disable.
There are two ways to uninstall software on your computer: (1) Open the Software Center, (2) select the Installed Software tab, (3) select the desired software (4) click Uninstall, and (5) follow the prompts.
Use kubectl delete command
kubectl delete -f deploy/mysql.yml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With