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

Fix #12810 - Missing docs for ingress setup on minikube #12821

Closed
wants to merge 4 commits into from
Closed

Fix #12810 - Missing docs for ingress setup on minikube #12821

wants to merge 4 commits into from

Conversation

daminisatya
Copy link
Contributor

@daminisatya daminisatya commented Feb 25, 2019

#12810

Fix One - Removed .md from the URL
Fix Two - the YAML formatting is correctly shown. here are the screenshots before and after the changes.

Before -

screen shot 1940-12-06 at 4 35 19 pm

After fix -

screen shot 1940-12-06 at 4 25 14 pm

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language labels Feb 25, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: steveperry-53

If they are not already assigned, you can assign the PR to them by writing /assign @steveperry-53 in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 25, 2019
@netlify
Copy link

netlify bot commented Feb 25, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit a941179

https://deploy-preview-12821--kubernetes-io-master-staging.netlify.com

@daminisatya
Copy link
Contributor Author

/assign @steveperry-53

@@ -160,19 +159,19 @@ The following file is an Ingress resource that sends traffic to your Service via
```

1. Create the Ingress resrouce by running the following command:

Copy link
Contributor

Choose a reason for hiding this comment

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

Good updates.
nit: correct the spelling of resource in line 161.

@@ -195,9 +194,9 @@ The following file is an Ingress resource that sends traffic to your Service via

1. Verify that the Ingress contorller is directing traffic:

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: line 195, correct spelling of controller
nit: should this be item number 5? Probably an extra line needs to be taken away or added.

@@ -252,7 +251,7 @@ The following file is an Ingress resource that sends traffic to your Service via
kubectl apply -f example-ingress.yaml
```

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: check item ordering (1, 2 vs 1, 1). May need to add/delete extra line.

@daminisatya
Copy link
Contributor Author

@kbhawkey Thank you so much for the review! I will update the PR right away.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 27, 2019
@daminisatya
Copy link
Contributor Author

@kbhawkey Addressed all the issues!

@zparnold
Copy link
Member

@daminisatya Could I please have you fix the merge conflicts, otherwise I think this is ready to go!

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 1, 2019
@@ -45,7 +45,7 @@ uses a service of type [Service.Type=NodePort](/docs/concepts/services-networkin

{{< feature-state for_k8s_version="v1.1" state="beta" >}}

Before you start using an Ingress, there are a few things you should understand. The Ingress is a beta resource.
Before you start using an Ingress, there are a few things you should understand. The Ingress is a beta resource.
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm assuming that Ingress has left beta; we're long past v1.1. Is that right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be confirmed before it's updated in the document. Also, I don't think it is related to the current. We can open another bug to track it.

@daminisatya
Copy link
Contributor Author

@zparnold This has been fixed by this PR. #12720

@daminisatya daminisatya closed this Mar 8, 2019
@daminisatya daminisatya deleted the 404_fix branch March 20, 2019 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants