-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Delete the simple-yaml.md example #16411
Delete the simple-yaml.md example #16411
Conversation
Labelling this PR as size/M |
35108ea
to
807f79c
Compare
Labelling this PR as size/L |
807f79c
to
b26e2ed
Compare
GCE e2e test build/test passed for commit 35108ea7342fe66f773a3d8d0a7445178445cdf0. |
GCE e2e test build/test passed for commit 807f79c2ac9dff796dfe5bb500b30a34d5ab64a5. |
GCE e2e test build/test passed for commit b26e2ed4b41f06d0dff4c05c4a26a27e85fe2a7b. |
Thanks. Is replication.yaml tested in examples/examples_test.go? Please search for links to this doc and update them also. |
b26e2ed
to
1196931
Compare
GCE e2e test build/test passed for commit 1196931e2fb692ebedda54a78227516059c0637f. |
1196931
to
1ddf331
Compare
@bgrant0607 Yes, the replication.yaml is really in examples/examples_test.go. I deleted it. It doesn't show as “replication.yaml”, but "replication", I didn't take notice of it firstly. |
GCE e2e test build/test passed for commit 1ddf3312e3505f3c75699621c01dd6d9976242bd. |
1ddf331
to
511e77e
Compare
GCE e2e test build/test passed for commit 511e77e1ad0f2e2858236fa6b6e33c036f8a2fba. |
@bgrant0607 Could you please review this PR? |
Shippable failure looks like a flake:
|
@@ -77,7 +77,7 @@ but with different flags and/or different memory and cpu requests for different | |||
### Required Fields | |||
|
|||
As with all other Kubernetes config, a DaemonSet needs `apiVersion`, `kind`, and `metadata` fields. For | |||
general information about working with config files, see [here](../user-guide/simple-yaml.md), | |||
general information about working with config files, see [here](../user-guide/deploying-applications.md), |
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.
Can you change each "here" to the title/description of the link?
@@ -117,8 +117,8 @@ It is a recommended practice to put resources related to the same microservice o | |||
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into github: | |||
|
|||
```console | |||
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/docs/user-guide/replication.yaml | |||
replicationcontrollers/nginx | |||
$ kubectl create -f https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/docs/user-guide/pod.yaml |
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.
Why change this?
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.
Because docs/user-guide/replication.yaml will be deleted by this PR. And Changing the URL doesn't change the meaning of the example.
511e77e
to
46abf36
Compare
@janetkuo I updated this PR based on your feedback, please review again. |
GCE e2e test build/test passed for commit 46abf36e3b9ff82cb513dc037a238dd5c7bbccb1. |
general information about working with config files, see [here](../user-guide/simple-yaml.md), | ||
[here](../user-guide/configuring-containers.md), and [here](../user-guide/working-with-resources.md). | ||
general information about working with config files, see [deploying applications](../user-guide/deploying-applications.md), | ||
[configuring containers](../user-guide/configuring-containers.md), and [working with resources](../user-guide/working-with-resources.md). |
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.
add "documents" to the end
46abf36
to
ef0239a
Compare
@janetkuo Updated based on your advices, please have a look. |
GCE e2e build/test failed for commit ef0239a. |
@k8s-bot test this please |
GCE e2e test build/test passed for commit ef0239a. |
@k8s-teamcity-mesosphere error is a known issue under a specific revision. If you want it to pass you can rebase and it should go away. |
@ashcrow Thanks for providing such information. I can ignore them :) |
Looks good to me! |
Applying lgtm since we can ignore the mesos smoke test failure. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Fix #15355