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

Issues when creating customize OCP route for Turbonomic UI. #21

Open
ngiii opened this issue Jan 19, 2022 · 1 comment
Open

Issues when creating customize OCP route for Turbonomic UI. #21

ngiii opened this issue Jan 19, 2022 · 1 comment
Assignees

Comments

@ngiii
Copy link

ngiii commented Jan 19, 2022

I installed Turbonomic 8.4.3 on AWS ROSA cluster. And I'm trying to follow this wiki OCP Route for Turbonomic UI: manual to create my own route.

Here is my yaml

kind: Route
apiVersion: route.openshift.io/v1
metadata:
  name: test
  namespace: turbonomic
  labels:
    app.kubernetes.io/instance: xl-release
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/name: nginx
    zone: internal
spec:
  host: turbo-test.automation.cloud.ibm.com
  to:
    kind: Service
    name: nginx
    weight: 100
  port:
    targetPort: http-nginx
  tls:
    termination: edge
    insecureEdgeTerminationPolicy: Redirect
  wildcardPolicy: None

But it doesn't work, when I visit https://turbo-test.automation.cloud.ibm.com, there're two problems.

  1. The browser will complains connection is not secure, the wiki mentions You can leverage your own certificates, or use the default one on the OCP Router., I have ordered certificate for my domain https://turbo-test.automation.cloud.ibm.com, but I don't know where to set it up.
  2. Even if I ignore the browser warning and accept the risk, the page doesn't direct to the login page correctly and finally show error The page isn’t redirecting properly

What should I do to make my own route work without any certificate warning from browser. Am I missing anything?
Thanks

@ngiii ngiii closed this as completed Jan 19, 2022
@esara esara reopened this Jan 19, 2022
@esara
Copy link
Contributor

esara commented Jan 19, 2022

@evat-pm would you please update the doc at https://github.com/turbonomic/t8c-install/wiki/Platform-Provided-Ingress-&-OpenShift-Routes#nginx-as-proxy--bring-your-own-ingressroute and include
httpsRedirect: false
in addition to nginxIsPrimaryIngress: false ?

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