Skip to content

error during container init: exec: "postgres-operator": executable file not found in $PATH #214

Closed
@pawelg2152

Description

@pawelg2152

File namespace.yaml should be moved to directory config/default. After deploying secret and ext-postgres-operator (tag 2.0.0) with kustomize:

kubectl kustomize config/default/ | kubectl apply -f -

the following error occurs:

Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "postgres-operator": executable file not found in $PATH

The problem seems to be solved after removing spec.template.spec.containers[0].command from ext-postgres-operator deployment manifest.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions