-
Notifications
You must be signed in to change notification settings - Fork 40k
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
"Getting started" guides should point to 'examples/' rather than have their own individual examples #5799
Comments
And we should document this in docs/devel/writing-a-getting-started-guide.md, which we should perhaps move to docs/getting-started-guides |
The GCE guide has been fixed, but many guides still contain API examples. |
Hi @RichieEscarez, |
Hi @nikhiljindal , yes, ill start on this next. |
@RichieEscarez We need this done now. Reassigning. |
cc @krousey Feel free to help. A quick search for v1beta1 shows that the following providers need to be updated:
|
Looks like updating the mesos guide is the only remaining task here. |
Yes, there is a PR #8882 for mesos. To be clear, some getting started guides still have their own individual examples, but they are at least updated to v1beta3 now. |
Azure.
|
This is done. |
I spent a good chunk of last week working through the "Getting started" guide for GCE and the Guestbook example. It seems to me it would be wise to integrate these two resources more.
Right now, the Getting Started with GCE guide has its own example to work through involving Nginx on two containers. The docs would be more maintainable if this instead linked to a universal example, (since it doesn't depend on the provider you're using,) either involving Nginx or not, e.g. the Guestbook example.
The text was updated successfully, but these errors were encountered: