Problem/Motivation
When deleting a multiple cloud service providers that include K8s and AWS, there is an 500 error when trying to delete K8s cloud service provider.
Drupal\Core\Entity\EntityStorageException: Cannot load cloud service provider plugin: <em class="placeholder">k8s</em> (CloudConfig::$cloudContext) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->delete() (line 794 of /var/www/cloud_orchestrator/docroot/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 41-2.patch | 1.45 KB | baldwinlouie |
Issue fork cloud-3186140
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3186140-fix-k8s-internal-500-error
changes, plain diff MR !41
Comments
Comment #3
baldwinlouie commentedAttaching patch for unit testing.
Comment #4
baldwinlouie commentedComment #6
baldwinlouie commentedUpdating patch file to fix unit testing.
Comment #7
yas@baldwinlouie
Thank you for fixing the issue. It looks good to me. I'll merge the patch to
8.x-2.xand3.xand close this issue asFixed.Comment #10
yas