This repository was archived by the owner on Apr 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
'watch' doesn't handle non-Status errors properly #2
Copy link
Copy link
Open
Description
npm info it worked if it ends with ok
npm info using npm@3.10.10
npm info using node@v6.10.2
npm info lifecycle kubernetes-aws-resource-service@0.3.2~prestart: kubernetes-aws-resource-service@0.3.2
npm info lifecycle kubernetes-aws-resource-service@0.3.2~start: kubernetes-aws-resource-service@0.3.2
> kubernetes-aws-resource-service@0.3.2 start /app
> node src/index.js "--namespace=development"
[2017-05-19 14:58:45.004] [INFO] [default] - Watching queues at 0...
undefined:1
Forbidden: "/apis/aws.k8s.collaborne.com/v1/namespaces/development/queues?watch=true&resourceVersion=0"
^
SyntaxError: Unexpected token F in JSON at position 0
at Object.parse (native)
at DestroyableTransform._flush (/app/node_modules/auto-kubernetes-client/src/index.js:144:24)
at DestroyableTransform.<anonymous> (/app/node_modules/readable-stream/lib/_stream_transform.js:115:49)
at DestroyableTransform.g (events.js:291:16)
at emitNone (events.js:86:13)
at DestroyableTransform.emit (events.js:185:7)
at prefinish (/app/node_modules/readable-stream/lib/_stream_writable.js:494:12)
at finishMaybe (/app/node_modules/readable-stream/lib/_stream_writable.js:506:7)
at endWritable (/app/node_modules/readable-stream/lib/_stream_writable.js:514:3)
at DestroyableTransform.Writable.end (/app/node_modules/readable-stream/lib/_stream_writable.js:484:41)
This is similar to d037e91, where it was fixed for non-watch resources.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels