Skip to content
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

NETOBSERV-1248: PoC k8s cache #684

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

jotak
Copy link
Member

@jotak jotak commented Jun 21, 2024

Depends on: netobserv/flowlogs-pipeline#681

Topic needed:

apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
  name: informers
  namespace: netobserv
  labels:
    strimzi.io/cluster: "kafka-cluster"
spec:
  partitions: 24
  replicas: 1

Copy link

openshift-ci bot commented Jun 21, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link

openshift-ci bot commented Jun 21, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from jotak. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jotak jotak added the ok-to-test To set manually when a PR is safe to test. Triggers image build on PR. label Jun 21, 2024
Copy link

New images:

  • quay.io/netobserv/network-observability-operator:7c3214f
  • quay.io/netobserv/network-observability-operator-bundle:v0.0.0-7c3214f
  • quay.io/netobserv/network-observability-operator-catalog:v0.0.0-7c3214f

They will expire after two weeks.

To deploy this build:

# Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:7c3214f make deploy

# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-7c3214f

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-7c3214f
  displayName: NetObserv development catalog
  publisher: Me
  updateStrategy:
    registryPoll:
      interval: 1m

@jotak jotak changed the title PoC k8s cache NETOBSERV-1248: PoC k8s cache Jun 24, 2024
@openshift-ci-robot
Copy link
Collaborator

openshift-ci-robot commented Jun 24, 2024

@jotak: This pull request references NETOBSERV-1248 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.17.0" version, but no target version was set.

In response to this:

Depends on: netobserv/flowlogs-pipeline#681

Topic needed:

apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
 name: informers
 namespace: netobserv
 labels:
   strimzi.io/cluster: "kafka-cluster"
spec:
 partitions: 24
 replicas: 1

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress jira/valid-reference ok-to-test To set manually when a PR is safe to test. Triggers image build on PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants