-
Notifications
You must be signed in to change notification settings - Fork 228
Conversation
I'm supportive of this change. I'm curious which character limits were you running into and how many more you needed to make what you ran into work? Adding the global flag makes sense, but we should really get thing plumbed into the ignite config. The only tricky part is making the flag override happen in the proper order. |
Weave Net creates a device named like The first 4 - We could also re-code Weave Net to hash the name instead of taking the prefix, at the cost of making things harder to track down when you need to troubleshoot. I don't know what other CNI implementations do in this situation. |
432a52d
to
e733b03
Compare
I added (I added it to v1alpha3 at the same time; not sure if that is meant to be immutable but it will be backwards-compatible) |
e733b03
to
6005889
Compare
We're working on making this work in |
98faede
to
450f281
Compare
I have rebased after the flaky test was fixed, and added a commit to pass the option through to |
This patch is very close to being mergeable. ( nit: We think a good addition would be patching the value into the VM Status on the first write of the VM object to disk. This allows us to remove the error-burden of flags for commands like This behavior would closely match the runtime/network status added in v0.8.0, and there's existing patching logic and tests that we can rely on. Sunny and I plan to give this a more detailed look tomorrow. |
f5b2851
to
9d68308
Compare
Prefixing everything with `ignite-` cuts into the number of characters available in some situations.
New field is called namePrefix (I added it to v1alpha3 at the same time; not sure if that is meant to be immutable but it will be backwards-compatible)
And set the default if not passed
73bd8d3
to
2e3af7b
Compare
60d2b07
to
a3118d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks.
Prefixing everything with
ignite-
cuts into the number of characters available in some situations.