diff README.md @ 13:be2f70ae6749 draft default tip

planemo upload for repository https://github.com/afgane/gcp_batch_netcat commit 2435de746d841f314b70f6257de0a3abaf77ec90
author enis
date Fri, 15 Aug 2025 13:14:31 +0000
parents 56543de39954
children
line wrap: on
line diff
--- a/README.md	Thu Aug 14 16:48:42 2025 +0000
+++ b/README.md	Fri Aug 15 13:14:31 2025 +0000
@@ -18,8 +18,7 @@
 - Troubleshooting connectivity issues in Galaxy deployments on Kubernetes
 - Debugging firewall rules, NFS export configurations, and CVMFS client setup
 - Comprehensive Network Diagnostics: DNS resolution, routing, and external connectivity
-- Custom VM Integration: Uses galaxy-k8s-boot-v2025-08-12 image with pre-configured CVMFS client
-
+- Custom VM Integration: Uses (e.g., `galaxy-k8s-boot-v2025-08-12`) image with pre-configured CVMFS client and NFS support
 The tool is available in the Main Tool Shed at:
 https://toolshed.g2.bx.psu.edu/view/enis/gcp_batch_netcat/
 
@@ -115,14 +114,6 @@
 - Downloaded JSON key file for the service account
 - Access to the custom VM image: e.g., `galaxy-k8s-boot-v2025-08-12`
 
-### Network Configuration
-- Firewall rule allowing traffic from the Batch subnet to NFS server:
-```
-gcloud compute firewall-rules create allow-nfs-from-batch \
-  --network=NETWORK_NAME \
-  --allow=tcp:2049
-```
-
 ### NFS Server Setup
 - The NFS service must be accessible via LoadBalancer with external IP (typically private within VPC)
 - NFS server should support NFSv4.2 with sec=sys security