Coder Social home page Coder Social logo

sumologic / sumologic-kubernetes-collection-helm-operator Goto Github PK

View Code? Open in Web Editor NEW
2.0 10.0 4.0 2.57 MB

Helm Operator for the Sumo Logic Kubernetes Collection Chart

Dockerfile 5.48% Makefile 18.59% Shell 31.41% Python 44.52%
sumologic kubernetes helm-operator collection

sumologic-kubernetes-collection-helm-operator's People

Contributors

aboguszewski-sumo avatar andrzej-stencel avatar dmolenda-sumo avatar kkujawa-sumo avatar perk-sumo avatar sumo-drosiek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sumologic-kubernetes-collection-helm-operator's Issues

Future Plans

Hi all,
my client would like to extend the usage of their Sumo account to include Kubernetes logs. They are using OpenShift 4.10.

If I'm reading this correctly the current operator installs v2.17 of the Kubernetes collector which is 6 releases behind the current version and goes end of support at the end of April 2023 (i.e. in 50 days).

Am I correct? If so, what can be done to update the operator to the current version? Am more than happy to help out.

Cannot build operator image

It is not possible to build helm operator image, following error is observerd:

$ make docker-build IMG=operator:test
...
Step 20/25 : RUN helm dependency update && cd charts && for subchart in *.tgz; do tar -xf "${subchart}" && rm -f "${subchart}"; done;
 ---> Running in ec0c81a6d4f8
Saving 6 charts
Downloading fluent-bit from repo https://fluent.github.io/helm-charts
Downloading kube-prometheus-stack from repo https://prometheus-community.github.io/helm-charts
Downloading falco from repo https://falcosecurity.github.io/charts
Save error occurred:  could not find : chart metrics-server not found in https://charts.bitnami.com/bitnami
Deleting newly downloaded charts, restoring pre-update state
Error: could not find : chart metrics-server not found in https://charts.bitnami.com/bitnami
The command '/bin/sh -c helm dependency update && cd charts && for subchart in *.tgz; do tar -xf "${subchart}" && rm -f "${subchart}"; done;' returned a non-zero code: 1
Makefile:107: recipe for target 'docker-build' failed
make: *** [docker-build] Error 1

this problem is caused by the fact that metrics-server helm chart which is used in sumologic collection helm chart v2.1.4 is no longer available, this is related to:

K8s Dashboards cannot be installed using setup job

K8s Dashboards cannot be installed using setup job by applying following configuration in configuration for Helm Operator:

  sumologic:
    setup:
      dashboards:
        enabled: true

The issue is caused by missing jq in kubernetes-setup image which bases on Red Hat Universal Base Image (Helm Operator uses images which base on Red Hat Universal Base Image).

Update of kubernetes-setup image requires a new release of Sumologic Kubernetes Helm Operator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.