Skip to content

Commit

Permalink
make a workaround for cilium conformance test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Aug 6, 2024
1 parent b63dd50 commit 494a20d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ def get_object(self) -> pykube.ConfigMap:
"image": {
"tag": cilium_version,
},
# NOTE(okozachenko1203): cilium has a limitation https://github.com/cilium/cilium/issues/9207
# Because of that, it fails on the test
# `Services should serve endpoints on same port and different protocols`.
# https://github.com/kubernetes/kubernetes/pull/120069#issuecomment-2111252221
"k8s": {"serviceProxyName": "cilium"},
"operator": {
"image": {
"tag": cilium_version,
Expand Down

0 comments on commit 494a20d

Please sign in to comment.