Ahmet Alp Balkan
d33222a6c3
Copy-to-clipboard fix ( #4190 )
...
* Copy-to-clipboard fix
target.setSelectionRange(0, target.value.length); does not always seem to be
working. It doesn't work once the text is unselected. Using textarea.select()
function: https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/select
Fixes #3965 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
* Empty commit
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2017-06-26 11:12:14 -07:00
Andrew Chen
fbbd8922a4
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Document kubeadm KUBELET_DNS_ARGS issue
CronJobs aren't enabled in 1.6 by default
Fix typo
Document pod-template-hash label
Rename last remaining reference of kargo to kubespray
2017-06-26 10:58:27 -07:00
Hemant Kumar
99ff364e61
Add documentation about controller metrics
2017-06-26 13:16:54 -04:00
Andrew Chen
d7aeb5cf41
Merge pull request #4132 from CaoShuFeng/NodeRestriction
...
Update description about NodeRestriction
2017-06-26 09:22:29 -07:00
Jamie Hannaford
ddb6636f2c
Document kubeadm KUBELET_DNS_ARGS issue
2017-06-26 09:00:20 -07:00
Denis Gladkikh
8716e152b3
CronJobs aren't enabled in 1.6 by default
2017-06-26 08:56:03 -07:00
hanks
386a2a0982
Fix typo
...
trivial update `kublet` to `kubelet`
2017-06-26 08:46:54 -07:00
Andrew Chen
c2bc54a4db
Merge pull request #4155 from crassirostris/add-event-exporter-doc-page
...
Add documentation for Stackdriver event exporter
2017-06-26 08:45:47 -07:00
Dragons
5fa66df44b
tutorials-object-management-kubectl-imperative-object-management-command-pr
2017-06-26 17:00:46 +08:00
Dragons
a5aea25a2f
tutorials-object-management-kubectl-object-management-pr
2017-06-26 16:59:52 +08:00
Michail Kargakis
8c414800a0
Document pod-template-hash label
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com >
2017-06-25 20:42:50 -07:00
Andrew Chen
25b8f9a799
Merge pull request #4187 from Starefossen/patch-1
...
Rename last remaining reference of kargo to kubespray
2017-06-25 14:35:09 -07:00
Hans Kristian Flaatten
9794339d2a
Rename last remaining reference of kargo to kubespray
2017-06-25 22:46:02 +02:00
Andrew Chen
9e283a542a
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 loopback plugin link
2017-06-25 12:29:05 -07:00
Matej Baćo
9347a503c8
fixed loopback plugin link
2017-06-25 12:23:10 -07:00
Andrew Chen
5882ed2963
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Document how to use custom certs with kubeadm (#4113 )
Document product_uuid and MAC reqs
2017-06-25 11:52:29 -07:00
Jamie Hannaford
686b7aef38
Document how to use custom certs with kubeadm ( #4113 )
2017-06-25 11:44:44 -07:00
Jamie Hannaford
fac7653113
Document product_uuid and MAC reqs
2017-06-25 11:43:49 -07:00
Ian Chakeres
46e52915c9
Added a section to kubectl cheatsheet about verbosity levels
2017-06-25 10:22:07 -07:00
Dragons
e41d03e957
kuberntes-basics-update-pr
2017-06-24 11:03:32 +08:00
Dragons
ce93d29e9d
kubernetes-basics-scale-pr
2017-06-24 11:03:32 +08:00
Dragons
0de03a50a8
kubernetes-basics-expose-pr
2017-06-24 11:03:21 +08:00
Dragons
9181bb31e4
kubernetes-basics/explore-pr
2017-06-24 10:30:48 +08:00
Dragons
b5cb8321ce
kubernetes-basics-deploy-pr
2017-06-24 10:30:10 +08:00
Dragons
88ed4d38bd
kubernetes-basics-cluster-pr
2017-06-24 10:29:44 +08:00
Dragons
bb02346e47
kubernetes-basics-pr
2017-06-24 10:28:34 +08:00
Dragons
ea0bca2394
what-is-kubernetes-pr
2017-06-24 10:27:38 +08: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
Andrew Chen
b5eb6b6b85
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Add documentation for ip-masq-agent.
Update installation instructions with snap (#4171 )
Update scratch.md: include download binary tarball (#3933 )
Typo in authentication.md
2017-06-23 11:58:31 -07:00
Mikhail Vyatskov
4c219641f0
Add documentation for Stackdriver event exporter
2017-06-23 11:31:18 +02:00
Daniel Nardo
79eca9b815
Add documentation for ip-masq-agent.
2017-06-23 01:29:35 -07:00
Ihor Dvoretskyi
24820772e5
Update installation instructions with snap ( #4171 )
...
* Update installation instructions with snap
Update installation instructions with snap - the package manager for Ubuntu and other Linux distributions.
* fix md formatting
* fix shell formating
* fix shell block
* fix shell for Check the kubectl configuration
* switch to full width shell
2017-06-23 01:22:08 -07:00
xinsnake
dc4819e3ff
Update scratch.md: include download binary tarball ( #3933 )
...
* Update scratch.md: include download binary tarball
As `kubernetes-server-linux-amd64.tar.gz` is not provided with the tarball now, an extra step is required.
* Updated scratch.md to follow review comments
2017-06-23 01:03:52 -07:00
Selvi K
0b5ff11185
Typo in authentication.md
2017-06-23 00:49:31 -07:00
Andrew Chen
7d4f4b1402
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 broken links to client samples. (#4139 )
2017-06-23 00:39:11 -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
Andrew Chen
5bd740ef7e
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Edits for clarity, concision, style, formatting, (#4160 )
2017-06-22 15:43:48 -07:00
Andrew Chen
82e049dc6e
Merge pull request #4170 from kubernetes/chenopis-3999-patch
...
Patch PR #3999
2017-06-22 15:43:06 -07:00
cody-clark
e32c0aea6e
Edits for clarity, concision, style, formatting, ( #4160 )
...
and according to the getting started project.
2017-06-22 15:23:27 -07:00
Andrew Chen
2ce3742278
Patch PR #3999
2017-06-22 15:19:48 -07:00
Andrew Chen
e2b6349a11
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
rename kargo to kubespray in getting started docs (#4119 )
2017-06-22 15:09:23 -07:00
Andrew Chen
38812baf2a
Merge pull request #3999 from pipejakob/kubeadm-upgrades
...
Initial draft of upgrade guide for kubeadm clusters.
2017-06-22 15:08:45 -07:00
Michelle Au
034c7929e2
Add local volume documentation ( #4050 )
...
* Add local volume documentation
* Add PV local volume example
2017-06-22 15:06:05 -07:00
Spencer Smith
60054a2f04
rename kargo to kubespray in getting started docs ( #4119 )
...
* rename kargo to kubespray in getting started docs
* remove old kargo guide, update link to kubespray doc
* update setup.yml with new kubespray pointer
2017-06-22 14:56:19 -07:00
Jacob Beacham
5946f21e99
Initial draft of upgrade guide for kubeadm clusters.
...
In-place upgrades are supported between 1.6 and 1.7 releases. Rollback
instructions to come in a separate commit.
Fixes https://github.com/kubernetes/kubeadm/issues/278
2017-06-22 14:45:06 -07:00
Andrew Chen
6b3c84602d
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
whatisk8s - Chinese version (#3243 )
split rows and nest to stack columns (#4129 )
Updates to docs/admin/kubelet-tls-bootstrapping (#3617 )
Replace "Pod Injection Policy" with "Pod Preset" (#3667 )
Change example PersistentVolumeClaim
add PodNodeSelector to admission-controllers (#3691 )
Get pods using a label selector instead of hardcoded indexes. Use JsonPath instead of go-template.
correct_init_container_state (#3972 )
kubernetes.github.io/docs/tasks/administer-cluster: operating etcd clusters
Remove --no-check-certificate flag in bare_metal_offline.md
2017-06-22 14:43:14 -07:00
Dragons
0dbeb6d1bf
whatisk8s - Chinese version ( #3243 )
...
* whatisk8s
* kubernetes-basics tutorials
* Update whatisk8s.md
* Update what-is-kubernetes.md
2017-06-22 14:39:41 -07:00
Peter
d092214f84
split rows and nest to stack columns ( #4129 )
...
* split rows and nest to stack columns
* fix order
2017-06-22 14:24:48 -07:00
Murad Korejo
bbffb34c6c
Updates to docs/admin/kubelet-tls-bootstrapping ( #3617 )
...
* update TLS bootstrapping doc
* formatting edits on top of prev edits
* revert to lowercase b in title
2017-06-22 14:22:20 -07:00