Skip to content

Instantly share code, notes, and snippets.

@leakingtapan
Created January 23, 2019 06:13
Show Gist options
  • Save leakingtapan/f2cb5b5de02c3adc37bea4e49908ccdf to your computer and use it in GitHub Desktop.
Save leakingtapan/f2cb5b5de02c3adc37bea4e49908ccdf to your computer and use it in GitHub Desktop.
node-driver-registrar restarts
I0123 06:05:16.016313 1 main.go:108] Version: v1.0.2-rc1-0-g2edd7f10
I0123 06:05:16.016367 1 main.go:115] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0123 06:05:16.016374 1 connection.go:69] Connecting to /csi/csi.sock
I0123 06:05:16.016674 1 connection.go:96] Still trying, connection is CONNECTING
I0123 06:05:16.016999 1 connection.go:93] Connected
I0123 06:05:16.017036 1 main.go:123] Calling CSI driver to discover driver name.
I0123 06:05:16.017071 1 connection.go:137] GRPC call: /csi.v1.Identity/GetPluginInfo
I0123 06:05:16.017194 1 connection.go:138] GRPC request: {}
I0123 06:05:16.019574 1 connection.go:140] GRPC response: {"name":"ebs.csi.aws.com","vendor_version":"0.2.0"}
I0123 06:05:16.020175 1 connection.go:141] GRPC error: <nil>
I0123 06:05:16.020181 1 main.go:131] CSI driver name: "ebs.csi.aws.com"
I0123 06:05:16.020227 1 node_register.go:54] Starting Registration Server at: /registration/ebs.csi.aws.com-reg.sock
I0123 06:05:16.028524 1 node_register.go:61] Registration Server started at: /registration/ebs.csi.aws.com-reg.sock
I0123 06:05:16.356509 1 main.go:76] Received GetInfo call: &InfoRequest{}
I0123 06:05:17.287166 1 main.go:86] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:false,Error:plugin registration failed with err: error uninst$
lling CSI driver from CSINodeInfo object error updating CSINodeInfo: timed out waiting for the condition; caused by: [the server could not find the requested resource (get csinodei$
fos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal), the server could not find the requested resource (get csinodeinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal), the serve$
could not find the requested resource (get csinodeinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal), the server could not find the requested resource (get csinodeinfos.csi.st$
rage.k8s.io ip-172-20-79-90.ec2.internal)],}
E0123 06:05:17.287237 1 main.go:88] Registration process failed with error: plugin registration failed with err: error uninstalling CSI driver from CSINodeInfo object error u$
dating CSINodeInfo: timed out waiting for the condition; caused by: [the server could not find the requested resource (get csinodeinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.inter$
al), the server could not find the requested resource (get csinodeinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal), the server could not find the requested resource (get csin$
deinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal), the server could not find the requested resource (get csinodeinfos.csi.storage.k8s.io ip-172-20-79-90.ec2.internal)], rest$
rting registration container.
@leonj1
Copy link

leonj1 commented Jul 14, 2019

ever find a solution to this? I'm seeing in a recently created K8s cluster via Rancher's RKE. I'm attempting to use AWS EBS CNI Driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment