github robusta-dev/kubewatch v2.5.0
New Kubernetes events support

latest releases: v2.9.0, v2.8.0, v2.7.0...
18 months ago

Breaking changes

The events api is updated to the newer k8s api events object (released in k8s v1.19)

Make sure to add this to your service account for kubewatch to access the new events API

  - apiGroups:
      - "events.k8s.io"
    resources:
      - events
    verbs:
      - get
      - list
      - watch

To use the old events object add the following changes in your values file:

  coreevent: true
  event: false

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

Don't miss a new kubewatch release

NewReleases is sending notifications on new releases.