Open joeibm2020 opened 4 years ago
oc version
Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0+b4261e0", GitCommit:"b4261e07ed", GitTreeState:"clean", BuildDate:"2019-10-06T23:21:44Z", GoVersion:"go1.13.1", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"b3bfb5a", GitTreeState:"clean", BuildDate:"2020-03-02T08:50:52Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}
OpenShift Version 4.3.5
Kubernetes Version v1.16.2
I saw this one but it is using Go, is there a way to use .yml file instead of go? also is this should be applied in the reshifter container?? or where? https://github.com/cri-o/cri-o/pull/2027/commits/be442361d6db85dc5779e6a7fdd747efa0a96cb1
What version of Kubernetes (
kubectl version
) are you using?1.17.2
What version of etcd (
etcdctl --version
) are you using?v3
What version of ReShifter are you using (for rcli:
rcli version
otherwise at the bottom of the app)?0.3.21
Development only: what version of Go (
go version
) anddep
(git describe --tags
) are you using?no go version deployed.
I have an issue when I try to perform a backup either local or s3 it is showing the following I have deployed the pod using .yaml file no go.
"Result There was a problem carrying out the backup: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (61465335 vs. 4194304) "
is there a way to fix this issue?