linkerd: crashloopbackoff kubernetes pod error while setting failure accrual -


configured yml failure accrual circuit breaking, below config reference. https://github.com/linkerd/linkerd-examples/blob/master/failure-accrual/linkerd.yml

client:     failureaccrual:       kind: io.l5d.consecutivefailures       failures: 5       backoff:         kind: constant         ms: 10000 

after applying changes, see pods in crashloopbackoff state.

kubectl  apply -f ./linkerd-fa.yml 

crashloopbackoff means process failing start. if use kubectl logs pod/$pod_id l5d, should see error message. i'm guessing there's formatting issue configuration causing linkerd error out during startup.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -