-
Notifications
You must be signed in to change notification settings - Fork 4
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
package drops despite egress rule #163
Comments
Looking at the output of |
should be: spec:
egress:
- ports:
- port: 32023
protocol: TCP
to:
- cidr: 100.127.129.202/32 |
We must add some additional validation which is more strict to prevent such hard to find issues. see #150 |
relates to: #151 |
it was my fault, the syntax was not correct (but accepted by the API); this is correct:
and know everything works fine - thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we have an egress rule:
it worked fine for month, but since some time we get drops:
The text was updated successfully, but these errors were encountered: