Skip to content

fix(doc): add scoop-extras installation details #6737

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

Conversation

cheapestorderconcept
Copy link

Adding the solution to errors couldn't find manifest for 'skaffold' when installing with scoop. This error is due to lack of extras bucket when scoop is being installed. Default bucket that comes with scoop is main. In the absence of the extras bucket, users won't be able to install skaffold and couldn't find manifest for 'skaffold' error will be encountered

Fixes: #nnn
Related: Relevant tracking issues, for context
Merge before/after: Dependent or prerequisite PRs

Description

User facing changes (remove if N/A)

Follow-up Work (remove if N/A)

Adding the solution to errors couldn't find manifest for 'skaffold' when installing with scoop. This error is due to lack of extras bucket when scoop is being installed. Default bucket that comes with scoop is main. In the absence of the extras bucket, users won't be able to install skaffold and couldn't find manifest for 'skaffold' error will be encountered
@google-cla
Copy link

google-cla bot commented Oct 18, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Oct 18, 2021
@cheapestorderconcept
Copy link
Author

@googlebot I signed it!

@google-cla google-cla bot added cla: yes and removed cla: no labels Oct 18, 2021
@briandealwis briandealwis changed the title Update _index.md doc: fix scoop installation details Oct 18, 2021
@briandealwis briandealwis changed the title doc: fix scoop installation details fix(doc): add scoop-extras installation details Oct 18, 2021
@@ -162,8 +162,25 @@ This package is not maintained by the Skaffold team.

Copy link
Member

Choose a reason for hiding this comment

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

Since the extras bucket isn't configured by default, it might be better to integrate the add extras directly into the main part of the text. Something like:

Skaffold can be installed using the [Scoop package manager](https://scoop.sh/) from the [extras bucket](https://github.com/lukesampson/scoop-extras#readme). This package is not maintained by the Skaffold team.
```powershell
scoop bucket add extras
scoop install skaffold

@MarlonGamez
Copy link
Contributor

hey @cheapestorderconcept, are you still interested in getting this merged? I think the point that @briandealwis made makes sense, I think it would be good to incorporate it

@briandealwis
Copy link
Member

Closing in favour of #6847.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants