This commit is contained in:
rejain456 2024-09-26 22:28:53 +00:00
Родитель e721e7e84f
Коммит d62290e9b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -98,7 +98,7 @@ func (dp *DataPlane) bootupDataPlane() error {
}
// for backwards compatibility, get remote allEndpoints to delete as well
allEndpoints, err := dp.getAllPodEndpoints()
allEndpoints, err := dp.getLocalPodEndpoints()
if err != nil {
return err
}