pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
368 stars 206 forks source link

The make run-local command cannot be debugged locally #525

Open MainPoser opened 1 year ago

MainPoser commented 1 year ago

Description

The make run-local command cannot be debugged locally. Because the program needs to read the namesapce file in the specified directory, but it does not exist in the Windows system

Importance

Local debugging is affected

Location

  1. main.go 107 image

image

  1. pkg/utils/leader.go 37 image image

Suggestions for an improvement

Read the environment variables or manually implement the leader election.