You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cloud-deployment/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ cd scripts
90
90
./deploy.sh --container-tool podman
91
91
```
92
92
93
+
Note that using Kind with Podman on Linux may have some occasional issues due to Kind's experimental support for Podman. In our testing, a reboot normally solves this.
94
+
93
95
The script will:
94
96
- Create Kind cluster with local registry support (if not already exists)
95
97
- Set up local container registry (localhost:5001)
0 commit comments