linkerd / linkerd-examples

Examples of how to configure and run linkerd
https://linkerd.io
Apache License 2.0
432 stars 221 forks source link

Fix typo in k8s daemons servicemesh ip config #179

Closed webframp closed 7 years ago

webframp commented 7 years ago

This small typo prevents running the examples from the recent blog post and pods just die with CrashLoopBackOff due to the following error:

INFO: HttpMuxer[/admin/per_host_metrics.json] = com.twitter.finagle.stats.HostMetricsExporter(<function1>)
I 0912 19:42:08.876 UTC THREAD1: linkerd 1.2.0 (rev=7868f5195a87253c1a362923bea1f019d4821226) built at 20170907-175131
I 0912 19:42:09.069 UTC THREAD1: Finagle version 6.45.0 (rev=fadc80cdd804f2885ebc213964542d5568a4f485) built at 20170609-103217
com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of io.buoyant.admin.AdminConfig: no String-argument constructor/factory method to deserialize from S
tring value ('ip 0.0.0.0 port')
webframp commented 7 years ago

This small change makes the info here work for me: https://buoyant.io/2017/08/04/consolidated-kubernetes-service-mesh-linkerd-config/