chrismetz09

Results 8 comments of chrismetz09

Wondering if this PR explains the 500 error you are receiving. https://github.com/ligato/vpp-agent/pull/1854

Any anticipated changes to agentctl front-end? Or no change, performed under the covers?

@fgschwan, sounds good. Agentctl docs up-to-date. Let's add example of 3rd party yaml to include in agentctl doc enhancements

Hi.Those look like REST calls? What did you see? Assuming you have running VPP agent (+ VPP) container? On official docker image, curl -X GET "http://localhost:9191/scheduler/dump?view=SB&key-prefix=config/vpp/v2/interfaces/" worked for me. Try...

Let's try the following: - look over tutorials - look over [custom plugin example](https://github.com/ligato/vpp-agent/tree/master/examples/customize/custom_vpp_plugin) Next, gather info - log with debug turned on: `docker run -it --rm --name vpp-agent --env...

Looks to me like you did things correctly. If possible, run the following to assist troubleshooting: [agentctl report](https://docs.ligato.io/en/latest/user-guide/agentctl/#report) [agentct config history](https://docs.ligato.io/en/latest/user-guide/agentctl/#config-history) [agentct vpp show version](https://docs.ligato.io/en/latest/user-guide/agentctl/#vpp) [KVS txn history API](https://docs.ligato.io/en/latest/api/api-kvs/#transaction-history). @ofabry,...

same, upgrade to Mac OS 12.4 fixed this problem.

@317brian, `hugo server` stopped working and instead received the problematic `..config: failed to resolve output format "print" from site config.`. Performed reboot and results are: ``` TestMermaidK8s git:(master) ✗ hugo...