Bobby (Babak) Salamat
a30edd4c00
Add user docs for pod priority and preemption ( #5328 )
...
* Add user docs for pod priority and preemption
* Update pod-priority-preemption.md
* More updates
2017-09-13 13:23:24 -07:00
Samuel Giles
d13227afa4
Typo in environment variable
...
`KUBECONGIG` -> `KUBECONFIG`
2017-09-13 15:33:58 +01:00
Connor Doyle
6dcb9d4490
Document extended resources and OIR deprecation. ( #5399 )
...
* Document extended resources and OIR deprecation.
* Updated extended resources doc per reviews.
2017-09-12 17:01:41 -07:00
Marek Grabowski
83509afbd2
Add documentation for TaintNodesByCondition ( #5352 )
...
* Add documentation for TaintNodesByCondition
* Update nodes.md
* Update taint-and-toleration.md
* Update daemonset.md
* Update nodes.md
* Update taint-and-toleration.md
* Update daemonset.md
2017-09-12 16:55:49 -07:00
Kyle Bai
97f089ed88
Unified use of YAML for Secret example ( #5418 )
...
* Unified use of YAML for Secret example
* Fix dotfiles in secret volume yaml
2017-09-12 14:21:34 -05:00
Radhika Puthiyetath
e0517e0799
concepts/configuration/manage-compute-resources-container.md: fix a conversion ( #4952 )
...
Rewrite the description for spec.containers[].resources.limits.cpu
2017-09-05 15:28:36 -07: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
https://github.com/kubernetes/kubernetes/commit/cb712e41d435dbb42519bded680fef4043dd23b3 ,
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
Qiming Teng
82ca38f8df
Improve taint and toleration documentation
2017-08-28 09:50:46 +08:00
Chris Stryczynski
4ae4607f6c
Added additional information about retrieving a secret ( #5198 )
2017-08-25 12:56:29 -07:00
Steve Perry
74fe1170cc
Update kubeconfig topics. ( #4439 )
2017-08-22 22:51:55 -07:00
Johanan Liebermann
745facc260
Update manage-compute-resources-container.md
...
Add a missing period.
2017-08-21 16:17:54 -07:00
Stewart-YU
8d28bc2d73
Update assign-pod-node.md ( #4996 )
...
The code highlight is unnecessary here.
2017-08-17 13:43:18 -07:00
Tony Li
287fdab71a
Clarify the contents of the secrets being mounted
...
It read like both containers had the config for both environments.
2017-08-17 10:22:51 -07:00
Dhilip
041a680483
Minor grammar change
...
Minor grammar fix
2017-08-09 10:12:59 -07:00
Dhilip
470ced01ba
Slightly improves the readability.
...
fix a couple of places that slightly improves the clarity.
2017-08-09 10:12:27 -07:00
XsWack
5e766d7ba6
Update assign-pod-node.md
...
Fix some typo in assign-pod-node.md
2017-08-06 14:16:16 -07:00
Dhilip
cdf4cc3769
add examples for interpod configurations ( #4557 )
...
* add examples for interpod configurations
* re-word and fix typo based on review comments
* explain podAffinity with examples
* review comments: make replicas 3 for both workload types
* Address final review comments
2017-08-04 16:21:39 -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
Eric Chiang
787d50a1af
secrets: add a best practices section and API access recommentations ( #4380 )
...
* secrets: add a best practices section and API access recommentations
This section attempts to capture some of the best practices around
client API access to secrets. Specitically that controllers should
avoid list and watch operations in favor of getting specific secrets.
* add "are"
2017-08-01 03:04:42 -07:00
WanLinghao
704e14a2d7
Update assign-pod-node.md ( #4356 )
...
* Update assign-pod-node.md
I am a freshman on Kubernetes development.When I use the affinity feature,it confuses me that why the pod won't stop after I changing the node's label which makes the node no longer satisfy the affinity condition.Although I learn how this feature works by community, I hope the documentation can help people especially fresh man better.^_^
* Update assign-pod-node.md after review
I have fixed the commit after review
2017-08-01 01:49:23 -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
jianglingxia
5a4f3c738b
change the limit to request
2017-07-27 14:19:42 -07:00
Jennifer Rondeau
036f35b891
add info about pulling from image digest ( #4508 )
...
* add info about pulling from image digest
* fix nits
2017-07-26 12:53:21 -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
2adfb49ba9
Update urls to 1.7 ( #4276 )
...
* assign-pod-node.md
* secret.md
* kubernetes-objects.md
* service.md
2017-07-05 10:21:45 -07:00
Andrew Chen
b67e532138
Reimplement edits ( #4249 )
...
* Reimplement PR #3920
* Reimplement PR #3976
* Reimplement PR #4055 and #4128
* Reimplement PR #4146
* Reimplemented PR #4163
2017-07-01 12:34:12 -07: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
cec3167df2
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fixed #3968 (#4105 )
2017-06-23 14:05:27 -07:00
Vincent
80c90ba8fb
fixed #3968 ( #4105 )
...
* fixed #3968
* advise from @chenopis
2017-06-23 14:03:07 -07:00
Michael Burke
83474c06d6
removed lt and gt as operators ( #4152 )
...
* removed lt and gt as operators
* replace lt and gt for node-affinfity
* updated based on bsalamat review
2017-06-22 13:28:12 -07:00
Eric Mountain @ Amadeus
e53bdeb5d0
Be more specific about cpu-shares passed to Docker ( #4016 )
...
Docker documentation (https://docs.docker.com/engine/reference/run/ ) reads:
"To modify the proportion from the default of 1024, use the -c or --cpu-shares flag to set the weighting to 2 or higher. If 0 is set, the system will ignore the value and use the default of 1024."
So the Kubernetes documentation gives the impression that if requests.cpu is zero, Docker would end up applying a value of 1024, which isn't the case.
This change makes the explanation more precise, hopefully without making it much more difficult to read.
2017-06-20 16:01:16 -07:00
chenhuan12
61c39cf9df
replace kubectl.sh with kubectl
...
replace kubectl.sh with kubectl
2017-05-26 10:39:24 -07:00
Andrew Chen
9ea89e011e
Reimplement #3783
2017-05-23 14:21:56 -07:00
Ahmet Alp Balkan
8b11f9ac40
secret.md: add base64 risk ( #3791 )
...
* secret.md: add base64 risk
Solves #3681 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
* Update secret.md
2017-05-17 13:34:29 -07:00
Jesse Kinkead
16b331ae20
Remove beta warning about Jobs.
2017-05-15 22:06:30 -07:00
Andrew Chen
e89dafe099
Fix typo to finish PR #3631
2017-05-12 15:25:51 -07:00
Guangya Liu
297c665eca
Added example for pod preferredDuringSchedulingIgnoredDuringExecution.
2017-05-12 15:22:49 -07:00
zhangmingld
1779addc8d
Symbol ")" is redundant ( #3728 )
...
Symbol ")" is redundant
2017-05-12 11:06:36 -07:00
Mike Bryant
14fa478c2d
Remove SI comment
...
K is not a valid SI prefix
2017-05-10 09:29:13 -07:00
Guangya Liu
6ae88186aa
Highlight two special case for tolerations.
2017-05-06 08:22:52 +08:00
Steve Perry
fc533bea91
Combine topic on commands and args. ( #3637 )
...
* Combine topic on commands and args.
* Fix redirect.
2017-05-04 11:38:34 -07:00
Guangya Liu
7f52b9eb09
Added more explanation for nodeAffinity.
...
Explain more for how multiple nodeSelectorTerms and multiple
matchExpressions works.
Fixed #3345
2017-05-02 11:59:36 -07:00
Everett Toews
937177b991
Link to appropriate docs for Automatic Mounting of Manually Created Secrets ( #3571 )
...
* Update link to Adding ImagePullSecrets to a service account
* Link to appropriate docs for Automatic Mounting of Manually Created Secrets
* Replace here w/ title of pages
2017-05-01 10:22:51 -07:00
Hoat Le
f428116387
Use pipeline to remove new line char ( #3458 )
...
When -w option is not available for base64, for example, when using alpine Docker image.
`echo -n "<text>" | base64 | tr -d '\n'` should be used, it works better.
2017-04-27 09:35:38 -07:00
Steve Perry
92b6057d9c
Deprecation complete: secrets/index ... ( #3554 )
2017-04-26 17:13:34 -07:00
Steve Perry
f83c5874a8
Deprecation complete: container-environment ... ( #3536 )
2017-04-25 18:03:58 -07:00
Steve Perry
ecae0f436c
Deprecation complete: multi-container ... ( #3533 )
2017-04-25 16:50:07 -07:00
Steve Perry
b38c79dde8
Deprecation 22 ( #3512 )
...
* Deprecation complete: whatis k8s ...
* Fix redirect source.
* Deprecation complete: sharing-clusters ...
2017-04-24 20:35:01 -07:00