leland knight
leland knight
I'm seeing similar: ``` error: the server doesn't have a resource type "services" ``` In my case, I jumped to using the vcluster-k8s values file deploying my cluster with (via...
Ok, I re-read the instructions and added '--enable-ssl-passthrough=true' to my nginx-controller and now everything is working perfectly. Recommend the original poster give that a try if they haven't already. Also,...
Try using oidc provider instead of keycloak-oidc. Also, w/ keycloak, you'll probably need to add insecure_oidc_allow_unverified_email="true" ``` config: # in this case oauth2-proxy is going to visit oidc_issuer_url="https://keycloak.vc-prod.k.home.net/auth/realms/home" provider="oidc" provider_display_name="Keycloak"...
Note, I was able to go back to my source kubeconfig, remove the insecure flag, uncomment the certificate-authority-data, and change the fqdn back to an ipaddress and pinniped is now...
You could always allocate someone to help out that vmware bitnami pinniped helm chart ... it could use some love and I'm not enough of a pinniped expert to fix...
@jvanzyl did you end up using the bitnami chart? Or did you abandon it for the one you put together?
If I set 'targetPort: 8081' the container fails with this in the log: ``` Defaulted container "jenkins" out of: jenkins, config-reload, init (init) Running from: /usr/share/jenkins/jenkins.war 2022-06-26 20:40:49.872+0000 [id=1] INFO...
Well, I got this working with the following changes in my values, but it seems a bit all over the place. Is there a more straight-forward way I could be...
I'm not sure the best solution here, but seems the above solutions should be enabled automatically if the keystore is configured, or ... if the keystore is configured, instead of...
Here's what I've discovered: If I only have DNS1 set in my values.conf, and not DNS2, then Google gets set automatically with 8.8.4.4. I can view the deployment and see...