Skip to content

Commit

Permalink
required to avoid no auth provider available
Browse files Browse the repository at this point in the history
```
ERROR   controller-runtime.manager      Failed to get API Group-Resources       {"error": "no Auth Provider found for name \"gcp\""}
```

Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy committed Mar 18, 2021
1 parent c38f3f9 commit b1d3e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package main
import (
"os"
"path/filepath"

_ "k8s.io/client-go/plugin/pkg/client/auth"
"gopkg.in/alecthomas/kingpin.v2"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/log/zap"
Expand Down

0 comments on commit b1d3e3d

Please sign in to comment.