Skip to content

Commit

Permalink
Fix flag name in example. (#1278)
Browse files Browse the repository at this point in the history
Looks like this was missed when changing from --version to --operator-version elsewhere.
  • Loading branch information
porridge committed Jan 16, 2020
1 parent 60afdc3 commit b53581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kudoctl/cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package in the repository, a path to package in *.tgz format, or a path to an un
*Note*: should you have a local "flink" folder in the current directory it will take precedence over the remote repository.
# Upgrade flink to the version 1.1.1
kubectl kudo upgrade flink --instance dev-flink --version 1.1.1
kubectl kudo upgrade flink --instance dev-flink --operator-version 1.1.1
# By default arguments are all reused from the previous installation, if you need to modify, use -p
kubectl kudo upgrade flink --instance dev-flink -p param=xxx`
Expand Down

0 comments on commit b53581a

Please sign in to comment.