Andrew Chen
3164b8a979
Merge pull request #5249 from chenhuan12/patch-73
...
fix the command output
2017-09-05 14:03:46 -07:00
Andrew Chen
01f5b4424b
Merge pull request #5248 from chenhuan12/patch-72
...
fix the command output
2017-09-01 15:12:20 -07:00
Andrew Chen
6bd6931a67
Merge pull request #5240 from mattjmcnaughton/mattjmcnaughton/fix-links-pointing-to-old-kubernetes-examples-format
...
Example links use kubernetes/examples
2017-09-01 15:04:08 -07:00
chenhuan12
70c2df3e1d
fix the command output
...
fix the command output
2017-08-30 16:32:46 +08:00
chenhuan12
7b3ca0814f
fix the command output
...
fix the command output
2017-08-30 16:02:47 +08:00
mattjmcnaughton
959cd767f5
Example links use kubernetes/examples
...
Fix #5203
Previously, many of the Kubernetes links used
`https://github.com/kubernetes/kubernetes/examples `. This directory was
deprecated through
cb712e41d4
,
in favor of the new `examples` repo hosted at
`https://github.com/kubernetes/examples `. This commit updates all links
accordingly.
2017-08-29 09:10:08 -04:00
chenhuan12
b1b57365bb
fix the command output
...
fix the command output
2017-08-28 11:07:42 +08:00
Zihong Zheng
e121181198
Add known issues for source ip preservation ( #5190 )
2017-08-24 14:12:11 -07:00
Steve Perry
74fe1170cc
Update kubeconfig topics. ( #4439 )
2017-08-22 22:51:55 -07:00
Weibin Lin
0bcb1cef76
Update access-cluster.md ( #5078 )
...
update link and fix typos
2017-08-22 16:54:27 -07:00
Jennifer Rondeau
4e3cfc94fa
Update access-cluster.md
...
Fix one addition in original PR (added period is incorrect at l238). Rewrote the paragraph for greater clarity, however.
2017-08-22 18:29:05 -04:00
Stewart-YU
527682ca66
Update access-cluster.md
...
Missing signals.
2017-08-22 09:21:03 +08:00
Weibin Lin
3cc885a3b9
Update list-all-running-container-images.md
...
fixed syntax error
2017-08-21 17:58:34 -07:00
Weibin Lin
d971806377
Update authenticate-across-clusters-kubeconfig.md
2017-08-21 17:57:47 -07:00
TigerXu
e81e3c8464
unify all service yaml: use 2 spaces indent ( #4754 )
2017-08-21 16:28:12 -07:00
Weibin Lin
642d35b47b
Update access-cluster.md
...
Line 203: remove redundant "it"
2017-08-21 16:15:59 -07:00
Anthony
34b927c417
Update web-ui-dashboard.md ( #4900 )
...
modify the first letter of sentence to be in uppercase
2017-08-17 16:10:58 -07:00
Anthony
d8ef089c18
Update configure-cloud-provider-firewall.md
...
modify "ips" to "IPs"
2017-08-17 15:36:57 -07:00
Anthony
d39c22e69b
Update authenticate-across-clusters-kubeconfig.md
...
modify the first letter of sentence to be in uppercase
2017-08-17 15:32:54 -07:00
Anthony
1ab3f9ab2f
Update create-external-load-balancer.md
...
modify the "." of the sentence
2017-08-17 12:12:06 -07:00
Stewart-YU
e7d7acf2e8
Update configure-cloud-provider-firewall.md ( #4884 )
...
The code highlight is unnecessary here.
2017-08-15 00:29:38 -07:00
Stewart-YU
93cb9e0275
Update create-external-load-balancer.md ( #4882 )
...
Fix leading spaces in commands.
2017-08-15 00:24:23 -07:00
Anthony
98607fd3cc
Update access-cluster.md
...
modify "api server" to "apiserver"
2017-08-14 10:24:20 -07:00
XsWack
bf3bbf42a2
Update port-forward-access-application-cluster.md
...
Fix leading spaces in kubectl commands
2017-08-11 11:00:24 -07:00
XsWack
551587e727
Update service-access-application-cluster.md
...
Fix leading spaces in kubectl commands and unified format.As ahmetb says,This is causing bash/zsh shells to not to record the executed command in the history. See this link for details: https://unix.stackexchange.com/questions/115917/why-is-bash-not-storing-commands-that-start-with-spaces
2017-08-10 17:57:34 -07:00
XsWack
ad01c19d9a
Update load-balance-access-application-cluster.md
...
Fix leading spaces in kubectl commands
2017-08-08 08:47:42 +08:00
lichuqiang
58f454f424
fix typo
2017-08-07 15:41:21 -07:00
Ahmet Alp Balkan
a86d9355b0
Fix leading spaces in kubectl commands
...
This is causing bash/zsh shells to not to record the executed command in the
history. See this link for details: https://unix.stackexchange.com/questions/115917/why-is-bash-not-storing-commands-that-start-with-spaces
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-08-06 14:19:04 -07:00
Aaron Crickenberger
18e9aa59d1
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
XsWack
2c11c0de1f
Update access-cluster.md
...
https://git.k8s.io/client-go/examples/examples/in-cluster/main.go is a bad url and it should be https://git.k8s.io/client-go/examples/examples/in-cluster-client-configuration/main.go
2017-08-03 13:46:55 -07:00
Andrew Chen
d4893d4fe6
bump up final notes to h2
2017-08-01 22:42:55 -07:00
Andrew Chen
7febf3e780
add template tags
2017-08-01 22:37:46 -07:00
zacharysarah
2f5370e0a7
Fixed an awkward sentence
2017-08-01 15:45:18 -07:00
zacharysarah
b80cebf70b
Fixed broken link, consistent style usage
2017-08-01 15:38:20 -07:00
zacharysarah
700bb5564b
Add task template
2017-08-01 15:34:50 -07:00
zacharysarah
a4003ad766
Completed sentence, applied style guide to section
2017-08-01 13:38:15 -07:00
JENNIFER RONDEAU
d32de1bedb
add links about ports and firewalls
2017-07-31 16:38:48 -07:00
Andrew Chen
2e257d9707
Changes for move to Netlify ( #4464 )
...
* disable jekyll-redirect-from gem
* add _redirects file
* disable 404 redirect script
* add 301 redirect to test
* retain _redirects file
* Convert redirect_from's to _redirect file. (#4409 )
* Remove redirect_from's. (#4424 )
* Add 301's to _redirects. (#4427 )
* add whitespace before 301
* move redirects in /js/redirects/js to _redirects
* add disabled option for cn redirect
* convert include to array in _config.yml
* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
steveperry-53
f9ac865c5f
In links to ref pages, use {{page.version}}.
2017-07-27 15:23:25 -07:00
Ahmet Alp Balkan
28f3cfdd4f
Update backlinks to client libraries page
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-27 14:42:20 -07:00
Ahmet Alp Balkan
0667180dd4
Remove self-links with domain names in docs ( #4299 )
...
* Remove self-links with domain names in docs
Fixes #4191 . Skipping the tutorials we import from kubernetes/examples.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* update federation/index.md user-guide links
* update assign-pod-node.md links
* update dns-pod-service.md link
* update link in jobs-run-to-completion.md
* update link in minikube.md
* update PS link in minikube.md
* update links in stackpoint.md
* update links in storage.md
* fix link in vsphere.md
* fix links in deprecation-policy.md
* Update pick-right-solution.md
* Update web-ui-dashboard.md
* Update ingress.md
* Update federation-service-discovery.md
* Update user-guide.md
* Update expose-external-ip-address.md
* Update README.md
* Update README.md
2017-07-10 15:13:19 -07:00
Xiaoyu Zhang
e338c8c874
use page.version to replace authenticate-across-clusters-kubeconfig.md
...
use page.version to replace authenticate-across-clusters-kubeconfig.md
2017-07-08 05:43:45 +08:00
Andrew Chen
b40d09fe77
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update links to proper repos
# Conflicts:
# docs/admin/kubeadm.md
# docs/concepts/overview/kubernetes-api.md
# docs/reference/api-overview.md
# docs/setup/independent/create-cluster-kubeadm.md
# docs/tasks/administer-cluster/configure-pod-disruption-budget.md
2017-06-28 22:29:21 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
Andrew Chen
d8f5b4f8a4
Merge pull request #4093 from MrHohn/release-1.7-esipp-ga
...
Update ESIPP documentation to reflect new fields
2017-06-27 10:24:19 -07:00
Zihong Zheng
48caf205e9
Update ESIPP docs for new added API fields
2017-06-27 10:03:13 -07:00
jlewi
e74ec1f2a9
Fix broken links to client samples. ( #4139 )
...
* Remove code snippets since they will just get out of sync with the samples.
2017-06-22 17:57:17 -07:00
Steve Perry
c59b2b6935
Change Task titles to imperative: Access Apps. ( #4027 )
2017-06-08 13:29:52 -07:00
Brandon Philips
3b5bdc3f00
*: don't create -f from http endpoints!
...
k8s.io didn't always have https. But, now we do. We should fix this
immediatly.
2017-05-17 20:14:09 -07:00
Steve Perry
31c6a9b747
Move to Tasks: Auth Across Clusters. ( #3794 )
2017-05-15 11:50:59 -07:00