Alex Masi
Alex Masi
Do you mean a per-node type implementation, for example during node.New() for ceos (https://github.com/google/kne/blob/e76ec3a7476a47cefbf762f2c1a0cb2fecc0b54e/topo/node/ceos/ceos.go#L42) so that way the defaults for the node type could be set first? Or do you...
First step toward a more end to end presubmit: https://github.com/openconfig/kne/pull/215
Looks like the private registries that you want to provide kind automatic access to are Google Artifact Registries, in this case try the option in the deployment yaml. https://github.com/google/kne/blob/f3c905c69b52d8c02a5b1f47d808c75c24c89144/deploy/deploy.go#L219 This...
The GAR solution was taken from the official kind docs: https://kind.sigs.k8s.io/docs/user/private-registries/ There is some more info there on private registry access in general
At the time of merging that PR, `0.4.3` was causing SR Linux node creation to fail (could it be due to needing a newer srlinux container image? we have not...
/gcbrun
@hellt There is a regression with this update, the topo creation now hangs if the tag of the image is not of a certain form
The linter is complaining about use of the deprecated field: ``` Error: SA1019: impl.Proto.Type is deprecated: Do not use. (staticcheck) ``` So its safe to ignore the failure
/gcbrun