-
Notifications
You must be signed in to change notification settings - Fork 194
The kfp setup.md file needs to tell you to run make setup command in the kind directory. #252
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
Changes from 8 commits
a53265b
e8191f6
f4c88c9
1763347
f385afc
f18d28d
cb1c202
7a7cdec
1222b44
c3d2272
be1cf4a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,11 @@ choose your OS system, and process according to "(Optional) Install the MinIO Cl | |
|
||
## Installation steps <a name = "installation"></a> | ||
|
||
You can create a Kind cluster with all required software installed using the following command: | ||
You can create a Kind cluster with all required software installed using the following command, run in the `kind` directory under the repo root: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @deanwampler , sorry maybe it is my English, but the sentence is not clear to me especially that the first command is make -C kind setup There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe I missed that. Sorry. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pushing an update... |
||
|
||
```shell | ||
make setup | ||
cd kind # Assuming you are in the repo root directory. | ||
make setup | ||
``` | ||
from this main package directory or from the `kind` directory. | ||
If you do not want to upload the testing data into the locally deployed Minio, and reduce memory footprint, please set: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we're ready for this, in particular
build
is ill-defined.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daw3rd and @roytman If making a
make all
target is not feasible, please close this PR, but before doing that, Dean has found a typo in thesetup.md
file: deside => decideThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The typo is fixed by #333.
The kind directory is going to be refactored in a separate PR, and the README file in the root directory will be updated accordingly.