-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[docs] add init docs #3149
[docs] add init docs #3149
Conversation
Please visit http://35.235.117.222:1313 to view changes to the docs. |
Codecov Report
|
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.
There are two things mixed here:
a.) skaffold init functionality spec
b.) getting started workflow
In my mind tutorials rely on essential features and refer to them, not introduce them. So this is not a tutorial. I think a.) should be it's own doc probably under "Skaffold Pipeline Stages" - at one point init might become an automated piece as well!!! b.) should be under "Working with Skaffold" (after "Common Workflows" is renamed)
docs/content/en/docs/tutorials/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/tutorials/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
ce33898
to
68e5b48
Compare
Please visit http://34.94.43.151:1313 to view changes to the docs. |
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
…nto add_init_docs
Error creating deployment, please see controller logs for details. |
Please visit http://34.94.185.45:1313 to view changes to the docs. |
Error creating deployment, please see controller logs for details. |
Please visit http://34.94.43.151:1313 to view changes to the docs. |
Please visit http://34.94.115.173:1313 to view changes to the docs. |
|
||
You can try it this out on example [jib project](https://github.com/GoogleContainerTools/skaffold/tree/master/examples/jib-multimodule) | ||
```bash | ||
$cd examples/jib-multimodule |
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.
screenshot instead of code block
|
||
For more understanding on how init works, see [`skaffold init`]({{<relref "/docs/pipeline-stages/init" >}}) | ||
|
||
Try out [dev]({{<relref "/docs/workflows/dev" >}}), [debug]({{<relref "/docs/workflows/debug" >}}) workflows. |
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.
Try out [dev]({{<relref "/docs/workflows/dev" >}}), [debug]({{<relref "/docs/workflows/debug" >}}) workflows. | |
Try out [developing with Skaffold with hot reload]({{<relref "/docs/workflows/dev" >}}), or [debugging your apps with Skaffold on cluster]({{<relref "/docs/workflows/debug" >}}). |
Fixes #2951
Should merge before : list any PRs that depend on this PR
Should merge after : list any PRs that are prerequisites to this PR
Description
User facing changes
yes,
Next PRs.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes