kubewatch icon indicating copy to clipboard operation
kubewatch copied to clipboard

namespace missed in slack text message?

Open dmitry-mightydevops opened this issue 4 years ago • 4 comments

image

HELM Chart version:

repoURL: https://charts.bitnami.com/bitnami
targetRevision: 3.2.4

values:

slack:
  enabled: true
  channel: "alarms"
  token: "xoxb-...."

webhook:
  enabled: false
  # url: ""
smtp:
  enabled: false

# namespace to watch, leave it empty for watching all.
namespaceToWatch: ""

# Resources to watch
resourcesToWatch:
  deployment: true
  replicationcontroller: false
  replicaset: false
  daemonset: false
  services: true
  pod: true
  job: true
  persistentvolume: true
  ingress: true
  secrets: true
  nodes: true

replicaCount: 1

resources:
  limits: 
    cpu: 200m
    memory: 256Mi
  requests: 
    cpu: 200m
    memory: 10Mi

livenessProbe:
  enabled: false
  initialDelaySeconds: 10
  periodSeconds: 10
  timeoutSeconds: 1
  failureThreshold: 3
  successThreshold: 1
readinessProbe:
  enabled: false
  initialDelaySeconds: 10
  periodSeconds: 10
  timeoutSeconds: 1
  failureThreshold: 3
  successThreshold: 1

nodeSelector: 
  ops: "true"

podLabels: {}
podAnnotations: {}

rbac:
  create: true

serviceAccount:
  create: true
  name: "kubewatch-sa"

dmitry-mightydevops avatar May 08 '21 23:05 dmitry-mightydevops

I notice the same thing too

aakarshg avatar May 20 '21 22:05 aakarshg

Seeing the same thing. I first thought it was because I was watching a single namespace but I see that you are watching multiple namespaces.

In my case, I am also using the webhook handler and not Slack.

LaurentDumont avatar Jul 06 '21 18:07 LaurentDumont

We're using Slack and have the same issue.

akefirad avatar Sep 22 '21 10:09 akefirad

Same here!

ypicard avatar Nov 18 '21 23:11 ypicard