-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot configure blackhole route: "unknown field route-type
"
#1222
Comments
@nirs can you dump a NNS so we can see the nmstate version ? |
@cathay4t is this configuration supported at RHEL 9.2 ? routes:
config:
- destination: 1.2.3.10/32
route-type: blackhole |
I think I already uninstalled nmstate on this system, but the version was this: |
@maiqueb I assume this works in nmstate based on nmstate/nmstate#2453 merged Nov 24, 2023. |
@nirs is https://github.com/nmstate/kubernetes-nmstate/releases/tag/v0.81.0 working for you ? It has nmstateversion 2.2.22
From what I see it was merged on 2.2.20 |
Thanks, will test it. |
@nirs is all good now ? |
Sorry I did not have time to work on this yet, thanks for the new release. |
What happened:
Install release 0.80.1 on OpenShift 4.14.3 based on
https://github.com/nmstate/kubernetes-nmstate/releases/tag/v0.80.1
Applied this policy:
route-type was added here:
nmstate/nmstate#2453
Policy failed to configure:
What you expected to happen:
blackhole route configured.
How to reproduce it (as minimally and precisely as possible):
See what happened
Anything else we need to know?:
Environment:
nmcli --version
)kubectl version
):I guess route-type is not included in the latest release?
Why I want it: replace the manual ip route on every node here:
https://github.com/nirs/oc-blackhole
The text was updated successfully, but these errors were encountered: