Anirudh Ramanathan
09bf855b76
Update PDB documentation to explain new field ( #3885 )
...
* update-docs-pdb
* Addressed erictune@'s comments
2017-06-20 16:33:44 -07:00
Federico Gimenez
0b5d13704a
bump openstack cli tools versions to working values
2017-06-20 16:31:22 -07:00
Andrew Chen
76cb30a271
Merge pull request #4095 from croomes/storageos
...
Storageos Volume Plugin
2017-06-20 16:27:10 -07:00
Andrew Chen
e0ad6ebf6b
Merge pull request #4145 from vishh/document-storage-allocatable
...
Adding storage as a supported resource to node allocatable
2017-06-20 16:18:53 -07:00
Ricky Pai
cdf729e223
fix header size for sub-sections under Services
2017-06-20 16:14:09 -07:00
Andrew Chen
d2cecced7e
Merge pull request #4148 from kubernetes/chenopis-4036-patch
...
Finish #4036
2017-06-20 16:12:57 -07:00
Andrew Chen
f81a6fc682
Finish #4036
2017-06-20 16:07:42 -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
Sahdev P. Zala
82449c5dcf
Clarify the required uniqueness of Label Key
...
fixes #16812
https://github.com/kubernetes/kubernetes/issues/16812
The issue was opened year back against Kubernetes, not moving it to k8s.
github.io issues but I will close the issue once these changes merge.
2017-06-20 15:58:26 -07:00
Tommy Falgout
fb2ba2d962
Add --show-all to documentation
...
`kubectl get pods -l jobgroup=jobexample --show-all -o name`
will not show the completed jobs. This caught me when running through the steps myself.
2017-06-20 15:56:50 -07:00
Ross Guarino
2d159b86f6
docs(service): remove invalid `,` from example
...
Remove invalid `,` from the ExternalIP example YAML.
2017-06-20 15:49:20 -07:00
Jorge Bianquetti
bed2527af1
Add "remove" example for kubectl patch ( #4042 )
2017-06-20 15:47:42 -07:00
Tomas Pizarro
63687c5ace
Fix wrong link to create a ConfigMap
2017-06-20 15:30:03 -07:00
Jonathan MacMillan
daca587c77
Fix a typo in the High Availability docs ( #4048 )
2017-06-20 15:19:04 -07:00
Mark Petrovic
8e06188af4
Remove ports from ExternalName Service example
...
The text of this document says Services of type ExternalName do not define ports. This PR removes the port definition from the example.
2017-06-20 15:08:41 -07:00
Pooya Sanooei
f58cc22a20
remove extra that
2017-06-20 14:27:10 -07:00
Eren Güven
582f6f5bd3
update kops installation instructions
...
* change version v1.4.1 -> 1.6.1
* add note about Homebrew
2017-06-20 14:26:35 -07:00
Andrew Chen
91ecf67ad4
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fixes typos and corrects links in the minikube guide (#4051 )
Use native patch functionality instead of JQ
add the introduce of using wildcard '*' in nonResourceURL
Rephrase doc about Deployment .spec.rollbackTo field
create-cluster-kubeadm: add ToC using task template
install-kubeadm: fix What's Next link text
2017-06-20 14:23:19 -07:00
Sameer Naik
7047cdefbf
fixes typos and corrects links in the minikube guide ( #4051 )
2017-06-20 14:14:37 -07:00
Jeff Peeler
c1c6faf59b
Add documentation for podpreset opt-out annotation
...
This adds the annotation for having the podpreset admission controller
to skip (opt-out) manipulating the pod spec.
Also, the annotation format for what presets have acted on a pod has
been modified to add a prefix of "podpreset-". The new naming makes it such
that there is no chance of collision with the newly introduced opt-out
annotation (or future ones yet to be added).
Opt-out annotation PR:
kubernetes/kubernetes#44965
2017-06-20 14:10:34 -07:00
Elliot Anderson
6ce8d8e475
Use native patch functionality instead of JQ
2017-06-20 13:48:44 -07:00
Vishnu kannan
33a3638d5b
adding storage as a supported resource to node allocatable
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2017-06-20 13:21:28 -07:00
xilabao
f527759087
add the introduce of using wildcard '*' in nonResourceURL
2017-06-20 13:17:05 -07:00
Janet Kuo
fcbef29da7
Rephrase doc about Deployment .spec.rollbackTo field
2017-06-20 11:09:34 -07:00
Ahmet Alp Balkan
3c84f8180a
create-cluster-kubeadm: add ToC using task template
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:03:08 -07:00
Ahmet Alp Balkan
553e091742
install-kubeadm: fix What's Next link text
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-20 11:01:39 -07:00
Andrew Chen
bea52c8e5c
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
info about cron jobs updated (#4110 )
fix example in configure-pod-configmap.md
Remove extraneous files from autogeneration of ref pages. (#4044 )
Add notes for file/flag precedence
Removed "networked" from PersistentVolume (PV) definition. (#4121 )
Fix syntax err in example
2017-06-20 10:52:58 -07:00
Jorge Bianquetti
eb3f374d37
info about cron jobs updated ( #4110 )
2017-06-20 10:33:22 -07:00
Charlie R.C
a9863612bc
fix example in configure-pod-configmap.md
2017-06-20 10:26:55 -07:00
Steve Perry
57a3ad4544
Remove extraneous files from autogeneration of ref pages. ( #4044 )
...
* Remove extraneous files from autogeneration of ref pages.
* Revert "Remove extraneous files from autogeneration of ref pages."
This reverts commit 39ec47ee44
.
2017-06-20 09:17:07 -07:00
Jamie Hannaford
0ef468e48b
Add notes for file/flag precedence
2017-06-19 16:53:02 -07:00
ianchakeres
b4b64e9dc2
Removed "networked" from PersistentVolume (PV) definition. ( #4121 )
2017-06-19 16:31:08 -07:00
Andrew Chen
5bf06f9e4e
Merge pull request #4130 from jerairrest/patch-1
...
Fix documentation syntax err in Persistent Volume example
2017-06-19 16:23:56 -07:00
Andrew Chen
628e88ecc6
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix typo 'bash' -> 'brew'
update pod persistent volume example storage class (#3979 )
Change Task titles to imperative: Admin. (#4033 )
Change Task titles to imperative: Daemons, GPUs. (#4032 )
Change Task titles to imperative: Federation. (#4031 )
Change Task titles to imperative: TLS. (#4030 )
Change Task titles to imperative: Access Extend. (#4029 )
Change Task titles to imperative: Monitor. (#4028 )
Change Task titles to imperative: Access Apps. (#4027 )
Change Task title to imperative: Run Job. (#4026 )
Change Task titles to imperative: Run Apps. (#4025 )
Change Task titles to imperative: Inject. (#4024 )
Change Task titles to imperative: Tools. (#4023 )
Change Task titles to imperative. (#4022 )
Fix typo in update-imported-docs.sh
Add internal provisioner support matrix (#4009 )
# Conflicts:
# docs/tasks/administer-cluster/declare-network-policy.md
2017-06-19 10:15:52 -07:00
Cao Shufeng
4bd94ec393
Update description about NodeRestriction
...
kubelet node can alse create mirror pods for their own static pods.
2017-06-19 11:35:25 +08:00
Jeremy Ayerst
a988182a96
Fix syntax err in example
...
Missing " made example unusable
2017-06-18 09:44:13 -05:00
Ahmet Alp Balkan
ce4fe04bb3
Merge pull request #4122 from xLegoz/patch-1
...
Fix documentation typo: 'bash' -> 'brew'
2017-06-16 22:06:52 -07:00
Joey Pereira
951a3211a3
Fix typo 'bash' -> 'brew'
2017-06-16 18:53:30 -04:00
Solly Ross
7023dc32c5
docs: HPA autoscaling/v2alpha1 status conditions
...
This commit documents the new status conditions feature for HPA
autoscaling/v2alpha1. It demonstrates how to get the status conditions
using `kubectl describe`, and how to interpret them.
2017-06-16 14:30:51 -04:00
Pengfei Ni
a0ffa2569c
Update GPU docs
2017-06-16 21:15:28 +08:00
Simon Croome
69cebea16b
StorageOS Volume plugin
2017-06-15 16:56:42 +01:00
Adnan Abdulhussein
1088bca024
update pod persistent volume example storage class ( #3979 )
...
* update pod persistent volume example storage class
When binding to a manually created PersistentVolume, the claim must
disable dynamic provisioning by specifying an empty storage class.
Fixes #2803
* use specific storageclass
* revert gibibytes -> gigabytes change
2017-06-13 23:55:58 -07:00
Phillip Wittrock
eb71492f88
Merge pull request #4014 from irfanurrehman/patch-1
...
Fix typo in update-imported-docs.sh
2017-06-13 09:31:47 -07:00
Steve Perry
e2a898ad41
Change Task titles to imperative: Admin. ( #4033 )
2017-06-08 15:13:29 -07:00
Steve Perry
6c99bbb509
Change Task titles to imperative: Daemons, GPUs. ( #4032 )
2017-06-08 14:48:46 -07:00
Steve Perry
54eb7d2449
Change Task titles to imperative: Federation. ( #4031 )
2017-06-08 14:42:56 -07:00
Steve Perry
2167367a6a
Change Task titles to imperative: TLS. ( #4030 )
2017-06-08 14:34:34 -07:00
Steve Perry
fbf7782ebf
Change Task titles to imperative: Access Extend. ( #4029 )
2017-06-08 13:47:48 -07:00
Steve Perry
423884e8b7
Change Task titles to imperative: Monitor. ( #4028 )
2017-06-08 13:41:57 -07:00
Steve Perry
c59b2b6935
Change Task titles to imperative: Access Apps. ( #4027 )
2017-06-08 13:29:52 -07:00