-
Notifications
You must be signed in to change notification settings - Fork 115
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
Error retrieving raw URIs from Rancher / Proxied-APIs #892
Comments
For anyone interested - here is a compileable working version. |
not to play gravedigger, but could anyone take a look? Just tried an update from 2.x to v3.4.0, and i am still running into the same issue, which is fixed for e.g. rancher with a simple:
pinging @timothysmith0609 - not sure you're the right person, but you fixed + merged my previous attempts mentioned on the top post. |
Problem still exists with 3.6.0 so i created a PR, sadly i have no idea about the failing unit-tests ;( |
Bug report
Might be related to #891 and #827 missing cluster_url on
get --raw
commands.krane fails to get raw api-paths because it is missing the cluster_url on some requests:
Expected behavior: No errors, deployment should work.
Actual behavior: Deployment failed
Version(s) affected: 2.4.7
Steps to Reproduce
Probable fix
A most probably dirty and not complete fix (there are probably other places to update) for me was changing the
path
in lib/krane/cluster_resource_discovery.rb:lib/krane/cluster_resource_discovery.rb:
regards,
strowi
The text was updated successfully, but these errors were encountered: