gss2002

Results 6 comments of gss2002

@pwn-sf how did you make your dns visible to the control plane node for an internal lb that is resolvable via ec2 and containers running in eks? E0214 13:12:58.904068 10...

> @pwn-sf how did you make your dns visible to the control plane node for an internal lb that is resolvable via ec2 and containers running in eks? > >...

This is what made it work on k8s... shrug vi che-cluster-config.patch kind: CheCluster apiVersion: org.eclipse.che/v2 spec: components: cheServer: extraProperties: CHE_OIDC_USERNAME__CLAIM: email proxy: nonProxyHosts: - .example.com - localhost - .k8s.dbar.hdp.example.com -...

Here is a way to make it work. It requires patching the AWS Java SDK but for folks who really need this like I did it wasn't to hard to...