Skip to content

Commit

Permalink
Modify again
Browse files Browse the repository at this point in the history
  • Loading branch information
azhao155 committed Jan 13, 2021
1 parent 4e368f0 commit e933166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/machine/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (api *LocalClient) Create(h *host.Host) error {
{
"bootstrapping certificates",
func() error {
// because issue #10107 lock is needed to avoid race conditiion minikube in paralel Docker-Env test.
// Lock is needed to avoid race conditiion in parallel Docker-Env test because issue #10107.
// CA cert and client cert should be generated atomically, otherwise might cause bad certificate error.
lockErr := api.flock.LockWithTimeout(time.Second * 5)
if lockErr != nil {
Expand Down

0 comments on commit e933166

Please sign in to comment.