kairen
48714d5c9d
Remove manual deploy on Ubuntu
2017-09-12 14:07:18 -05:00
Stewart-YU
34a9e707bd
Update troubleshooting.md
...
Fix format: " Load Balancer interfering with Helm" should Block Body.
2017-09-03 10:35:55 +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
XsWack
b8800e670f
Update local.md ( #5108 )
...
Fix leading spaces in kubectl commands and unified format.This is causing bash/zsh shells to not to record the executed command in the history.
2017-08-22 16:45:08 -07:00
XsWack
761cafedc0
Update monitoring.md ( #5145 )
...
format the command line
2017-08-22 16:37:44 -07:00
Jennifer Rondeau
9a0a22032c
Merge pull request #5128 from wackxu/patch-64
...
Update operational-considerations.md
2017-08-22 18:39:23 -04:00
XsWack
bf4a8d6f7d
Update troubleshooting.md
...
format the command line
2017-08-22 14:47:15 +08:00
XsWack
94d91de1b2
Update monitoring.md
...
format the command line
2017-08-21 16:38:53 -07:00
XsWack
4e191c440a
Update operational-considerations.md
...
remove redundant blank line and format the command line
2017-08-21 10:10:21 +08:00
XsWack
3c99a5c584
Update manual.md ( #4974 )
...
format command line
2017-08-17 14:04:21 -07:00
XsWack
3945f9cf65
fix bad url
...
fix bad url
2017-08-17 10:11:44 -07:00
XsWack
a8697c1180
Update networking.md
...
fix bad url
2017-08-17 10:11:15 -07:00
Stewart-YU
2d47c4834f
Update upgrades.md
...
spelling mistake
2017-08-09 09:53:10 -07:00
Zachary Corleissen
b1ae7714a5
Merge branch 'master' into 4167-no-more-calico
2017-08-07 14:08:35 -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
zacharysarah
42a0fd25b1
Removed redundant redirect
2017-08-02 14:42:02 -07:00
zacharysarah
aa8068c3e6
Removed link/section, added redirect
2017-08-02 14:25:53 -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
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
Rye Terrell
a2f86aee6c
Update upgrades.md
2017-07-05 14:41:29 -07:00
Tim Van Steenburgh
d38ecacd8b
Update instructions for deploying on LXD ( #4278 )
...
* Update instructions for deploying on LXD
* Restore prerequisites section
* Fix headings
2017-07-05 14:20:46 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
Karthik Gaekwad
1808475968
Fixes issue #3939
...
Adds comment for per issue #3939
2017-06-07 10:20:31 -07:00
chenhuan12
b8b60ebe05
fix typo
...
fix typo
2017-05-26 10:29:05 -07:00
anatoly techtonik
31746164e5
Explain that LXD containers run Docker containers inside ( #3660 )
...
* Explain that LXD containers run Docker containers inside
Fixes issue #3612
* implement feedback
2017-05-05 14:34:36 -07:00
Marco Ceppi
a5fa73e180
Updating Ubuntu based instructions and upgrades
2017-05-02 12:12:41 -07:00
chenhuan12
fb394d60de
fix the command output ( #3405 )
...
* fix the command output
fix kubectl get nodes output
* Update manual.md
2017-04-16 22:14:27 -07:00
Steve Perry
92e5397113
Add topics to TOC. ( #3283 )
2017-04-08 10:45:41 -07:00
Cynerva
e469ebe322
Update allow-privileged info for Ubuntu, add docker registry section ( #3207 )
...
* Update allow-privileged info for Ubuntu, add docker registry section
* Clean up wording in ubuntu/operational-considerations
2017-04-06 13:40:28 -07:00
Casey Davenport
ea34587002
Remove outdated Calico guide in favor of kubeadm
2017-04-04 09:51:35 -07:00
Andrew Chen
6ed0c34d2a
Remove swagger-ui link, fix page.version variable ( #3185 )
...
* Remove swagger-ui link, fix page.version variable
* remove swagger-ui redirect
* use 2 decimal version for cluster-large.md
* fix swagger-ui message
* replace URL w/ final destination
* address feedback
* add link to swagger.json at https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json
* remove redundant sentence
2017-04-03 01:13:10 -07:00
Andrew Chen
996723bc8f
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Replace the tab with 4 spaces in md files (#2797 )
fix link error
Replace the tab with 4 spaces in html files
hitting the `ClusterIP` from a pod (#2826 )
# Conflicts:
# docs/admin/accessing-the-api.md
# docs/api-reference/extensions/v1beta1/definitions.html
# docs/getting-started-guides/kubeadm.md
# docs/user-guide/kubectl/index.md
2017-03-23 00:19:33 -07:00
Andy Yu
9ce54855d5
Replace the tab with 4 spaces in md files ( #2797 )
...
* Replace the tab with 4 spaces in md files
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of accessing-the-api.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of manage-compute-resources-container.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of run-to-completion-finite-workloads.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of connect-applications-service.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of init-containers.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of calico.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of ingress.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of apparmor.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of run-stateful-application.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of index.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
* Fix typos of replicasets.md
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 00:10:00 -07:00
Jordan Liggitt
5ff30086e4
Switch to proxy subresource
2017-03-22 16:00:30 -04:00
Jorge O. Castro
1c5e5248ad
Update local instructions to new method.
2017-03-06 10:48:39 -08:00
Jorge O. Castro
458f80b77a
Update ubuntu install instructions.
2017-03-06 10:48:39 -08:00
Konstantinos Tsakalozos
af34e80f7e
Using it vs Juju Kubernetes
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
f2e481abd8
Spell fixes
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
dbedb28b51
Update backups.md
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
923aeb8bda
Update backups.md
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
5e5d91e3c2
Update validation.md
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
a15d5c1223
Update installation.md
2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos
6dc694a161
Update index.md
2017-03-02 10:34:18 -08:00
Jorge O. Castro
ed63f9a8ce
Let's put kubectl in ~/bin.
2017-02-16 09:27:26 -08:00
Andrew Martin
5dda4058f1
Fix typo
...
`pages` -> `page`
2017-02-08 14:55:50 +00:00
Samuel Cozannet
c317ac00d8
modified: docs/getting-started-guides/ubuntu/operational-considerations.md
...
* Rewording the access section for the controller to make it more user friendly
* fix typos
2017-01-31 10:39:00 -08:00
Samuel Cozannet
147bb4cf02
modified: docs/getting-started-guides/ubuntu/index.md
...
* adding Operational Considerations section
modified: docs/getting-started-guides/ubuntu/logging.md
* Moving logging section from operational-considerations.md to logging.md
renamed: docs/getting-started-guides/ubuntu/operations.md -> docs/getting-started-guides/ubuntu/operational-considerations.md
* mapping to the proposed name
* ditched CDK naming in favor of k8s or cluster
* add whitelines for titles
2017-01-31 10:39:00 -08:00
Samuel Cozannet
6f1c745bb6
dummy commit to register new email
2017-01-31 10:39:00 -08:00
Samuel Cozannet
e28cec48e9
dummy commit to register new email
2017-01-31 10:39:00 -08:00
Samuel Cozannet
095b4bcf54
adding operational hints for people running long lived clusters
2017-01-31 10:39:00 -08:00