We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Action fails with below error:
[2022-08-10 06:17:48 INFO] Action: deny-all-ingress [2022-08-10 06:17:49 ERROR] => failed: kubernetes.client.exceptions.ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Audit-Id': '5edf0307-f308-4c8e-9c9f-d489b61d280b', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Kubernetes-Pf-Flowschema-Uid': '58166f29-e868-4b85-a553-339c160e9884', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'cea414d9-ef14-468c-bb46-bf476023d7c7', 'Date': 'Wed, 10 Aug 2022 06:17:49 GMT', 'Content-Length': '508'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"NetworkPolicy in version "v1" cannot be handled as a NetworkPolicy: v1.NetworkPolicy.Spec: v1.NetworkPolicySpec.PodSelector: v1.LabelSelector.MatchLabels: ReadMapCB: expect { or n, but found ", error found in #10 byte of ...|Labels": "app=nginx1|..., bigger context ...|gress"}, "spec": {"podSelector": {"matchLabels": "app=nginx1"}, "policyTypes": ["Ingress"], "ingress|...","reason":"BadRequest","code":400}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Action fails with below error:
[2022-08-10 06:17:48 INFO] Action: deny-all-ingress
[2022-08-10 06:17:49 ERROR] => failed: kubernetes.client.exceptions.ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'Audit-Id': '5edf0307-f308-4c8e-9c9f-d489b61d280b', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Kubernetes-Pf-Flowschema-Uid': '58166f29-e868-4b85-a553-339c160e9884', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'cea414d9-ef14-468c-bb46-bf476023d7c7', 'Date': 'Wed, 10 Aug 2022 06:17:49 GMT', 'Content-Length': '508'})
HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"NetworkPolicy in version "v1" cannot be handled as a NetworkPolicy: v1.NetworkPolicy.Spec: v1.NetworkPolicySpec.PodSelector: v1.LabelSelector.MatchLabels: ReadMapCB: expect { or n, but found ", error found in #10 byte of ...|Labels": "app=nginx1|..., bigger context ...|gress"}, "spec": {"podSelector": {"matchLabels": "app=nginx1"}, "policyTypes": ["Ingress"], "ingress|...","reason":"BadRequest","code":400}
The text was updated successfully, but these errors were encountered: