Commit Graph

3778 Commits (7bd4d8ba44079136835ece48e4f8d07ef46928ed)

Author SHA1 Message Date
scjane 7bd4d8ba44 Update debugging-services.md 2017-02-23 15:30:47 +08:00
steveperry-53 c4e1940170 Remove User Guide topic: Launching, Exposing, 2017-02-23 15:30:47 +08:00
Eamon Taaffe e93aaf7028 Missing export statement in example 2017-02-23 15:30:47 +08:00
Ghe Rivero 0b192ad9ec Fix examples display 2017-02-23 15:30:47 +08:00
Andrew Martin 30b425b991 Fix typo
`pages` -> `page`
2017-02-23 15:30:47 +08:00
sallydeng aa1c435df3 Update ui.md: namespace name can't be number only
When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
2017-02-23 15:30:47 +08:00
scjane 8c1b7a6f5c Update assign-cpu-ram-container.md 2017-02-23 15:30:47 +08:00
Bruce Auyeung ee10fefec8 fix unreachable links and typos
1. fix unreachable federated resources links
2. federation proposal doc has been relocated, so i fix this link
3. make federation resources supporting cascading deletion clickable
4. make link to  `Kubernetes Scaling and Performance Goals` clickable
5. other typo fixes
2017-02-23 15:30:47 +08:00
tailnode c999e614f2 fix link 2017-02-23 15:30:47 +08:00
Ben Spoon 34f61c10e8 Fix overflow scroll on code blocks
Fixes https://github.com/kubernetes/kubernetes.github.io/issues/633
2017-02-23 15:30:47 +08:00
sallydeng 83d5b27667 Update ui.md base on comments
Former: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) , can not contain capital letters. 
Now: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) but can not contain capital letters.
2017-02-23 15:30:47 +08:00
sallydeng f2184920af Update namspace and service part of ui.md
1. Namespace can not contain capital letter.
2. For service, internal endpoints for cluster connections and external endpoints for external users. Here, it lost "external".
2017-02-23 15:30:47 +08:00
yupengzte a045b3987d Fix the url error
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-23 15:30:47 +08:00
caiyixiang af059b3b3c Update minikube.md 2017-02-23 15:30:47 +08:00
scjane 456a3ddcd6 Update kubefed.md 2017-02-23 15:30:47 +08:00
Vasily Upornikov 29e432d419 Update container-command-args.md 2017-02-23 15:30:47 +08:00
Philipp T 24fc013242 Update kubeadm.md
grammar ocd
2017-02-23 15:30:47 +08:00
Pan Luo a21e061dcb Add generic to create secret command
The generic is missing from the command and will cause error: `Error: unknown flag: --type` when running the command.
2017-02-23 15:30:47 +08:00
Shiyang Wang 5cf0e08b5b fix typo 2017-02-23 15:30:47 +08:00
David Calavera d2266ed0eb Add documentation to the redirects.rb script.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-23 15:30:47 +08:00
steveperry-53 aa04248251 Add object fields to style guide. 2017-02-23 15:30:47 +08:00
Phillip Wittrock f7403f1d7e Merge pull request #2422 from wmaintw/patch-1
Add code comment for "replicas"
2017-02-03 22:18:00 -08:00
Wei Ma 87eae080f7 Add code comment for "replicas"
unnecessary code comment been removed.
2017-02-04 09:20:39 +08:00
Andrew Chen 1e3981a853 Merge pull request #2145 from kubernetes/jaredbhatti-patch-2
Add Bundler to staging a doc request page
2017-02-03 15:40:10 -08:00
Andrew Chen 97d9607b69 Merge branch 'master' into jaredbhatti-patch-2 2017-02-03 15:36:19 -08:00
Andrew Chen 27a185be87 Merge pull request #2419 from colemickens/cmpr-azure-doc-sa-constaint
userguide: PV docs clarify Azure storage account restriction
2017-02-03 15:26:37 -08:00
Cole Mickens 70a2934d02 userguide: PV docs clarify Azure storage account restriction 2017-02-03 13:16:20 -08:00
Andrew Chen a3c2b257c7 Merge pull request #2414 from kubernetes/chenopis-patch-14
Change healthz port
2017-02-03 10:33:23 -08:00
Andrew Chen 631d1d1135 Change healthz port
Reimplemented changes for PR #1826 and Issue #10003
2017-02-03 10:30:33 -08:00
David Calavera e64c482469 Add redirect generator to make Netlify's CDN redirect to the right places.
Netlify will redirect with a 301 status to the right places without the
need of a custom javascript file.

The current redirects.js is not removed so production can keep working
as it is for now.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-03 09:50:23 -08:00
Aneesh Kumar d268a3eaf4 Fix for redundant footer section in home page.
This commit removes redundant footer section in the Home page.
2017-02-03 09:40:30 -08:00
Eric Chiang 592d61c55c docs/admin/authorization: discourage the use rbac-super-user flag
Even though this flag works in 1.5, its use should be discouraged.
It will be removed in 1.6.
2017-02-03 09:27:15 -08:00
Shawn McCarthy e3368b9733 Use base64 -D instead of -d 2017-02-02 14:44:39 -08:00
hekra01 bf0e238e2b Update docker-cli-to-kubectl.md
typo in deployment name
2017-02-02 14:33:38 -08:00
Andrew Chen 6193bb1cc9 Merge pull request #2409 from henrynash/patch-1
Patch 1
2017-02-02 14:29:40 -08:00
Henry Nash 1b4557f0d3 Update api.md
Minor typo.
2017-02-02 10:38:52 -08:00
Henry Nash a92dced983 Update api.md
Minor typo correction
2017-02-02 10:28:52 -08:00
Sean M. Collins 011178a5da [OpenStack-Heat] Use openstackclient to list the Heat stack
python-openstackclient is a more modern tool
2017-02-02 10:27:23 -08:00
Marc Boorshtein 96fb6e2415 added code ticks on the oidc api parameters 2017-02-02 09:37:48 -08:00
steveperry-53 0ac53c2f97 Put moved notice in persistent volume topic. 2017-02-02 09:34:49 -08:00
Phillip Wittrock 2973296f28 Merge pull request #2406 from pwittrock/apply-docs-concepts
Minor wording updates
2017-02-01 18:12:41 -08:00
Phillip Wittrock cef56d1d95 Minor wording updates 2017-02-01 18:09:08 -08:00
Phillip Wittrock 2d3f9f9682 Merge pull request #2404 from pwittrock/apply-docs-concepts
Change label selector tag to use full gvkn instead of vkn
2017-02-01 16:59:55 -08:00
Phillip Wittrock 17db79a875 Change label selector tag to use full gvkn instead of vkn 2017-02-01 16:57:58 -08:00
Phillip Wittrock f9d4fd18e4 Merge pull request #2403 from pwittrock/apply-docs-concepts
Fix url in declarative kubectl
2017-02-01 16:55:20 -08:00
Phillip Wittrock 6e42b5f6ce Fix url in declarative kubectl 2017-02-01 16:54:12 -08:00
Vic Iglesias 087ba3c961 Point to correct annotation in federated deployment 2017-02-01 16:46:59 -08:00
Andrew Chen bce5bae19c Merge pull request #2402 from steveperry-53/move-to-tasks
Put moved notice on User Guide pages.
2017-02-01 16:46:17 -08:00
steveperry-53 6cb33d02c4 Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
Steve Perry 214e749bf7 Merge pull request #2386 from steveperry-53/commands-capabilities
Move Commands and Capabilities out of User Guide.
2017-02-01 15:19:11 -08:00