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

Unable to send messages to slack/msteams #57

Open
dpradeep-dev opened this issue Feb 24, 2020 · 2 comments
Open

Unable to send messages to slack/msteams #57

dpradeep-dev opened this issue Feb 24, 2020 · 2 comments

Comments

@dpradeep-dev
Copy link

Installed Flux and deployed examples/fluxcloud.yaml as separate deployment. Communication not happened and I didnt see any logs as well.

Logs:
[{#kubernates *}]
Using Slack exporter

@ridhoq
Copy link

ridhoq commented Feb 26, 2020

Did you "Set the --connect flag on Flux to --connect=ws://fluxcloud"? It's in the README but it's easy to miss

@khdevel
Copy link

khdevel commented May 11, 2020

I also had the same problem and indeed the --connect flag helped.

But I have some similar problem with notifications. On my TEST environment, the Flux is configured to automatically release the services. Its configuration looks like below

fluxcd.io/automated: "true"
filter.fluxcd.io/app: glob:master-*

With this I have nice Slack's notifications. But on STG and PROD with manual releases, configured like so...

fluxcd.io/automated: "false"
filter.fluxcd.io/app: semver-*

...I do not receive any notifications. I also do not see them on fluxcloud logs.

How to fix it?


Edited:

It seems to work without any changes now, it looks like the fluxcloud stucked somehow on some of my releases. I will observe it and write in case I find something...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants