Skip to content

Commit

Permalink
Add error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 28, 2024
1 parent 0db457e commit 8767f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IM/connectors/Kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def _create_volumes(self, namespace, system, pod_name, auth_data):
res.append((name, disk_size, disk_mount_path))
else:
self.log_error("Error creating PersistentVolumeClaim:" + name)
self.error_messages += "Error creating PersistentVolumeClaim for pod %s" % name

cont += 1

Expand Down

0 comments on commit 8767f8c

Please sign in to comment.