-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Bug Report
What did you do?
ran the following command:
~/go/bin/operator-sdk new jicowan-operator
The operator-sdk didn't recognize the --api-version
or --kind flags
2018/10/26 16:34:07 go type operator does not use --api-version or --kind. Please see "operator-sdk add" command after running new.
What did you expect to see?
I expected for the operator SDK to create the project.
What did you see instead? Under which circumstances?
Run dep ensure done
Run git init ...
Initialized empty Git repository in /Users/jicowan/go/src/github.com/jicowan-operator/.git/
error: gpg failed to sign the data
fatal: failed to write commit object
2018/10/26 16:36:15 failed to exec git []string{"commit", "-q", "-m", "INITIAL COMMIT"}: exit status 128
Environment
- operator-sdk version:
operator-sdk version 0.0.7+git
Insert operator-sdk release or Git SHA here. If you have paste the Gopkg.lock operator-sdk information here.
golang version:
go version go1.11.1 darwin/amd6
kubectl version:
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T08:13:03Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.3-eks", GitCommit:"58c199a59046dbf0a13a387d3491a39213be53df", GitTreeState:"clean", BuildDate:"2018-09-21T21:00:04Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
* Kubernetes version information:
-
Kubernetes cluster kind:
EKS -
Are you writing your operator in ansible or go?
I will write it in go if I can get it to work.
Possible Solution
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels