-
Notifications
You must be signed in to change notification settings - Fork 27
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
WIP: IPsec support #1085
base: main
Are you sure you want to change the base?
WIP: IPsec support #1085
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1085 +/- ##
==========================================
- Coverage 62.49% 62.41% -0.08%
==========================================
Files 77 77
Lines 11581 11593 +12
==========================================
- Hits 7237 7236 -1
- Misses 3887 3897 +10
- Partials 457 460 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/ok-to-test |
/ok-to-test |
1425eb0
to
c970f00
Compare
@@ -166,6 +167,7 @@ const ( | |||
PacketTranslation AgentFeature = "PacketTranslation" | |||
EbpfManager AgentFeature = "EbpfManager" | |||
UDNMapping AgentFeature = "UDNMapping" | |||
IPSEC AgentFeature = "IPSEC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IPSEC AgentFeature = "IPSEC" | |
IPSEC AgentFeature = "IPSec" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or
IPSEC AgentFeature = "IPSEC" | |
IPSEC AgentFeature = "IPsec" |
@@ -1415,6 +1425,9 @@ fields: | |||
- name: K8S_ClusterName | |||
type: string | |||
description: Cluster name or identifier | |||
- name: EncryptedFlow | |||
type: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we will be able to get more info that that in the future ?
It would be interesting to use another type here if so
/ok-to-test |
New images:
They will expire after two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:f7e644e make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-f7e644e Or as a Catalog Source: apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: netobserv-dev
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/netobserv/network-observability-operator-catalog:v0.0.0-f7e644e
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
Signed-off-by: Mohamed Mahmoud <[email protected]>
/ok-to-test |
Description
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.