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

Refreshing the kiali v1.35.0 page results in 404 page doesn't exist #33739

Closed
anupama2501 opened this issue Jul 22, 2021 · 6 comments
Closed
Assignees
Labels
area/istio feature/charts-istio kind/bug-qa Issues that have not yet hit a real release. Bugs introduced by a new feature or enhancement release-note Note this issue in the milestone's release notes status/has-dependency team/infracloud
Milestone

Comments

@anupama2501
Copy link
Contributor

anupama2501 commented Jul 22, 2021

Rancher Server Setup

  • Rancher version: master-head 9e0d1b2
  • Installation option (Docker install/Helm Chart): Docker install
  • Proxy/Cert Details: self-signed

Information about the Cluster

  • Kubernetes version:
  • Cluster Type (Local/Downstream): Downstream
    • If downstream, what type of cluster? (Custom/Imported or specify provider for Hosted/Infrastructure Provider):
      rke2/rek1 infrastructure provider

Describe the bug
Kiali service link results in a 404 The page you were looking for doesn't exist! error
If the page is not refreshed, it works fine

To Reproduce

  1. Install istio v1.10.2 version with kiali v1.35.0 and jaeger v1.35.0 enabled.
  2. Click on the service link of kiali from cluster --> istio --> kiali
  3. Refresh the page

Result
Refreshing the page results in an error 404 The page you were looking for doesn't exist!

Expected Result
Refreshing the page shouldn't result in the above mentioned error

Screenshots
Screen Shot 2021-07-22 at 11 27 26 AM

Additional context

Redirecting URL for v1.35.0 version of kiali looks different from the v1.32.0 version of kiali:

v1.35.0: <ip>/kiali/console/overview?duration=600&refresh=15000
v1.32.0: <ip>/k8s/clusters/c-zqjp4/api/v1/namespaces/istio-system/services/http:kiali:20001/proxy/kiali/console/overview?duration=60&refresh=15000

Ref: #32529

@anupama2501 anupama2501 added kind/bug-qa Issues that have not yet hit a real release. Bugs introduced by a new feature or enhancement area/istio labels Jul 22, 2021
@anupama2501 anupama2501 added this to the v2.6 milestone Jul 22, 2021
@cbron
Copy link
Contributor

cbron commented Jul 29, 2021

Since this has limited impact I am moving to 2.6.1, and we'll release note it.
You can still view Kiali data, the auto refresh works on the graph, you can navigate and look through the sidebar and into the data on each page, you just cannot refresh the browser page.

@cbron cbron modified the milestones: v2.6, v2.6.1 Jul 29, 2021
@cbron cbron added the release-note Note this issue in the milestone's release notes label Aug 6, 2021
@Jono-SUSE-Rancher Jono-SUSE-Rancher modified the milestones: v2.6.1, v2.6.2 Aug 17, 2021
@blackholeshadow
Copy link

blackholeshadow commented Sep 13, 2021

Hi all,

I have two RKE2 rancher 2.6 managed clusters where I installed the latest Istio version from rancher 2.6 main chart.... Istio-ingress seems to work fine but when i go to the kiali UI and tried to get the GRAPH of current running services I am getting this on both clusters .... Anyone ? seems like Kiali is missing some roles/cluster-roles and therefor is denied access to mesh and namespaces. it alternates between the first screen shot and the second one.....Ok after almost going crazy... here is the situation: If i do a port-forward to Kiali everything is fine no errors... If i create a Gateway/VirtualService to Kiali everything is fine no errors... So the only path not working is via Rancher 2.6 Application shortcut. Hope that helps someone figure out the source of the problem.

image
image (1)

@doflamingo721
Copy link
Contributor

Waiting for upstream kiali to merge kiali/kiali#4914 PR which fixes this issue.

@doflamingo721
Copy link
Contributor

Added the fix for this issue as a part of rancher/charts#1883 PR.

@vivek-shilimkar
Copy link
Member

Validated on rancher v2.6-head(25381f9)

Steps followed:

Install istio v1.10.2 version with kiali v1.35.0 and jaeger v1.35.0 enabled.
Click on the service link of kiali from cluster --> istio --> kiali
Refresh the page

  • Provisioned a k8s v1.23.6-rancher1-1 AWS node driver (1-cp, 1-etcd, 3-worker) downstream cluster
  • Installed Monitoring chart 100.1.2+up19.0.3
  • Installed Istio : 100.3.0+up1.13.3 with Kiali v1.50.0 and jaeger v1.33.0 enabled.
  • Click on the service link of Kiali from cluster. Istio ---> Kiali
  • Refresh the page.

Result:
Refreshing the page doesn't result in 404 error.

Issue is resolved. Hence closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/istio feature/charts-istio kind/bug-qa Issues that have not yet hit a real release. Bugs introduced by a new feature or enhancement release-note Note this issue in the milestone's release notes status/has-dependency team/infracloud
Projects
None yet
Development

No branches or pull requests