You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Applying config file for keptn-cdf-translator is failed with below error when executing poc.sh on a local server,
Installed all the prerequisite softwares and cloned the repositories,
<Server>:~/go/src/github.com/salaboy/keptn-cdf-translator$ ko apply -f config/
role.rbac.authorization.k8s.io/keptn-token-reader unchanged
serviceaccount/keptn-cdevents unchanged
rolebinding.rbac.authorization.k8s.io/keptn-cdevents-keptn-token-reader unchanged
Error: error processing import paths in "config/keptn-cdevents.yaml": error resolving image references: found strict reference but ko://github.com/salaboy/keptn-cdf-translator is not a valid import path: go/build: go list github.com/salaboy/keptn-cdf-translator: exit status 1
go: github.com/cdfoundation/sig-events/cde/sdk/[email protected]: missing go.sum entry; to add it:
go mod download github.com/cdfoundation/sig-events/cde/sdk/go
go: github.com/cdfoundation/sig-events/cde/sdk/[email protected]: missing go.sum entry; to add it:
go mod download github.com/cdfoundation/sig-events/cde/sdk/go
The text was updated successfully, but these errors were encountered:
Yes @afrittoli, I have cloned the repos and set the GOROOT and GOPATH before running the script.
While debugging further found that, there is a permission issue with the generated file ../salaboy/keptn-cdf-translator/go.sum file, updating the permission for the file (chmod 775 go.sum) solved this issue.
Applying config file for keptn-cdf-translator is failed with below error when executing poc.sh on a local server,
Installed all the prerequisite softwares and cloned the repositories,
The text was updated successfully, but these errors were encountered: