-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to go install sigs.k8s.io/kustomize/kustomize/v3 (v3.5.5 and v3.6.0) #2462
Comments
@monopole Any thoughts on this? |
Still broken in the latest release # sigs.k8s.io/kustomize/kustomize/v3/internal/commands/status/cmd
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/fetch.go:110:19: res.ResourceIdentifier undefined (type wait.ResourceResult has no field or method ResourceIdentifier)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/print.go:61:48: data.Identifier.GroupKind undefined (type wait.ResourceIdentifier has no field or method GroupKind)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/util.go:45:25: too many arguments in call to wait.NewResolver
have (client.Client, meta.RESTMapper, time.Duration)
want (client.Reader, time.Duration)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/util.go:84:65: invalid composite literal type wait.ResourceIdentifier
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:135:30: resourceState.Identifier.GroupKind undefined (type wait.ResourceIdentifier has no field or method GroupKind)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:135:57: eventResource.ResourceIdentifier undefined (type *wait.EventResource has no field or method ResourceIdentifier)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:136:28: resourceState.Identifier.Namespace undefined (type wait.ResourceIdentifier has no field or method Namespace)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:136:55: eventResource.ResourceIdentifier undefined (type *wait.EventResource has no field or method ResourceIdentifier)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:137:28: resourceState.Identifier.Name undefined (type wait.ResourceIdentifier has no field or method Name)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/wait.go:137:50: eventResource.ResourceIdentifier undefined (type *wait.EventResource has no field or method ResourceIdentifier)
../../../../pkg/mod/sigs.k8s.io/kustomize/kustomize/v3@v3.6.0/internal/commands/status/cmd/print.go:61:48: too many errors |
I'll re-release 3.6 later today after releasing the underlying deps and removing the replacement directives. It will be the same binary - no new code - but this time go install should work.
|
@monopole Thank you! |
Works, thanks again. |
Description
I cannot install the latest
kustomize
(v3.5.5) via Go.Environment
I tried both Ubuntu 16.04 and Mac OSX 10.15.4.
Go Version
13
and14
Error
Reproduce
Or
The text was updated successfully, but these errors were encountered: