Thomas Graf
Thomas Graf
> Circling back in here again, trademarks are still with the project. @lizrice, anything we can do to assist? The name Cilium was never trademarked by Isovalent. Please advise whether...
> echo-b is rendered outside the namespace. echo-b is a regular pod in the namespace The reason for that is likely this: ``` ports: - containerPort: 8080 hostPort: 40000 ```...
Is this metadata planned per endpoint? A lot of scale concerns arise immediately. I would assume that in particular for large services the majority or even all endpoints will share...
I was considering pulling it automatically from GitHub or an API. Thoughts?
@aboch What I had in mind is to add a `--ipv6[=true]` option to `network create` which sets `netlabel.EnableIPv6` which would indicate that IPv6 should be treated the same way as...
@aboch I've rebased the changes and picked up your suggestion to use a new IPAM capability. The new capability allows the IPAM driver to indicate whether to use IPv4, IPv6,...
Rebased. Ping @mavenugo @aboch.
Casual ping @mavenugo
@mavenugo Sure. What issues are you referring to?
@aidanhs This looked like the right thing to do first but I don't see a reason anymore why the user should be required to opt into IPv6. Whether to use...