14 May 2022 |
Ryan | I still can't figure out how to send requests to my cluster on my LAN. since i'm not on a cloud platform, i understand this is a bit complicated. i remember someone mentioning some means of an on-premise load balancer but I can't seem to find it. would anyone know what this would be? thanks. | 02:41:10 |
klaatu | You might be thinking of MetalLB ? Ryan Tutorial: https://opensource.com/article/20/7/homelab-metallb | 02:55:58 |
| jsxz joined the room. | 05:54:37 |
| fiqus joined the room. | 09:16:10 |
| kyushuadamu joined the room. | 09:51:24 |
Ryan | That's it! Thank you! | 12:11:11 |
| davis_ joined the room. | 12:11:17 |
| tdklcsz joined the room. | 12:17:49 |
Sheogorath | For those running Calico using helm, it's quite important to read the release notes before upgrading: https://projectcalico.docs.tigera.io/archive/v3.23/release-notes/ | 17:40:59 |
15 May 2022 |
| Nathan joined the room. | 07:21:13 |
| carlo-s joined the room. | 09:54:25 |
| @cryptronicsuk:matrix.org left the room. | 20:02:39 |
16 May 2022 |
| Lea Bradáčová joined the room. | 07:44:34 |
| cyber-chris changed their display name from thevirtuoso1973 to cyber-chris. | 10:03:19 |
Lea Bradáčová | Hi 👋 please is here someone who is using opensearch on k8s and who's willing to help me with debugging a little? What I'm supposed to do: opensearch dashboards SSO with AzureID (openid). I'm in a state where I redirected to Azure login, but when I log in I'm getting error message":"OpenId authentication failed: Error: [index_not_found_except │ │ ion] no such index [_plugins] I'm quite new in k9s world and I'm f*in stuck for 3.rd day. It's some mess with security plugin but I have no idea where am I making things wrong | 10:16:30 |
Lea Bradáčová | * Hi 👋 please is here someone who is using opensearch on k8s and who's willing to help me with debugging a little? What I'm supposed to do: opensearch dashboards SSO with AzureID (openid). I'm in a state where I redirected to Azure login, but when I log in I'm getting error message":"OpenId authentication failed: Error: [index_not_found_except │ │ ion] no such index [_plugins] I'm quite new in k8s world and I'm f*in stuck for 3.rd day. It's some mess with security plugin but I have no idea where am I making things wrong | 10:17:01 |
cxz38 | I've got no clue what opensearch is but how would you debug it normally? The same principles would apply in kubernetes. | 10:26:49 |
Sheogorath | Opensearch is the elasticsearch fork of AWS after Elastic as a company made AWS unhappy by changing the license. | 10:30:27 |
Sheogorath | But as cxz38 pointed out, the error message sounds like an application internal mess, rather than a Kubernetes one, which sounds like you want to talk to the opensearch community or AWS. (Not sure how much AWS fancies to support Azure) | 10:34:10 |
Lea Bradáčová | In reply to @sheogorath:shivering-isles.com But as cxz38 pointed out, the error message sounds like an application internal mess, rather than a Kubernetes one, which sounds like you want to talk to the opensearch community or AWS. (Not sure how much AWS fancies to support Azure) thanks for reply. Yes, It's some app mess. I use opendistro, not the AWS directly. Just no opensearch community on Matrix so in desperate phase I hoped here could be someone using it who already faced some similar issues. | 10:41:45 |
| @idahotokens:matrix.org joined the room. | 11:04:36 |
| @idahotokens:matrix.org left the room. | 16:27:44 |
| sudoforge joined the room. | 22:20:53 |
17 May 2022 |
| kubeworm joined the room. | 14:14:11 |
effendy | Is there a possibility of directly using the hostname of the machine/local host in a helm template instead of using --set variable=$HOSTNAME? | 15:45:10 |
Sheogorath | effendy: not to my knowledge, no. | 15:49:53 |
Haley | question regarding a ingress definition: Is it possible to make the definition/path whatever valid, only if it comes from a predefined subnet? | 16:52:10 |
| judithbnks joined the room. | 17:36:07 |
daltin | Try to use "rewrite" rule like:
If ( $remote_addr ~= "10\.10\." ) rewrite .... | 20:22:12 |
| californiatokens joined the room. | 20:33:04 |