Michael Fraenkel
4635787521
Revert "Document new optional support for ConfigMap and Secret"
...
This reverts commit 7abcc6c854 .
2017-02-17 09:19:39 -08:00
Michael Fraenkel
265a2fc996
Revert "mend"
...
This reverts commit 324451c337 .
2017-02-17 09:19:39 -08:00
jianglingxia
77b4ffa696
modify one word
...
examples to example
2017-02-17 09:14:38 -08:00
chenhuan12
041100bd2a
fix typo
...
1、column PORTS is missed
2、fix command `kubectl get pods`output
2017-02-17 09:12:13 -08:00
Jordan Liggitt
6e9fc80694
Add RBAC default roles, CLI helpers, upgrade guide
2017-02-17 09:07:57 -08:00
Jordan Liggitt
258755fbfe
Split RBAC documentation into separate page
2017-02-17 09:07:57 -08:00
Jordan Liggitt
dc6643e00e
subdirectory for authorization
2017-02-17 09:07:57 -08:00
deads2k
a6c76bb814
add information about RBAC bootstrap roles
2017-02-17 09:07:57 -08:00
sallydeng
0486082622
Modified sentence base on comment
...
Base on comment, added the markdown formatting so that "NOTE:" is in bold and "optional:true" is in the code style
2017-02-16 17:50:57 -08:00
sallydeng
177d664239
optional:true is supported for Kubernetes 1.6
...
NOTE: The key-value optional:true is supported for Kubernetes 1.6 and above.
2017-02-16 17:50:57 -08:00
Guillaume Breton
d0bdf37c1f
Fix typos in running zookeeper article
2017-02-16 14:39:44 -08:00
Steve Perry
05c1dfe76c
Add note about moved content. ( #2563 )
2017-02-16 13:20:48 -08:00
Steve Perry
0da9c85fd4
Move Guide topic to Tasks: Downward API ( #2439 )
2017-02-16 12:59:54 -08:00
Phillip Wittrock
4dee823504
Merge pull request #2533 from steveperry-53/kubectl-exec
...
Move Guide topic to Tasks: kubectl exec
2017-02-16 11:16:55 -08:00
architect.bian
2638f4f087
modify typora
...
modify namespace-kube-system to namespace=kube-system
2017-02-16 09:50:01 -08:00
liangxiaoping
37a51088f7
fix etcd disaster-recovery hyperlink
2017-02-16 09:45:57 -08:00
chenhuan12
ac44956a75
replace kubernetes.d with kubelet.d
...
replace kubernetes.d with kubelet.d
2017-02-16 09:38:10 -08:00
tanshanshan
0d9e568d1b
remove its name from file content
2017-02-16 09:34:25 -08:00
Jorge O. Castro
ed63f9a8ce
Let's put kubectl in ~/bin.
2017-02-16 09:27:26 -08:00
steveperry-53
2e3758381d
Move Guide toic to Tasks: kubectl exec.
2017-02-15 18:06:07 -08:00
foxish
f348728060
Fix travis and add comments
2017-02-15 16:46:45 -08:00
Steve Perry
a3a2233e6c
Move Pod Lifecycle to Concepts. ( #2420 )
...
* Move Pod Lifecycle to Concepts.
* Put moved note on old page.
* Update pod-lifecycle.md
2017-02-15 14:56:39 -08:00
Michail Kargakis
c222e9da33
Update deployment completeness documentation
2017-02-15 14:49:35 -08:00
Andrew Chen
4702554cb6
rollback PR #2522
...
Rollingback PR #2522 until we can verify which version optional:true will be available in.
2017-02-15 14:44:09 -08:00
sallydeng
9b3f420bd9
kubectl_apply.md-change it for label key
...
When I test this command, if the configmap has a label, it just delete the configmaps which has the same label key and that are not in the file.
kubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/v1/ConfigMap
So I advise change the description like this:
"Apply the configuration in manifest.yaml and delete all the other configmaps with the same label key that are not in the file."
2017-02-15 14:22:29 -08:00
Arthur Miranda
76e1bfc55d
Update the links of Deployment User Guide
...
The file 'blob/master/docs/devel/api-conventions.md' has moved to
'community/blob/master/contributors/devel/api-conventions.md'
Updates the links associated with these file.
2017-02-15 14:20:27 -08:00
Michael Mrowetz
0366fcc114
#2534 mark openstack-heat as standalone-salt-conf
2017-02-15 14:15:01 -08:00
Maciej Szulik
ec4e3b0ca2
Remove extensions/v1beta1 Job
2017-02-15 14:01:57 -08:00
sallydeng
2ab877198b
Change sentence base on reviewer's comment
...
"NOTE: The key-value optional:true is supported for kubernetes 1.5.3 and above."
2017-02-15 14:00:48 -08:00
sallydeng
5df783425d
The key-value "optional:true" doesn't work
...
The key-value "optional:true" doesn't work in 1.5.2 yet.
So should we add a note here? "The key-value "optional:true" will be work after kubernetes 1.5.2."
2017-02-15 14:00:48 -08:00
Andrew Chen
9310444630
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix travis.yml
re: issue #2034 ; fix docker image link (#2532 )
re: issue #1671 ; update to direct link
Update cheatsheet for multi-container handling
add "--show-all" to kubectl get pods
Fix broken/outdated links in the ingress.md file
column READY is missed
fix Kubenetes typo
Update overview.md
Update pod.md
Update multiple-schedulers.md
Fix the standard storageClass for GCE
fix typo
fix typo
Update index.md
doc(kubeadm.md) - change base64 decode option to '--decode'
Update links to ingress repository
Updated dead links
Fix unmatched closing paren
2017-02-15 13:59:13 -08:00
foxish
2553649598
Fix travis.yml
2017-02-15 13:55:35 -08:00
Michail Kargakis
2172507943
Update deployment completeness documentation
2017-02-15 11:47:56 -08:00
Andrew Chen
566f61f4b9
re: issue #2034 ; fix docker image link ( #2532 )
...
* re: issue #2034 ; fix docker image link
change link in line 26 to: https://gcr.io/google_containers/hpa-example
* point link to local Dockerfile
* specify it as the Dockerfile, not image
2017-02-14 14:34:13 -08:00
Andrew Chen
04d6793544
re: issue #1671 ; update to direct link
...
Update Docker Volumes link to https://docs.docker.com/engine/tutorials/dockervolumes/
2017-02-14 13:51:39 -08:00
Robert Kubis
cfaf34835c
Update cheatsheet for multi-container handling
...
Added how to retrieve logs for containers in multi-container pods
2017-02-14 13:38:44 -08:00
ztewyk
7c97c392ed
add "--show-all" to kubectl get pods
...
add "--show-all" to "kubectl get pods --selector=job-name=pi --output=jsonpath={.items..metadata.name}" ,because the pod was ended
2017-02-14 13:27:32 -08:00
Arthur Miranda
36ebe59068
Fix broken/outdated links in the ingress.md file
...
The Ingress controllers have moved to the kubernetes/ingress repository,
then some links are broken or outdated.
2017-02-14 13:21:47 -08:00
chenhuan12
710a17c10d
column READY is missed
...
column READY is missed
2017-02-14 11:14:19 -08:00
Andrew Chen
2fb161e033
fix Kubenetes typo
...
Kubenetes -> Kubernetes
2017-02-14 11:11:31 -08:00
Fabrizio Milo
38033ae6bf
Update overview.md
2017-02-14 11:04:22 -08:00
Fabrizio Milo
7bafe3557f
Update pod.md
2017-02-14 11:03:51 -08:00
Andrew Chen
501bde89e4
minor grammar addition
...
added 'be' in line 247: "...variables or be used in"
2017-02-14 09:48:47 -08:00
Michael Fraenkel
15e529958e
Initial docs for envFrom ConfigMap
2017-02-14 09:48:47 -08:00
peay
ae4bc86dae
Update CronJob doc. with history limits
2017-02-14 09:07:01 -08:00
scjane
7b42b5f9dd
Update multiple-schedulers.md
...
Similar to #2518 . But I think an unordered list can be used here :)
2017-02-14 08:56:40 -08:00
Pierre Ozoux
e56a7296ca
Fix the standard storageClass for GCE
...
As you can see here: https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/gce/gce.go#L117-L121
The default is not ssd
2017-02-14 08:50:00 -08:00
yupengzte
8a865cf1d3
fix typo
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn >
2017-02-14 08:47:11 -08:00
tanshanshan
ff088c2256
fix typo
2017-02-14 08:46:23 -08:00
Bruce Auyeung
4fa487f722
Update index.md
2017-02-13 23:08:22 -08:00