Madhuri Yechuri

Results 10 comments of Madhuri Yechuri

@cpuguy83 : is this issue still relevant? If so, i'd be happy to pick it up. Thanks!

Great, thanks @cpuguy83 . Let me pick this up.

@rbitia : just noticed that the issue is assigned to you - want to confirm that you are not looking into it before assigning it to self. Can you please...

Thanks, @cpuguy83 . Assigned to self.

Have scaffolding in place for metrics and want to run it by @cpuguy83 to see if i am on the right track. Here are the details: 1) [OpenMetrics](https://github.com/OpenObservability/OpenMetrics) is not...

Thanks for the quick and helpful feedback, @cpuguy83 ! > It's a start to at least get something out, but I'm not sure there is much value in adding it...

> Publishing the metrics to an HTTP endpoint can be configured here, which some providers use: https://github.com/virtual-kubelet/node-cli/ Thanks! Elotl's provider (to be open sourced soon) is using above as well:...

> Is this work still in progress ? @cwdsuzhou : yes, i'll share status update by the end of week. Thanks!

When `CreatePod` fails, we [call `handleProviderError`](https://github.com/virtual-kubelet/virtual-kubelet/blob/master/node/pod.go#L91) which [marks the pod as failed only if restart policy is set to never](https://github.com/virtual-kubelet/virtual-kubelet/blob/master/node/pod.go#L125): ``` podPhase := corev1.PodPending if pod.Spec.RestartPolicy == corev1.RestartPolicyNever { podPhase...

Thanks, @eyberg ! Is the [Google Cloud package referenced in #44](https://github.com/deferpanic/gorump/issues/44#issuecomment-244552911) publicly available? i am trying [install from source ](https://github.com/deferpanic/gorump#install-from-source) as a fallback. Thanks!