Ruslan Baimukhametov

Results 8 comments of Ruslan Baimukhametov

> Please see #1489, that should answer your question. Also let us know where we should add this information so its easier to find, thanks! Hi! I added `metric-labels-allowlist` to...

> I think you need to run kube-state-metrics v2.1.0 to make use of the wildcard option. I'm also tried to list all my needed labels and it didn't work too.

> > I'm also tried to list all my needed labels and it didn't work too > > @broken-ufa Can you share the config how you listed them? The wildcard...

This ```- --metric-labels-allowlist=pods=[*],deployments=[*]``` works properly in version 2.2.0

I have same issue with Gogs **0.12.10** ### openssh-client 1:8.9p1-3 on client I get error: `"Permission denied (publickey)"` in gogs-log: `2022/10/28 15:29:15 [ERROR] [gogs.io/gogs/internal/ssh/ssh.go:151 func1()] SSH: Error on handshaking: [ssh:...

Okay. I'm investigated it. acording to https://confluence.atlassian.com/bitbucketserverkb/ssh-rsa-key-rejected-with-message-no-mutual-signature-algorithm-1026057701.html rsa keys is deprecated and better to generate new keys in ed25519 algorithm or add `PubkeyAcceptedKeyTypes +ssh-rsa` to user's `.ssh/config`

Thank you! I will try it I will come back with updates