Skip to content

hack: install dependencies#135

Open
maryamtahhan wants to merge 1 commit into
redhat-et:mainfrom
maryamtahhan:install-deps
Open

hack: install dependencies#135
maryamtahhan wants to merge 1 commit into
redhat-et:mainfrom
maryamtahhan:install-deps

Conversation

@maryamtahhan

@maryamtahhan maryamtahhan commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Add script to install dependencies

Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@maryamtahhan has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 15 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: b31611f9-dbaa-4356-8198-8d94d0d6015b

📥 Commits

Reviewing files that changed from the base of the PR and between 90af43a and 23e0ad3.

📒 Files selected for processing (1)
  • hack/install-deps.sh
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@maryamtahhan

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown
✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Comment thread hack/install-deps.sh
# Minimum required versions
MIN_GO_VERSION="1.25.0"
MIN_PODMAN_VERSION="5.3.1"
MIN_KUBECTL_VERSION="1.11.3"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is real old. Maybe something like "1.30.0"?

Comment thread hack/install-deps.sh
fi
else
echo "Go not found. Installing Go ${MIN_GO_VERSION}..."
GO_VERSION="1.25.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be MIN_GO_VERSION?

Comment thread hack/install-deps.sh
else
echo "⚠ Go ${CURRENT_GO_VERSION} is older than required ${MIN_GO_VERSION}"
echo "Installing Go ${MIN_GO_VERSION}..."
GO_VERSION="1.25.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be MIN_GO_VERSION?

Comment thread hack/install-deps.sh
FEDORA_BASE="https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages"

# BTRFS package version - updated to current version
BTRFS_VERSION="6.19.1-1.fc45"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if this version is not available? Are we tied to this version or is there a way to get latest?

Comment thread hack/install-deps.sh
@@ -0,0 +1,173 @@
#!/bin/bash

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, may we hold it until we migrate to KServe?

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

Successfully merging this pull request may close these issues.

3 participants