Open Finenyaco opened 9 months ago
as https://github.com/seal-io/walrus/pull/1999#issue-2095261691 mentioned, it's dangerous to run workloads in the default-local environment when the infra network changes frequently.
we might be able to recreate the default-local
namespace, but we cannot recover the workloads inside it.
When using an external database, deleting and re-running the walrus container can also cause this.
Describe the bug
Steps to reproduce
Run Walrus by docker compose.
Create several resources in the default-local environment.
Execute
docker-compose down
.Execute
docker-compose up
.Redeploy to resources.
Result
Expected behavior
Redeploy resource successfully.
Can we retain this namespace? Or automatically recreate the namespace upon restarting Wlarus.
Environment
Additional context Add any other context about the problem here.