Closed dkapanidis closed 8 years ago
Logs are content-type 'text/plain' and json manipulation needs to be disabled for them.
e.g.
kubectl.watch('namespaces/default/pods/podname/log?follow=true', function(log){ console.log(log); })
Logs are content-type 'text/plain' and json manipulation needs to be disabled for them.
e.g.
kubectl.watch('namespaces/default/pods/podname/log?follow=true', function(log){ console.log(log); })