-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
Description of the problem:
The deploy-kind.sh script automates the complete setup of a ros-ocp-backend devel env on a local KIND cluster by creating the cluster with proper networking, installing required infrastructure (NGINX Ingress, storage), deploying the ROS-OCP Helm chart with all dependencies (Kruize, MinIO), and running health checks to ensure all components are properly running.
The script is also utilized in CI for automated testing of Helm chart deployments.
At the moment deploy-kind.sh only support docker.
Expected results:
Support both docker and podman.
CI must use podman.
- links to