Git Product home page Git Product logo

Comments (6)

Avi-Robusta avatar Avi-Robusta commented on August 23, 2024 1

HI,
We’re looking into this. In the meantime, you can install from source by the README instructions here:
https://github.com/robusta-dev/krr#manual

from krr.

sofiafernandezmoreno avatar sofiafernandezmoreno commented on August 23, 2024 1

The problem is here.
It needs replace by
https://github.com/robusta-dev/krr/releases/download/v1.2.1/krr-ubuntu-latest-v1.2.1.zip

You can install in this way:
brew install --build-from-source /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/robusta-dev/homebrew-krr/Formula/krr.rb
where krr.rb is:

class Krr < Formula
    desc "Kubernetes Resource Recommender by Robusta"
    homepage "https://github.com/robusta-dev/krr"
  
    if OS.mac?
        url "https://github.com/robusta-dev/krr/releases/download/v1.2.1/krr-macos-latest-v1.2.1.zip"
        sha256 "f43a992bece07d9ac8ecd6d32524c3225def2ede743971f8e71ab7caa6aafbbb"
    elsif OS.linux?
        url "https://github.com/robusta-dev/krr/releases/download/v1.2.1/krr-ubuntu-latest-v1.2.1.zip"
        sha256 "6fe37a2bb03abe011984de338548c5168afa7a06f82e8252d719fad57943a75c"
    end
  
    def install
        libexec.install Dir["*"]
        bin.write_exec_script (libexec/"krr")
    end
    
    test do
        system "#{bin}/krr", "version"
    end
end
  

from krr.

marcossv9 avatar marcossv9 commented on August 23, 2024

Seeing same issue here, while trying to install krr on Ubuntu 22.04.2 LTS...

brew install krr
==> Fetching robusta-dev/krr/krr
Error: krr: Failed to download resource "krr"
Failure while executing; `/usr/bin/env /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Linuxbrew/4.0.23-2-g0606b63\ \(Linux\;\ x86_64\ Ubuntu\ 22.04.2\ LTS\)\ curl/7.81.0 --header Accept-Language:\ en --retry 3 --fail --location --silent --head --request GET https://github.com/robusta-dev/krr/releases/download/v1.2.1/krr-linux-latest-v1.2.1.zip` exited with 22. Here's the output:
curl: (22) The requested URL returned error: 404
HTTP/2 404 
server: GitHub.com
date: Fri, 16 Jun 2023 18:05:18 GMT
content-type: text/plain; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With
cache-control: no-cache
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'
content-length: 9
x-github-request-id: 9C5E:158B:4D1F31:556637:648CA46A

from krr.

Zruto avatar Zruto commented on August 23, 2024

Have you resolved it ?

from krr.

LeaveMyYard avatar LeaveMyYard commented on August 23, 2024

Update on this issue: we are working on CI/CD issue that causes this (still present on v1.3.2)
Also, a duplicate is created here: #100

from krr.

LeaveMyYard avatar LeaveMyYard commented on August 23, 2024

Closing as fixed

from krr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.