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

Unable to Install Skaffold due to Dependency Conflicts #9538

Open
lucentlabz opened this issue Oct 8, 2024 · 1 comment
Open

Unable to Install Skaffold due to Dependency Conflicts #9538

lucentlabz opened this issue Oct 8, 2024 · 1 comment

Comments

@lucentlabz
Copy link

lucentlabz commented Oct 8, 2024

Expected behavior

I expected to successfully install Skaffold so that I could easily manage and deploy my Kubernetes applications.

Actual behavior

Upon attempting to install Skaffold, I encountered dependency conflicts that prevented a successful installation. The error message indicates that certain required libraries are either missing or incompatible with the current environment.

Information

Skaffold version:
(e.g., Homebrew)
Contents of skaffold.yaml:
yaml
apiVersion: skaffold/v2beta24
kind: Config
build:
artifacts:
- image: my-app
context: .
deploy:
kubectl:
manifests:
- k8s/*.yaml

Additional Context

I’ve already tried several solutions, such as updating my package manager and checking for existing installations. Here is a brief summary of what I attempted:

Run brew update and brew upgrade to ensure all packages are up to date.
Check for conflicts with installed packages using brew doctor.
Attempted to install Skaffold directly from skaffold.dev.
However, the issues persist, and I'm unsure how to proceed.

Could someone please assist me with this installation issue? Thank you!

@idsulik
Copy link
Contributor

idsulik commented Oct 10, 2024

@lucentlabz hi! Could you please provide more details? the skaffold config file? logs?

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
@idsulik @lucentlabz and others