-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.needs discussion
Description
Feature Request
What did you do?
I tried to run operator-sdk new foo --skip-git-init
both in an empty directory as well as a directory containing both go.mod
and go.sum
.
What did you expect to see?
I expected it to generate without any fuss.
What did you see instead? Under which circumstances?
Output is:
INFO[0000] Creating new Go operator 'foo'.
FATA[0000] Project not in $GOPATH
Environment
-
operator-sdk version:
operator-sdk version v0.4.0
-
Are you writing your operator in ansible, helm, or go?
go
Additional context
printenv | grep GOPATH
is empty
goober, davidovich, nrvnrvn, ojizero, nick-phillips-dev and 1 more
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.needs discussion