Improve Network Policy setup & doc#2497
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2497 +/- ##
==========================================
+ Coverage 72.59% 72.64% +0.05%
==========================================
Files 104 104
Lines 10615 10635 +20
==========================================
+ Hits 7706 7726 +20
Misses 2432 2432
Partials 477 477
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Fixes netobserv#2491 - Fix built-in netpol install on ovn-kubernetes and kindnet - and make them enabled by default - Emphasize risks when netpol is disabled - Document how to create your own netpol
|
New images: quay.io/netobserv/network-observability-operator:20bc92d
quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-20bc92d
quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-20bc92d
They will expire in two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:20bc92d
make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-20bc92d
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-sha-20bc92d
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
Description
Fixes #2491
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.