Explorar el Código

delete dangling resources

sunguroku hace 5 años
padre
commit
40b35b6368

+ 3 - 4
dashboard/src/main/home/modals/UpdateClusterModal.tsx

@@ -121,9 +121,8 @@ class UpdateClusterModal extends Component<PropsType, StateType> {
 
     return (
       <Warning highlight={true}>
-        ⚠️ Deletion may result in dangling resources. Please visit your cloud
-        provider's console to ensure that all resources have been removed. Note
-        that deleting the cluster does not delete your registries.
+        ⚠️ Deletion may result in dangling resources. For a guide on
+        how to delete dangling resources, click on the Help Button below. 
       </Warning>
     );
   };
@@ -159,7 +158,7 @@ class UpdateClusterModal extends Component<PropsType, StateType> {
         {this.renderWarning()}
 
         <Help
-          href="https://docs.getporter.dev/docs/getting-started-with-porter-on-aws#deleting-provisioned-resources"
+          href="https://docs.getporter.dev/docs/deleting-dangling-resources"
           target="_blank"
         >
           <i className="material-icons">help_outline</i> Help

+ 7 - 0
dashboard/src/main/home/project-settings/ProjectSettings.tsx

@@ -45,6 +45,13 @@ export default class ProjectSettings extends Component<PropsType, StateType> {
             delete the registries, please do so manually in your cloud console.
           </Helper>
 
+          <Helper>
+            Destruction of resources sometimes results in dangling resources. To ensure
+            that everything has been properly destroyed, please visit your cloud provider's console.
+            Instructions to properly delete all resources can be found  
+            <a target="none" href="https://docs.getporter.dev/docs/deleting-dangling-resources"> here</a>.
+          </Helper>
+
           <Warning highlight={true}>This action cannot be undone.</Warning>
 
           <DeleteButton