Jennifer Rondeau
7136ac7265
1.10 update ( #7151 )
...
* Fix partition value expected behaviour explanation (#7123 )
Fixes issue #7057
* Correct "On-Premise" to "On-Premises"
* Updates the Calico installation page (#7094 )
* All files for Haufe Groups case study (#7051 )
* Fix typo (#7127 )
* fix typo of device-plugins.md (#7106 )
* fix broken links (#7136 )
* Updated configure-service-account (#7147 )
Error from server resolved by escaping kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}' JSON string by '\'
2018-04-16 12:09:20 -07:00
Weibin Lin
94a559bbb1
Update assign-pod-node.md ( #7633 )
2018-04-16 12:09:20 -07:00
Campion Fellin
24e068ac41
Update Links to kubectl docs ( #7927 )
...
* Fix deployment.md
* Fix replicaset.md
* Fix tain-and-toleration
* Update concepts/configuration
* Update documentation
* Fix based on comments
* Update quick comments
2018-04-16 12:09:20 -07:00
Rohit Agarwal
3f867c06cf
Cross link documentation for creating dedicated nodes with special hardware and ExtendedResourceToleration admission controller. ( #8015 )
2018-04-16 12:09:19 -07:00
Kai Chen
3e403d6302
Update reference to kubectl commands using redirects (concepts/configuration) ( #7986 )
2018-04-16 12:09:19 -07:00
Rajakavitha1
698e98fbd9
Update secret.md ( #7965 )
...
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
feb424d4ea
Update organize-cluster-access-kubeconfig.md ( #7964 )
...
Fixed the 404 error listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
27de1b2e73
Update taint-and-toleration.md ( #7963 )
...
fixed 404 error listed in : https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Qiming
4dd22f0d79
Fix redirections for generated api references ( #7890 )
...
We have been using redirections in many pages when referencing the API
docs generated. Since the relocation of the generated files, this is
becoming difficult to maintain. This PR redirects all such links to the
generated artifacts so we can easily detect missing links if any.
closes : #7874
2018-04-16 12:09:15 -07:00
Andrew Chen
a82498bda5
Merge master into release-1.10
2018-03-26 17:34:56 -07:00
Yang Guo
4be379cb03
Update Extended Resource doc wrt cluster-level resources ( #7759 )
2018-03-26 13:35:01 -07:00
David Hargat
418a44a182
Update outdated documentation about secret key validation. ( #7675 )
2018-03-23 10:05:03 -07:00
Bobby (Babak) Salamat
134cf819a4
State in the docs that the value of default Node labels are not reliable. ( #7794 )
2018-03-20 18:24:04 -07:00
Andrew Chen
a6fd58d42d
Merge master into release-1.10
2018-03-16 16:29:38 -07:00
chenpengdev
be1901c0a4
Use the international standard for punctuation ( #7719 )
2018-03-15 12:15:24 -07:00
Andrew Chen
021502d2a6
Merged master into release-1.10 and resolved merge conflicts.
2018-03-13 16:36:07 -07:00
Jing Xu
e3f4530992
Update local ephemeral storage feature to beta ( #7685 )
...
Update local ephemeral storage feature to beta
2018-03-08 17:28:13 -08:00
aburdenthehand
d634fb7f04
Flag names changed (s/admission-control/enable-admission-plugins); disable-admissions-plugin entry added; removed reference to admission controller/plugins requiring set order (for v1.10), redundant example enabling specific plugin, and redundant version-specific info ( #7449 )
2018-03-08 12:00:56 -08:00
Jennifer Rondeau
44b51d6056
merge master to 1.10, with fixes ( #7682 )
2018-03-08 11:03:55 -08:00
AdamDang
09f67a02b0
Typo fix some "pod to schedule on"->"pod to be scheduled on" ( #7637 )
...
Pod is the object to be scheduled, So "pod to schedule onto a node " and "pod to schedule on" are not suitable in the doc. "pod to be scheduled onto a node" is better.
2018-03-05 07:33:51 -08:00
CaoShuFeng
f96eb32cda
fix description about KUBECONFIG ( #7589 )
...
s/envrionment/environment
2018-03-01 20:28:51 -08:00
Matt Janssen
0c2c9d269a
Add missing closing paren. ( #7563 )
...
Currently reads:
> Pods (such as RollingUpdate, is almost
but should read:
> Pods (such as RollingUpdate), is almost
2018-02-28 15:07:56 -08:00
Michelle Au
21926145fe
Update docs with subpath limitation ( #7533 )
2018-02-27 11:21:45 -08:00
Steve Perry
3121977ed9
In concepts, in front matter, change approvers to reviewers. ( #7442 )
2018-02-27 10:51:46 -08:00
Alex Glikson
1f72c7a1b8
Fixed cross-node preemption example ( #7150 )
...
* Fixed cross-node preemption example
The constraint between P and Q should be pod affinity rather than anti-affinity in order to the example to be correct.
Fixes #7149
* Fixed example to emphasize Zone namespace in pod anti-affinity
2018-02-26 10:47:44 -08:00
Bobby (Babak) Salamat
1212df67d5
Remove the beta reference from Taints and Tolerations doc ( #7493 )
2018-02-24 13:10:45 -08:00
Jianfeng Li
1e35b022be
fix typo in assign-pod-node.md ( #7352 )
2018-02-19 09:40:37 -08:00
John Arundel
da9722af67
Update and revise 'Configuration Best Practices' ( #6981 )
...
* Update and revise 'Configuration Best Practices'
* Tidy up, clarify, and reword some confusing sections
* Update names of Kubernetes objects per Style Guide
* Update references to ReplicationControllers to ReplicaSets/Deployments
* Update and add some new cross-references
* Remove some out-of-date text
* Explain why you should create a Service before its backend or client workloads
* Reword advice about labels
* Capitalize k8s object names
* Clarify reference titles
* Explain but deprecate the :latest tag on images
* Mention both kubectl apply and kubectl create
* Address @abiogenesis-now comments
2018-02-19 09:22:37 -08:00
Joseph Heck
186205d8ad
Merge pull request #7079 from ourcolorfuldays/fix3
...
Make more precisely
2018-02-12 15:36:47 -08:00
Xiaodong Zhang
62d07eeb9b
Bump up deployment version in concepts/configuration folder ( #7328 )
2018-02-09 14:06:54 -08:00
Sam Xie
44b8e65b40
fix typo envrionment -> [environment] ( #7262 )
2018-02-06 18:21:43 -08:00
Bin Liu
aab6a69687
Fix Pod's property name ( #7157 )
2018-02-02 13:32:13 -08:00
Bobby (Babak) Salamat
e0bcd41118
Add information about PodStatus.nominatedNodeName ( #7209 )
...
* Add information about PodStatus.nominatedNodeName
* Addressed reviewer comments
2018-02-02 07:10:09 -08:00
Bin Liu
49f548ada8
Fix typo ( #7141 )
2018-01-30 13:55:06 -08:00
Jennifer Rondeau
d9af1939a1
1.10 update ( #7151 )
...
* Fix partition value expected behaviour explanation (#7123 )
Fixes issue #7057
* Correct "On-Premise" to "On-Premises"
* Updates the Calico installation page (#7094 )
* All files for Haufe Groups case study (#7051 )
* Fix typo (#7127 )
* fix typo of device-plugins.md (#7106 )
* fix broken links (#7136 )
* Updated configure-service-account (#7147 )
Error from server resolved by escaping kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "myregistrykey"}]}' JSON string by '\'
2018-01-30 12:41:09 -08:00
Gustavo Chaves
7b18e86556
Fix typo ( #7127 )
2018-01-29 16:22:04 -08:00
Xiaodong Zhang
dd7bb34913
Change deployment group ( #7112 )
2018-01-28 15:07:31 -08:00
Drinky Pool
c1ef846cce
upper case restriction doesn't exist ( #7003 )
...
During my test, the restriction of "form of DNS labels" doesn't exist, we can create labels with upper-case letters.
2018-01-25 16:37:36 -08:00
Bin Liu
759e972a99
Correct node name to correspond to the previous example ( #7081 )
2018-01-24 19:56:21 -08:00
bin liu
6a57e883db
Make more precisely
2018-01-24 17:44:50 +08:00
Steve Byrne
809c558be3
correct "values if all secrets"
...
Correcting apparent typo
2018-01-23 09:48:41 -08:00
Matti Paksula
35036d2778
space before $
2018-01-09 10:55:36 +02:00
Qiming
469d50d1e7
Merge pull request #6700 from ConnorDoyle/rm-oir-2
...
Remove remaining OIR documentation.
2018-01-09 13:45:24 +08:00
Qiming
5a51392a53
Update manage-compute-resources-container.md
2018-01-09 13:41:41 +08:00
Thiago Vinhas
84f35c3cc9
Provide command to "untaint" a node
...
Had a lot of trouble finding the exact way to "un-do" the tainting example provided here. Even the great folks on Slack couldn't provide the correct command to achieve this, even though it seems so trivial now that I know it. :-)
2018-01-08 15:11:11 -05:00
Joseph Heck
52e2fcdb7f
Merge pull request #6869 from okumin/fix-secret-doc
...
Fix concepts/configuration/secret
2018-01-07 09:05:04 -08:00
okumin
f08451fe63
Fix concepts/configuration/secret
...
* Fix link to `Add ImagePullSecrets to a service account`
* Modify the headline level of `Automatic Mounting of Manually Created
Secrets`
2018-01-07 22:47:51 +09:00
okumin
4a25ad0805
Link to extended resources instead of deprecated opaque integer resources
2018-01-07 21:06:03 +09:00
Qiming
98cc0acd4e
Merge pull request #6738 from madhuri-rai07/spell_fix
...
Fix some spelling mistakes
2017-12-26 14:44:55 +08:00
Qiming
60f7c995ce
Merge pull request #6749 from thockin-tmp/gcr-vanity
...
Convert registry to k8s.gcr.io
2017-12-23 17:09:35 +08:00