tailnode
5310464183
Merge remote-tracking branch 'upstream/master' into fix_links
2017-02-23 16:05:56 +08:00
Andres Villarroel
da2ebff417
Update hello-minikube.md
...
- Proposing a different way to run curl without proxy, without touching current environment
- There's a formatting problem and the whole thing is being displayed in a single line

2017-02-23 15:30:47 +08:00
Xiuyu Li
fd3b6e66d8
show kubectl_rollingupdate svg
2017-02-23 15:30:47 +08:00
Guangya Liu
f5e5175247
Fixed flag for eviction-soft.
2017-02-23 15:30:47 +08:00
Jared
8f6de25c98
Update review-issues.md
2017-02-23 15:30:47 +08:00
Steve Perry
69cfd63def
Move Guide topic: Garbage Collection. ( #2488 )
2017-02-23 15:30:47 +08:00
ztewyk
0a76c67c5b
Update source-ip.md
2017-02-23 15:30:47 +08:00
ztewyk
c295346b05
Update source-ip.md
2017-02-23 15:30:47 +08:00
Elijah C. Voigt
b61c95f072
concepts/abstractions: init containers example.
2017-02-23 15:30:47 +08:00
divyenpatel
a512e93e9d
updated vsphere getting started guide
...
addressed review comments
addressed chenopis's review comments
2017-02-23 15:30:47 +08:00
Andrew Chen
a7192a9e9a
Revert "Updated description for kubeadm init --kubernetes-version"
2017-02-23 15:30:47 +08:00
Alexander Kanevskiy
8261341295
Updated description for kubeadm init --kubernetes-version
2017-02-23 15:30:47 +08:00
Cao Shufeng
c5a79de79c
Remove details about where authenticator is implemented
...
It not necessary to mention where the functions are implemented in
document. Further more, the directories recorded here is out of date.
Now they are in:
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/...
2017-02-23 15:30:47 +08:00
tanshanshan
b89155a351
replace petset with statefulsets
2017-02-23 15:30:47 +08:00
Ricardo M. Augusto
142bf7dcc4
Updated result of command
...
Actually according to the command in example:
kubectl create secret generic ssh-key-secret --from-file=ssh-privatekey=/path/to/.ssh/id_rsa --from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub
The keys will be available with names ssh-publickey and ssh-privatekey.
2017-02-23 15:30:47 +08:00
chenhuan12
0b9dca5a36
replace argumment with argument
...
replace argumment with argument
2017-02-23 15:30:47 +08:00
Guangya Liu
4731f33d48
Highlight some keyworks in garbage-collection.md.
2017-02-23 15:30:47 +08:00
Guangya Liu
363db9d8af
Fixed typos in persistent volume index.md
2017-02-23 15:30:47 +08:00
Ben Mathews
406fe2683b
Remove reference to port-forward to services
...
port forwarding to services isn't supported.
2017-02-23 15:30:47 +08:00
tanshanshan
4806f01d8f
add an example
2017-02-23 15:30:47 +08:00
tanshanshan
65eacf1145
fix typo
2017-02-23 15:30:47 +08:00
Olegs Jeremejevs
b807813244
Fix typo in concepts
2017-02-23 15:30:47 +08:00
ztewyk
dfb8b79b15
Parallel Jobs with a *work queue*:
...
do not specify `.spec.completions`, default to `.spec.Parallelism`, not default to 1
2017-02-23 15:30:47 +08:00
xuxinkun
dc053ed54f
Add more options for self-registration.
2017-02-23 15:30:47 +08:00
Bruce Auyeung
7022b43bc2
dedent yaml code blocks
...
otherwise extra redundant ````yaml` characters will be displayed
because github code fencing doesn't need any indentation
2017-02-23 15:30:47 +08:00
Harry Zhang
8e490b4251
Add kubelet eviction in GC doc ( #2484 )
2017-02-23 15:30:47 +08:00
Michael Fraenkel
ce82d6301d
Revert "Document new optional support for ConfigMap and Secret"
...
This reverts commit 7abcc6c854
.
2017-02-23 15:30:47 +08:00
Michael Fraenkel
f8c25df156
Revert "mend"
...
This reverts commit 324451c337
.
2017-02-23 15:30:47 +08:00
jianglingxia
632b2ba474
modify one word
...
examples to example
2017-02-23 15:30:47 +08:00
chenhuan12
e854c082ad
fix typo
...
1、column PORTS is missed
2、fix command `kubectl get pods`output
2017-02-23 15:30:47 +08:00
Guillaume Breton
17daf981f7
Fix typos in running zookeeper article
2017-02-23 15:30:47 +08:00
Steve Perry
cd69b5b1e3
Add note about moved content. ( #2563 )
2017-02-23 15:30:47 +08:00
Steve Perry
fe734530ba
Move Guide topic to Tasks: Downward API ( #2439 )
2017-02-23 15:30:47 +08:00
architect.bian
3c262fa8d8
modify typora
...
modify namespace-kube-system to namespace=kube-system
2017-02-23 15:30:47 +08:00
liangxiaoping
b8c5b72111
fix etcd disaster-recovery hyperlink
2017-02-23 15:30:47 +08:00
chenhuan12
1a81cfd224
replace kubernetes.d with kubelet.d
...
replace kubernetes.d with kubelet.d
2017-02-23 15:30:47 +08:00
tanshanshan
8140e9c2cf
remove its name from file content
2017-02-23 15:30:47 +08:00
Jorge O. Castro
771a20326e
Let's put kubectl in ~/bin.
2017-02-23 15:30:47 +08:00
steveperry-53
e71b14fa5c
Move Guide toic to Tasks: kubectl exec.
2017-02-23 15:30:47 +08:00
foxish
33da5e4fb1
Fix travis and add comments
2017-02-23 15:30:47 +08:00
Steve Perry
3ed3018153
Move Pod Lifecycle to Concepts. ( #2420 )
...
* Move Pod Lifecycle to Concepts.
* Put moved note on old page.
* Update pod-lifecycle.md
2017-02-23 15:30:47 +08:00
Michail Kargakis
0ce865cc76
Update deployment completeness documentation
2017-02-23 15:30:47 +08:00
Andrew Chen
4e5e79f35f
rollback PR #2522
...
Rollingback PR #2522 until we can verify which version optional:true will be available in.
2017-02-23 15:30:47 +08:00
sallydeng
0fca22e659
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-23 15:30:47 +08:00
Arthur Miranda
dec125aa53
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-23 15:30:47 +08:00
Michael Mrowetz
2aea9f9424
#2534 mark openstack-heat as standalone-salt-conf
2017-02-23 15:30:47 +08:00
sallydeng
3e48da5f8b
Change sentence base on reviewer's comment
...
"NOTE: The key-value optional:true is supported for kubernetes 1.5.3 and above."
2017-02-23 15:30:47 +08:00
sallydeng
183fc3d41c
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-23 15:30:47 +08:00
foxish
e1eb525f01
Fix travis.yml
2017-02-23 15:30:47 +08:00
Andrew Chen
1c634023f6
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-23 15:30:47 +08:00