SrinivasChilveri
eceb421911
Update master-node-communication.md ( #4691 )
...
* Update master-node-communication.md
Not working Links are updated
* Update master-node-communication.md
changed based on suggestion
* updated as per suggestion
2017-08-09 10:06:22 -07:00
supereagle
23b482294e
Update configure-pod-configmap.md
2017-08-09 09:59:48 -07:00
XsWack
64d8c68a3f
Update configure-liveness-readiness-probes.md
...
Fix bad url. http://k8s.io/docs/user-guide/liveness/image/server.go is a bad url and it should be https://github.com/kubernetes/kubernetes/blob/master/test/images/liveness/server.go
2017-08-09 09:54:58 -07:00
Stewart-YU
2d47c4834f
Update upgrades.md
...
spelling mistake
2017-08-09 09:53:10 -07:00
Michelle Au
dad3701316
Fix statefulset storageclass example
2017-08-09 09:48:46 -07:00
XsWack
1ebeb23b48
Update user-guide.md
...
fix typo
2017-08-09 09:12:00 -07:00
XsWack
646880aaba
Update resource-usage-monitoring.md
...
fix typo
2017-08-09 09:11:27 -07:00
Stewart-YU
b9ef86b07e
Update style-guide.md ( #4699 )
...
spelling mistake
2017-08-09 09:10:53 -07:00
dengyi1996
627ff5d40a
Update weave-network-policy.md ( #4683 )
...
* Update weave-network-policy.md
add weavenet networkpolicy example
* Edits from zacharysarah
* Merge branch 'master' into patch-10
* Merge branch 'patch-10' of github.com:dengyi1996/kubernetes.github.io into patch-10
* Merge branch 'master' into patch-10
2017-08-08 22:49:09 -07:00
Brad Beam
36c4ea8923
Updates for kubespray deployment ( #4690 )
...
* Updates for kubespray deployment
* Update kubespray.md
2017-08-08 22:23:10 -07:00
XsWack
544891a7e2
Update configmap.md
...
fix typo
2017-08-09 08:58:32 +08:00
Kaitlyn Barnard
d4d5f3ec3c
Adding online tutorials to nav
2017-08-08 16:31:07 -07:00
Stewart-YU
01778992aa
Update review-issues.md
...
spelling mistake
2017-08-08 16:30:28 -07:00
Andrew Chen
091f52f901
escape liquid curly braces
2017-08-08 16:19:45 -07:00
lichuqiang
b5e030dcbd
fix typo in connect-application-service.md
2017-08-08 16:17:40 -07:00
XsWack
230abbce22
Update declarative-object-management-configuration.md
...
fix typo
2017-08-08 15:20:23 -07:00
Slava Semushin
8bbae8df49
encrypt-data.md: update all secrets in all namespaces.
2017-08-08 15:09:39 -07:00
XsWack
428a03de7c
Merge branch 'master' into patch-9
2017-08-08 16:46:29 +08:00
Steve Perry
2576f404f0
Start new task for Opaque Integer Resources. ( #4363 )
2017-08-08 01:05:23 -07:00
XsWack
90b7489ecf
Update set-up-cluster-federation-kubefed.md
...
fix typo and unified format
2017-08-08 14:22:27 +08:00
Andrew Chen
5734322407
Merge pull request #4679 from stewart-yu/patch-6
...
Update daemonset.md
2017-08-07 21:26:23 -07:00
XsWack
07bd50d390
Update index.md
...
fix typo
2017-08-08 12:05:33 +08:00
Stewart-YU
2a074578d9
Update daemonset.md
...
Spelling mistakes: DeamonSet, using DaemonSet
2017-08-08 11:35:20 +08:00
Stewart-YU
5e601c2010
Update disruptions.md
...
using administrator instead of admin
2017-08-07 20:19:51 -07:00
XsWack
ad01c19d9a
Update load-balance-access-application-cluster.md
...
Fix leading spaces in kubectl commands
2017-08-08 08:47:42 +08:00
Zachary Corleissen
d5fdf214de
[404 fix] One character syntax fix ( #4674 )
...
* One character syntax fix
* Added redirect for delete-pods
* Removed redirect_from statement
2017-08-07 16:55:19 -07:00
Denis Gladkikh
cf766879b8
Logrotation for kubeadm ( #4670 )
...
* Logrotation for kubeadm
Fixes #369
* Suggested PR update
2017-08-07 16:54:19 -07:00
Andrew Chen
490fb99a30
Patch PR #4671
2017-08-07 16:52:37 -07:00
dengyi1996
d76fbb0b27
Update scheduling-gpus.md
...
privileged mode is not needed on my kubernetes cluster, and it will make other developers confuse.
e.g:
I try to use this example to test whether the keyword "resources->limit" will work.when I set limit:1 with privileged,I can reach all gpus instead of single gpu.
```
kind: Pod
apiVersion: v1
metadata:
name: gpu-pod-1
spec:
containers:
- name: gpu-container-1
image: tensorflow/tensorflow:latest-gpu
securityContext:
privileged: true
env:
- name: LD_LIBRARY_PATH
value: "$LD_LIBRARY_PATH:/usr/lib/nvidia"
- name: CUDA_HOME
value: "/usr/local/nvidia"
# securityContext:
# privileged: true
resources:
limits:
alpha.kubernetes.io/nvidia-gpu: 1
volumeMounts:
- mountPath: /usr/local/nvidia/bin
name: bin
- mountPath: /usr/lib/nvidia
name: lib
volumes:
- hostPath:
path: /usr/local/cuda/bin
name: bin
- hostPath:
path: /var/lib/nvidia-docker/volumes/nvidia_driver/375.26/lib64/
name: lib
```
it show all gpu devices because of privileged mode
```
[name: "/cpu:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 3223127178054071976
, name: "/gpu:0"
device_type: "GPU"
memory_limit: 103809024
locality {
bus_id: 1
}
incarnation: 6184347283432924133
physical_device_desc: "device: 0, name: Quadro K4200, pci bus id: 0000:03:00.0"
, name: "/gpu:1"
device_type: "GPU"
memory_limit: 103809024
locality {
bus_id: 1
}
incarnation: 1058630844567460797
physical_device_desc: "device: 1, name: Quadro K4200, pci bus id: 0000:04:00.0"
]
```
2017-08-07 16:49:35 -07:00
Ahmet Alp Balkan
3ee6599cc7
Import guestbook tutorial and manifest files ( #4631 )
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-08-07 15:56:20 -07:00
Luis Pabón
fdf2c5a02b
Note on cascading deletes and Deployments ( #4671 )
2017-08-07 15:54:59 -07:00
Malepati Bala Siva Sai Akhil
b795543eb2
Fix Broken Link
...
Fix Broken Link related to client-go in Access Clusters Using the Kubernetes API
2017-08-07 15:53:53 -07:00
Ahmet Alp Balkan
a75b15ef5b
Create "make stage" for staging container
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-08-07 15:53:08 -07:00
Qiming
291a583515
Fix typo in extensible-admission-controllers doc ( #4405 )
2017-08-07 15:50:40 -07:00
lichuqiang
58f454f424
fix typo
2017-08-07 15:41:21 -07:00
Stewart-YU
0114ddf60f
Update nodes.md
...
Missing a signal
2017-08-07 15:40:59 -07:00
XsWack
6c0e3bdbba
Update encrypt-data.md
...
fix typo
2017-08-07 15:40:31 -07:00
XsWack
0951183d64
Update managing-tls-in-a-cluster.md
...
fix typo
2017-08-07 15:40:14 -07:00
lichuqiang
6143903853
fix typo
2017-08-07 15:39:51 -07:00
fisherxu
fb39f2f76a
fix typo
2017-08-07 15:39:32 -07:00
Stewart-YU
9ad9948e64
Update kubernetes-api.md
...
The first letter should be capitalized
2017-08-07 15:39:12 -07:00
Steve Perry
3d2c06c4c3
Update Task topics on resource management. ( #4158 )
2017-08-07 15:30:29 -07:00
Andrew Chen
6da5f52fb2
Add 404 redirects ( #4675 )
...
* Add redirect for legacy kubectl links
* remove js redirect for kubectl
* fix link URLs
* add 404 redirects
* remove js forwarding rules
* clean up _redirects
* fix coreos links
2017-08-07 15:13:14 -07:00
Zachary Corleissen
b1ae7714a5
Merge branch 'master' into 4167-no-more-calico
2017-08-07 14:08:35 -07:00
Michael Smith
f16dfcf349
Use more realistic IP address
2017-08-06 14:20:32 -07:00
DuJun
86b9845c72
fix typo in storage ( #4645 )
...
* fix typo in storage
* Update volumes.md
2017-08-06 14:19:45 -07:00
XsWack
50c9226442
Update bootstrap-tokens.md
...
fix typo
2017-08-06 14:19:20 -07:00
Ahmet Alp Balkan
a86d9355b0
Fix leading spaces in kubectl commands
...
This is causing bash/zsh shells to not to record the executed command in the
history. See this link for details: https://unix.stackexchange.com/questions/115917/why-is-bash-not-storing-commands-that-start-with-spaces
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-08-06 14:19:04 -07:00
Stewart-YU
0c6bca5b7f
Update labels.md
...
modify key to Key in line #43
2017-08-06 14:17:08 -07:00
fisherxu
ac5ea078b9
fix typo
2017-08-06 14:16:38 -07:00