Open lahabana opened 1 year ago
Triage: we have workdir concept for kuma-cp. We should do something similar for kuma-dp. Let's also make sure that both workdirs do not clash with each other.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Triage: we now have a workDir. We could do a migration of sockets to this work dir.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Triage: is it still the case?
It seems we don't use tmpDir
by the default https://github.com/kumahq/kuma/blob/master/app/kuma-dp/cmd/run.go#L107 only once ConfigDir is empty. https://github.com/kumahq/kuma/pull/10364/files
Removing closed state labels due to the issue being reopened.
We don't currently provide a default path. Without a default path, we still use tempDir. We should set a default path for kuma-dp, similar to how we did for kuma-cp.
It's a little strange to use tmp for storing sockets etc. We may want to do something better.
Originally posted by @jakubdyszkiewicz in https://github.com/kumahq/kuma/pull/7218#pullrequestreview-1532631235