Nicolas Leiva
Nicolas Leiva
This is a problem on the Juniper side. They can't currently parse `choice-ident`/`choice-value` fields in JSON/YANG payloads (only works for XML). We opened a PR to get it fixed.
Hi all, Might be too early, but would it be possible to add a **pre-config hook** to the `cJunosEvolved` router kind in Containerlab to execute a couple of operational commands...
Good job @AnnamalaiRajeev. The only thing I couldn't map from our current configs is the option to enable automatic discovery of a MEP. Is there any other way to represent...
Thanks @hellt The other option is you add an `InitContainerImage` string field to your `NodeConfig`. `srl-controller/api/v1/types.go` ```go type NodeConfig struct { Command []string `json:"command,omitempty"` // Command to pass into pod....
Right, some controllers do create a service (`arista-ceoslab-operator`), but others don't (`srl-controller`). Arista doesn't set `AllocateLoadBalancerNodePorts`, so we get the default behavior by default, which I would love KNE to...
Long time no see Chris! I'll give that a go, thank you!
A small update in case someone runs into this. TL;DR I'm probably running a K8s version that's too new. The error is triggered in `deploy/deploy.go` ```go func deploymentHealthy(ctx context.Context, c...