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

Incorrect operator-sdk command #2

Open
suryaval opened this issue May 14, 2020 · 1 comment
Open

Incorrect operator-sdk command #2

suryaval opened this issue May 14, 2020 · 1 comment
Assignees

Comments

@suryaval
Copy link

Chapter-6: Adapter Operators | Running the Helm Operator

Command in the book

$ operator-sdk up local --watches-file ./local-watches.yaml

Updated Command

$ operator-sdk run --local --watches-file ./local-watches.yaml

@joshix joshix self-assigned this Jul 9, 2020
@joshix
Copy link
Contributor

joshix commented Jul 9, 2020

Confirmed, and has been reported as errata for the print book as well.

operator-sdk up no longer exists and is superseded by the run subcommand. Workaround as above with:

operator-sdk run --local --watches-file ./local-watches.yaml

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

2 participants