JuleeB1
8a42e16fa6
Note Formatting Correction ( #9927 )
...
* Note Formatting Correction
Formatted the note according to the style guide.
* Small cleanup to note cleanup
Fiddly stuff, original PR is good.
2018-08-20 12:26:30 -07:00
JuleeB1
2a3bf87b4d
Applied note formatting ( #9925 )
...
Apparently, this used the old note formatting. Just swapped out the tags with the new ones.
2018-08-20 12:13:36 -07:00
Zach Arnold
f870f53d45
update configure-cloud-provider-firewall.md ( #9789 )
2018-08-20 11:22:58 -07:00
John Oss
73f4567c80
Fix 404 in Configure DNS Cluster ( #9853 )
...
Original Page:
https://kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/
Updates to use kubernetes/examples as source
2018-08-17 19:13:00 -07:00
Slava Semushin
5f19d7ced8
Fix broken links. ( #9755 )
...
- /docs/concepts/services-networking/service/#type-nodeport => /docs/concepts/services-networking/service/#nodeport
- /docs/concepts/services-networking/service/#type-loadbalancer => /docs/concepts/services-networking/service/#loadbalancer
- https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md => https://github.com/kubernetes/ingress-nginx/
2018-08-17 10:00:10 -07:00
chenhuan
094cf11b6c
fix the command output ( #9814 )
...
I have verified on version v1.11
2018-08-11 05:10:54 -07:00
chenhuan
3f1279c3db
fix the command output ( #9815 )
...
I have verified on version v1.11
2018-08-11 05:08:54 -07:00
chenhuan
3d70c1622f
fix the command output ( #9813 )
...
I have verified on version v1.11
2018-08-11 05:07:54 -07:00
Qiming
53228de1e3
Fix links to example YAMLs ( #9680 )
...
There are a few cases which were missed during previous effort on
consolidating all example YAML files. This PR fixes them all in the
English version.
Closes : #9674
2018-07-31 15:12:38 -07:00
Takuya Tokuda
b97002f268
Fix command highlight in port-forward-access-application-cluster ( #8705 )
...
* fix command highlight in port-forward-access-application-cluster
* Fix structure and add some sentences
* modify the wording
* update wording
2018-07-19 17:25:53 -07:00
Luc Perkins
fa657b76a9
Recommend --watch flag for obtaining external IP information (issue 8483) ( #9129 )
...
* Use --watch flag instead of checking multiple times
* Wording changes
2018-07-18 17:34:42 -07:00
Chao Wang
41cc078015
update the go client usage to prevent common error. ( #9414 )
2018-07-18 16:43:06 -07:00
craigbox
f0e2876848
Fixes to example for connecting with curl ( #9337 )
...
* Fixes to example for connecting with curl
Example for getting cluster token
- does not work with multiple entries in kubeconfig
- does not work with Istio installed
Fix both
* also need to change the tr from tabs to spaces
2018-07-18 15:22:56 -07:00
Leonardo Carreiro
1f90f0602e
Replacing the example IP address by something that could exists. ( #9120 )
...
The example `123.45.678.9` was an invalid IP address.
2018-07-18 00:25:19 -07:00
Bob Killen
42decf8cf7
Update accessing-the-api links ( #9441 )
...
* update accessing-the-api links
* undo update of cn content
2018-07-11 21:45:25 -07:00
Bob Killen
09e5db0724
Update authentication links ( #9452 )
...
* update authentication links
* undo cn updates
2018-07-11 13:43:26 -07:00
Qiming
ea6004bd4f
Consolidate YAML files [part-12] ( #9364 )
...
* Consolidate YAML files [part-12]
Relocate YAML files referenced by the accessing application topic
and the rest of cluster administration.
* Adjust json shortcodes.
2018-07-03 23:19:23 -07:00
Joe Rocklin
7be7d8e8f3
Fix overview capture ( #9242 )
...
The currently rendered document has an error block displayed indicating an overview section is needed.
2018-06-26 15:16:52 -07:00
Steven Smith
56565c3402
Update web-ui-dashboard.md ( #9248 )
2018-06-26 15:10:52 -07:00
Dimitris-Ilias Gkanatsios
a29a924f09
Update port-forward-access-application-cluster.md ( #9221 )
...
minor UI issue
2018-06-25 15:54:22 -07:00
Steve Perry
75f00dfc60
Apply templates to all concepts and tasks to fix double bullets in TOC ( #9149 )
...
* Apply concept template to fix double bullet issue.
* Apply concept template
* Apply templates to tasks
2018-06-22 11:20:04 -07:00
Takuya N
3ed3ae82de
Update Kuberbetes Blog URLs ( #8612 )
...
- blog.kubernetes.io => kubernetes.io/blog/
- Kubernetes blog => Kuberentes Blog
- Remove *.html
2018-06-15 10:19:29 -07:00
makocchi
982cbd453b
use note short tags ( #9023 )
2018-06-12 16:17:28 -07:00
Travis Rhoden
e690ca416e
Remove GCE references from service-access-application-cluster.md ( #8765 )
...
Remove links and references that are GCE specific. (#8764 )
2018-06-06 13:52:26 -07:00
Masaya Aoyama (@amsy810)
127b52afaf
[mod] Client library link is dead ( #8734 )
...
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/
Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
Melissa Anderson
83d9cef8a9
Update service-access-application-cluster.md ( #8699 )
...
* Update service-access-application-cluster.md
Fix code snippet formatting and indentation in ordered list (#8698 )
* Fixes code formatting using code fences
Here's a pass with code fences. It seems to work well, and I indented the code fences in the source for readability, even though it wasn't needed for proper indentation in the rendered output.
I wasn't able to use code fences and get the text "The response to a successful request is a hello message:" on its own line. I can achieve that using indentation, but for consistency's sake I used the code fences and placed the text with the paragraph above it.
* Adds `shell` to the code fences
2018-05-25 14:04:32 -07:00
Brad Topol
7ace5d4e21
Add configure link description ( #8641 )
...
* Add configure link description
I added a configure link description. Just having a link
on a page with no introductory context seemed awkward.
Signed-off-by: Brad Topol <btopol@us.ibm.com>
* removing unnecessary header
* updated text to be active voice
2018-05-22 14:59:25 -07:00
Steve Perry
9c94281570
Add weighs and move files under Tasks > Access App. ( #8625 )
2018-05-19 20:40:51 -07:00
Jonathan Katora
221c38d62d
Update load-balance-access-application-cluster.md ( #8351 )
...
* Update load-balance-access-application-cluster.md
* Update load-balance-access-application-cluster.md
removed unnecessary code highlights.
2018-05-06 12:16:50 -07:00
Bjørn Erik Pedersen
7f3b633aa0
Convert site to Hugo ( #8316 )
...
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00