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

added default-repo to getting started #1672

Conversation

balopat
Copy link
Contributor

@balopat balopat commented Feb 19, 2019

Fixes #1669.

@balopat balopat added the docs-modifications runs the docs preview service on the given PR label Feb 19, 2019
@container-tools-bot
Copy link

Please visit http://35.235.69.96:1313 to view changes to the docs.

@container-tools-bot container-tools-bot removed the docs-modifications runs the docs preview service on the given PR label Feb 19, 2019
@codecov-io
Copy link

codecov-io commented Feb 19, 2019

Codecov Report

Merging #1672 into master will increase coverage by 0.93%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1672      +/-   ##
==========================================
+ Coverage   47.41%   48.34%   +0.93%     
==========================================
  Files         122      122              
  Lines        5448     5558     +110     
==========================================
+ Hits         2583     2687     +104     
- Misses       2604     2607       +3     
- Partials      261      264       +3
Impacted Files Coverage Δ
schemas/main.go 88.15% <0%> (+0.96%) ⬆️
pkg/skaffold/schema/profiles.go 95.18% <0%> (+1.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acde29d...e7a6599. Read the comment docs.

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

grammar nits, but otherwise LGTM and thanks for adding :)

@@ -144,8 +144,9 @@ https://storage.googleapis.com/skaffold/builds/latest/skaffold-windows-amd64.exe

## `skaffold dev`: Build and deploy your app every time your code changes

Run command `skaffold dev` to build and deploy your app continuously. You should
see some outputs similar to the following entries:
Run command `skaffold dev --default-repo <myrepo>` to build and deploy your app continuously.
Copy link
Contributor

Choose a reason for hiding this comment

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

can we remove the word command here? sentence is a bit awkward with it.

Run command `skaffold dev` to build and deploy your app continuously. You should
see some outputs similar to the following entries:
Run command `skaffold dev --default-repo <myrepo>` to build and deploy your app continuously.
The `--default-repo` functionality enables to push images to your own repository instead of the default `gcr.io/k8s-skaffold` repo.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/enables to push/enables pushing

@@ -5,3 +5,10 @@ weight: 90
---

See the [Github Examples page](https://github.com/GoogleContainerTools/skaffold/tree/master/examples) for examples.

To run the examples, you either have to manually replace the image repositories in the examples from gcr.io/k8s-skaffold to yours or you can point skaffold to your default image repository in one of the four ways:
Copy link
Contributor

Choose a reason for hiding this comment

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

a little nitpicky: can this be structured something like:

To run the examples in the repo, you have two options:
  1) manually replace the image repositories in the example skaffold.yamls from gcr.io/k8s-skaffold to your own person repository
  2) point skaffold to your default image repository in one of the four ways:
....

this just makes it a bit more clear to the user why it's being done this way, and why the default-repo stuff even exists in the first place.

@balopat balopat added the docs-modifications runs the docs preview service on the given PR label Feb 19, 2019
@container-tools-bot
Copy link

Please visit http://35.235.74.87:1313 to view changes to the docs.

@container-tools-bot container-tools-bot removed the docs-modifications runs the docs preview service on the given PR label Feb 19, 2019
@dgageot dgageot merged commit 7bbcc5e into GoogleContainerTools:master Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants