Casey Davenport

Results 595 comments of Casey Davenport

Sorry for the delay here. Kicking off a test run.

``` make check-dirtyFailed in 00:00 The following files are dirty00:00 felix/fv/infrastructure/etcd.go | 29 +++++++++++++++--------------00:00 felix/fv/infrastructure/felix.go | 4 ++--00:00 felix/fv/infrastructure/infra_etcd.go | 4 ++--00:00 felix/fv/infrastructure/infra_k8s.go | 10 +++++-----00:00 4 files changed, 24...

Although I didn't think those files were generated...

This is a neat idea. I don't think we have anything like that right now, but a `--dry-run` or a `--validate` option would be really useful.

> create snapshot for vm nodes, vm is vmware vsphere environment > recovery vm nodes from snapshot and then i got some error from pods I wonder if the snapshot...

@hedibouattour curious how this is used in VPP - for the other data planes, we use a global option passed in via the configuration to the dataplane.

Ah yes, I was thinking of this: https://github.com/projectcalico/calico/blob/8b362e2565637599a9a4dd73458f4bf321543c3c/felix/dataplane/driver.go#L223-L229 That's only available to the internal dataplane driver, however I believe ext data plane drivers will still receive a `proto.ConfigUpdate` message. However...

> However if we use this we need to make some changes in order to receive the message mapping pools to enabled encapsulations: If what you really need is a...