Phillip Wittrock
7b1c8f8e91
Add warning about using kubectl replace
2017-04-06 15:05:38 -07:00
Ahmet Alp Balkan
9e20c67daf
Remove kubectl installation instructions from release .tar.gz
...
Kubernetes release .tar.gz no longer provides binaries. So the existing
instructions are invalid (#2815 ).
User has to get the .tar.gz file and then run a script, only to download them
from storage.googleapis.com/kubernetes-release. That's already what's documented
in the "install via curl" section.
Therefore deleting "Extract kubectl from Release .tar.gz" section.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-04-06 13:58:35 -07:00
Ahmet Alp Balkan
c2b74acd1f
hello-minikube: Simplify kubectl installation instructions for macOS
...
People are hitting issues copy-pasting the complicated way to install
`kubectl` and we're suggesting them to `sudo mv` binaries to /usr/local/bin.
That is not very ideal. Instead suggesting users to use Homebrew. I think it's
ok for this tutorial, as the tutorial already uses Homebrew to install
other stuff, plus it's a much better way than `sudo mv`ing.
Closes #2478 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2017-04-06 13:57:18 -07:00
suresh
ae6a948eb0
typo on option ( #3233 )
2017-04-06 13:54:49 -07:00
Ahmet Alp Balkan
97f38923e6
container-lifecycle-hooks: add link to the task ( #3236 )
...
Adding a link to the corresponding task as it is hard to discover.
Fixes #3094 .
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-04-06 13:54:35 -07:00
Charlie R.C
b7b9252666
change authorizationMode to authorizationModes
2017-04-06 13:42:53 -07:00
Cynerva
e469ebe322
Update allow-privileged info for Ubuntu, add docker registry section ( #3207 )
...
* Update allow-privileged info for Ubuntu, add docker registry section
* Clean up wording in ubuntu/operational-considerations
2017-04-06 13:40:28 -07:00
houjun
34cd28dbf6
Node conditions should contain MemoryPressure and DiskPressure
...
Node conditions should also contain MemoryPressure and DiskPressure.
2017-04-06 13:37:27 -07:00
chenhuan12
2dd8f791df
replace job.yaml.txt with job.yaml
...
replace job.yaml.txt with job.yaml
2017-04-06 13:36:03 -07:00
Michael Fraenkel
ec622e1186
Document pod lifecycle when using EnvFrom
...
- Pods do not start with missing ConfigMaps or Secrets
- Pods do not start with missing keys in ConfigMaps or Secrets
- Pods start with invalid keys when referring to entire ConfigMaps or
Secrets. An event documents the skipped keys from said resource.
2017-04-05 16:31:23 -07:00
Slava Semushin
8d8409baeb
docs/concepts/policy/pod-security-policy: list all available PSP fields.
...
This also adds a couple of improvements:
- rename SELinuxContext to SELinux
- improve options displaying
2017-04-05 16:23:40 -07:00
Eric Chiang
df099406ed
docs/admin: clarify SecurityContextDeny and when it should be used
2017-04-05 16:23:08 -07:00
William Chang
216734a813
Fix the kubeadm getting-started-guides link. ( #3201 )
...
* Fix the kubeadm getting-started-guides link.
* Change the url, use the root of the site as the base.
2017-04-05 16:15:50 -07:00
chenhuan12
afc29d6cb4
fix typo
...
fix typo
2017-04-05 11:14:23 -07:00
Cao Shufeng
6aed52c088
Update description about serviceaccount token controller
...
This change specifies how to enable token controller in
controller-manager.
2017-04-04 14:06:13 -07:00
Jordan Liggitt
4391c903ce
automountServiceAccountToken documentation
2017-04-04 14:02:34 -07:00
mbohlool
d42d3983fd
Add python client to "Programmatic access to the API" section
2017-04-04 14:00:44 -07:00
Casey Davenport
ea34587002
Remove outdated Calico guide in favor of kubeadm
2017-04-04 09:51:35 -07:00
Rob Holland
f416b8a055
Fix typo
2017-04-04 09:29:16 +01:00
Steve Perry
84107352e4
Move Guide topic: Horizontal Pod Autoscalint. ( #3218 )
2017-04-03 18:54:13 -07:00
Steve Perry
152b6f2743
Move Guide topic: Pod Security Policies. ( #3215 )
2017-04-03 18:38:13 -07:00
Steve Perry
ab1302a4dc
Move Guide topic: Pod Preset. ( #3213 )
2017-04-03 17:40:48 -07:00
Andrew Chen
d2ff41b6a5
Move GPU Support to Tasks ( #3212 )
...
* Move User Guides/GPU Support to Tasks/Managing GPUs/Scheduling GPUs
* fix typo in tasks.yml
* change discussion to steps
2017-04-03 17:09:43 -07:00
Vish Kannan
0d40264361
adding documentation for GPU support ( #3018 )
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2017-04-03 15:28:41 -07:00
xiangpengzhao
f4eec77809
Fix ScheduledJobs to CronJobs
2017-04-03 14:01:52 -07:00
Steve Perry
5fe546b09d
Move Guide topic: ThirdPartyResources. ( #3209 )
...
* Move Guide topic: ThirdPartyResources.
* Fix link.
2017-04-03 13:22:52 -07:00
Gunjan Patel
521e7f076a
Update calico docs link to the latest version ( #3169 )
2017-04-03 13:04:23 -07:00
Steve Perry
418771e0a5
Move Guide topic: Service Accounts. ( #3208 )
...
* Move Guide topic: Service Accounts.
* Remove TODOs.
2017-04-03 12:31:32 -07:00
Steve Perry
d1bcac468a
Move Guide topic: Services. ( #3206 )
2017-04-03 12:10:09 -07:00
nerdondon
aa83d54abb
Migrate to new task template
2017-04-03 12:01:59 -07:00
Steve Perry
7b95ad4ca0
Move Guide topic: Security Context. ( #3205 )
2017-04-03 11:47:25 -07:00
Xiaoyu Zhang
f1f43e3f6a
delete one redundant space ( #3165 )
...
delete one redundant space
2017-04-03 11:39:16 -07:00
Andrew Chen
4262df1669
Merge branch 'master' into add-cilium
2017-04-03 11:36:06 -07:00
Justin Santa Barbara
19327529b1
AWS kube-up is removed in 1.6
2017-04-03 11:33:25 -07:00
chenhuan12
72be3e19d3
replace configfile.json with config.json
...
replace configfile.json with config.json
2017-04-03 11:28:57 -07:00
Steve Perry
122410bc34
Move Guide topic: Secrets. ( #3204 )
2017-04-03 11:02:45 -07:00
Peter Lee
67f0173d50
Update link
...
Update the link to where the origin link finally pointed to.
2017-04-03 10:48:22 -07:00
Steve Perry
a243c28888
Move Guide topic: Replication Controller. ( #3203 )
...
* Move Guide topic: Replication Controller.
* Add included file.
2017-04-03 10:23:03 -07:00
Andrew Chen
6ed0c34d2a
Remove swagger-ui link, fix page.version variable ( #3185 )
...
* Remove swagger-ui link, fix page.version variable
* remove swagger-ui redirect
* use 2 decimal version for cluster-large.md
* fix swagger-ui message
* replace URL w/ final destination
* address feedback
* add link to swagger.json at https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json
* remove redundant sentence
2017-04-03 01:13:10 -07:00
Steve Perry
ccadfc2ca8
Move Guide topic: Pods. ( #3190 )
...
* Move Guide topic: Pods.
* Fix link.
2017-03-31 16:21:13 -07:00
Steve Perry
d7ed85504e
Move Guide topic: Pet Set. ( #3188 )
...
* Move Guide topic: Pet Set.
* Add included file.
2017-03-31 16:00:55 -07:00
Steve Perry
edd0645def
Move Guide topic: Nodes. ( #3187 )
2017-03-31 15:28:57 -07:00
Steve Perry
504327c0a1
Move Guide topic: Network Policies. ( #3184 )
2017-03-31 14:06:32 -07:00
Steve Perry
3c23d75133
Move Guide topics: Names, Namespaces. ( #3183 )
2017-03-31 13:50:16 -07:00
Steve Perry
dc75a8f071
Move Guide topic: Ingress. ( #3181 )
2017-03-31 13:25:41 -07:00
Steve Perry
de895fbf5a
Move Guide topic Replica Sets. ( #3180 )
2017-03-31 13:10:28 -07:00
Steve Perry
e35313c657
Move Guide topic: Deployments ( #3179 )
...
* Move Guide topic: Deployments
* Move included file.
2017-03-31 12:13:47 -07:00
Steve Perry
eb657dfd9e
Move Guide topic: Daemon Sets. ( #3178 )
...
* Move Guide topic: Daemon Sets.
* Fix include path.
2017-03-31 10:56:27 -07:00
Steve Perry
6a2366314e
Move Guide topic: Annotations. ( #3177 )
2017-03-31 10:33:26 -07:00
Steve Perry
151a19cbc7
Move Guide topic: Persistent Volumes. ( #3176 )
2017-03-31 10:10:44 -07:00