-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ansible operator error in openshift and local docker run as well #6473
Comments
HI @everettraven , |
@kpbasu Thanks for raising this issue! Taking a look at the provided error:
It looks like it can't find a configuration that allows it to connect to a Kubernetes cluster. I suspect running it via podman or docker directly you aren't mounting a volume that includes a As for the on cluster error:
This error appears to be returned and logged when the Ansible playbook has an unsuccessful run. Are there any other logs that indicate a failure during the running of your playbook? |
@kpbasu Did my last comment help to resolve this issue? |
Closing this issue as there has been no response from the issue author. Please feel free to reopen this issue if you feel it was closed in error |
Error during docker run the operator image and in OpenShift as well. Last week, Operator and CR was successfully installed which is running fine on that OpenShift cluster(4.10.54). What could be the issue in new same version of OpenShift cluster(4.10.54) and local docker run?
General operator-related help
Question
What did you do?
podman run -it icr.io/odi-utility-tool/osdu-pre-req-operator:v0.12.1
What did you expect to see?
image should running and we can get shell on container. In last month, we had able to login.
What did you see instead? Under which circumstances?
Environment
Operator type:
Kubernetes cluster type:
$ operator-sdk version
operator-sdk version: "v1.8.0-ocp", commit: "bf96b7604eadb82f173df1c60e6999c2d17695fb", kubernetes version: "v1.20.2", go version: "go1.16.6", GOOS: "linux", GOARCH: "amd64"
$ go version
(if language is Go)go version go1.19.9 linux/amd64
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v0.23.0", GitCommit:"f93da179fe606775f8249fed96e0b9903d9188ed", GitTreeState:"clean", BuildDate:"2022-02-16T06:04:08Z", GoVersion:"go1.17.5", Compiler:"gc", Platform:"linux/amd64"}
Additional context
The text was updated successfully, but these errors were encountered: