We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a catlet is updated, network adapters which have been removed from the catlet configuration are not removed from the VM.
name: my-catlet parent: dbosoft/ubuntu-22.04/starter networks: - name: default
name: my-catlet parent: dbosoft/ubuntu-22.04/starter networks: - name: default mutation: remove
The network adapter is removed as the network has been removed. The VM has no network adapters configured.
The network adapter is still present in the VM.
AB#726
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When a catlet is updated, network adapters which have been removed from the catlet configuration are not removed from the VM.
Steps
Expected result
The network adapter is removed as the network has been removed. The VM has no network adapters configured.
Actual result
The network adapter is still present in the VM.
AB#726
The text was updated successfully, but these errors were encountered: