Steve Perry
35c7393849
Update links to avoid redirects. ( #5614 )
2017-09-25 10:04:09 -07:00
Vyacheslav Semushin
e7fc8cf845
Cleanup leftovers after moving PSP doc to concepts/policy. ( #5557 )
2017-09-22 09:24:54 -07:00
Slava Semushin
67c0fcd274
Fix broken links after moving proposals to subdirs.
2017-09-21 13:30:31 -05:00
Iago López Galeiras
02155b7b96
Add quotes to JSONPATH bash variable
...
The command was failing with
error: error parsing jsonpath {range, unclosed action
We need to quote `$JSONPATH` so the full contents of the variable are
passed to `-o jsonpath=`.
Fixes #4258
2017-09-08 13:14:21 +02:00
chenhuan12
67fa4f2312
fix the command output
...
fix the command output
2017-09-02 10:24:35 +08:00
mattjmcnaughton
959cd767f5
Example links use kubernetes/examples
...
Fix #5203
Previously, many of the Kubernetes links used
`https://github.com/kubernetes/kubernetes/examples `. This directory was
deprecated through
cb712e41d4
,
in favor of the new `examples` repo hosted at
`https://github.com/kubernetes/examples `. This commit updates all links
accordingly.
2017-08-29 09:10:08 -04:00
lemon-tree
4376fa34fd
Update docker-cli-to-kubectl.md ( #5040 )
...
Added the lost ",".
2017-08-25 13:12:18 -07:00
Cody Clark
ce0ec151b1
Merge branch 'master' into patch-26
2017-08-22 13:19:01 -04:00
TigerXu
e81e3c8464
unify all service yaml: use 2 spaces indent ( #4754 )
2017-08-21 16:28:12 -07:00
Weibin Lin
e0f0a3ab73
Update README.md
...
fixed typos
2017-08-21 15:30:35 -07:00
Stewart-YU
cb18a8519e
Update kubectl-overview.md
...
Fix the format. The format in orginal web page is confusion.
2017-08-19 10:00:31 +08:00
lemon-tree
d3823d4734
Update docker-cli-to-kubectl.md
...
Added the lost "." and ":".
2017-08-18 09:17:39 -07:00
lemon-tree
b22ca98b83
Update kubectl-cheatsheet.md
...
I think ":" is better than ".", so I changed the "." to ":".
2017-08-18 08:54:54 -07:00
Stewart-YU
08083aeb20
Update kubectl-overview.md
...
Fix the format of web page.
2017-08-18 08:54:29 -07:00
Dhilip
37b639e508
[minor] Grammar
...
[minor] Grammar
2017-08-17 15:39:09 -07:00
Dhilip
a0fd2054bf
[minor] Grammar
...
[minor] Grammar
2017-08-17 15:34:03 -07:00
Dhilip
c8d68579ca
[minor] Grammar and typo
...
[minor] Grammar and typo
2017-08-17 15:33:40 -07:00
Dhilip
e2f2487c39
[minor] Grammar and typo
...
[minor] Grammar and typo
2017-08-17 15:33:04 -07:00
lemon-tree
5e39dacbce
Update kubectl-overview.md ( #4990 )
...
* Update kubectl-overview.md
The first letter of "where" should be capital, and some lost "." should be added.
* Update kubectl-overview.md
* Update kubectl-overview.md
2017-08-17 13:49:44 -07:00
Dhilip
b34cfc4d2f
[minor] Grammar and typo
...
[minor] Grammar and typo
2017-08-17 12:20:28 -07:00
Ti Zhou
53177b5de0
Fixed several typos in markdown files. ( #5005 )
2017-08-17 11:45:12 -07:00
Stewart-YU
b3513842ba
Update kubectl-overview.md ( #4894 )
...
* Update kubectl-overview.md
Fix leading spaces in commands.
* fix block shell
2017-08-17 11:40:08 -07:00
lemon-tree
c9e79b5bd8
Update docker-cli-to-kubectl.md ( #5015 )
...
Modified "is different than" to "is different from".
2017-08-17 09:58:57 -07:00
lemon-tree
776980a1ff
Update kubectl-conventions.md ( #5016 )
...
Modified the position of ".", deleted the extra ",", and added the lost ".".
2017-08-17 09:58:08 -07:00
lemon-tree
b89cfd0116
Update jsonpath.md ( #5017 )
...
Modified "JSONpath " to "JSONPath ".
2017-08-17 09:55:14 -07:00
Phillip Wittrock
217c86642f
Update reference docs with most recent version of brodocs ( #4600 )
...
* Update 1.7 apidocs with new brodocs
* Update 1.7 resource reference docs with new brodocs
* Update 1.7 kubectl reference docs with new brodocs
2017-08-04 14:30:56 -07:00
Aaron Crickenberger
18e9aa59d1
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
Manjunath A Kumatagi
ab0bd00e74
Move update-demo and liveness images to kubernetes/test/images ( #4536 )
...
* Move update-demo and liveness images to kubernetes/test/images
* Skip the README.md files
2017-08-01 02:56:20 -07:00
xiangpengzhao
5d30aaf25c
Update supported resource types
2017-07-25 09:14:19 +08:00
Clenimar Filemon
dbeade20c0
Fix gcloud docker push command ( #4058 )
...
Use `gcloud docker -- push` instead of `gcloud docker push`.
2017-07-14 11:44:43 -07:00
Phillip Wittrock
51d19f271c
Merge branch 'master' into kubectl-v
2017-07-10 19:04:39 -07:00
Ahmet Alp Balkan
0667180dd4
Remove self-links with domain names in docs ( #4299 )
...
* Remove self-links with domain names in docs
Fixes #4191 . Skipping the tutorials we import from kubernetes/examples.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* update federation/index.md user-guide links
* update assign-pod-node.md links
* update dns-pod-service.md link
* update link in jobs-run-to-completion.md
* update link in minikube.md
* update PS link in minikube.md
* update links in stackpoint.md
* update links in storage.md
* fix link in vsphere.md
* fix links in deprecation-policy.md
* Update pick-right-solution.md
* Update web-ui-dashboard.md
* Update ingress.md
* Update federation-service-discovery.md
* Update user-guide.md
* Update expose-external-ip-address.md
* Update README.md
* Update README.md
2017-07-10 15:13:19 -07:00
Andrew Chen
1d6f765d55
Patch PR #4275
2017-07-05 14:30:53 -07:00
Xiaoyu Zhang
e4a74467bf
docker-cli-to-kubectl.md: update links to 1.7
...
docker-cli-to-kubectl.md: update links from 1.6 to 1.7
2017-07-05 13:14:37 -07:00
Xiaoyu Zhang
2dc0134ecb
Update kubectl cli from 1.6 to 1.7
...
Update kubectl cli from 1.6 to 1.7
2017-07-03 09:30:37 -07:00
Andrew Chen
b40d09fe77
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update links to proper repos
# Conflicts:
# docs/admin/kubeadm.md
# docs/concepts/overview/kubernetes-api.md
# docs/reference/api-overview.md
# docs/setup/independent/create-cluster-kubeadm.md
# docs/tasks/administer-cluster/configure-pod-disruption-budget.md
2017-06-28 22:29:21 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
Phillip Wittrock
57a769f506
Api and Kubectl reference docs updates for 1.7 ( #4193 )
...
* Fix includes groups
* Generated kubectl docs for 1.7
* Generated references docs for 1.7 api
2017-06-26 15:37:56 -07:00
Ian Chakeres
46e52915c9
Added a section to kubectl cheatsheet about verbosity levels
2017-06-25 10:22:07 -07:00
Jorge Bianquetti
bed2527af1
Add "remove" example for kubectl patch ( #4042 )
2017-06-20 15:47:42 -07:00
tompizmor
9f2ecee260
Add TCP socket health check example ( #3977 )
...
* Add TCP socket health check example
* Add test case for pod-with-tcp-socket-healthcheck
2017-06-05 13:50:29 -07:00
Steve Perry
f58b3d11d9
Remove and redirect: user-guide/application-trouble. ( #3855 )
2017-05-19 13:02:31 -07:00
Steve Perry
10434a0484
Remove and redirect: user-guide/application-introspection ( #3848 )
...
* Remove and redirect: user-guide/application-introspection
* Remove and redirect: user-guide/debugging-services.
2017-05-19 10:40:38 -07:00
Steve Perry
4a6cd30b2a
Remove and redirect: Debugging Pods and Replication Controllers. ( #3837 )
2017-05-18 19:03:19 -07:00
Steve Perry
76976b2976
Remove and redirect: prereqs. ( #3836 )
2017-05-18 18:55:14 -07:00
Steve Perry
18ccf43021
Update link: user-guide/application-troubleshooting. ( #3834 )
2017-05-18 18:16:31 -07:00
Andrzej Wasylkowski
46133af83f
Added a note about the need to have a cluster set-up to Kubernetes 201.
2017-05-18 14:49:20 -07:00
Andrzej Wasylkowski
7e128d31cf
Fixed Kubernetes 101 documentation
...
to mention that it is necessary to have the cluster setup first.
2017-05-17 13:29:02 -07:00
Guangya Liu
297c665eca
Added example for pod preferredDuringSchedulingIgnoredDuringExecution.
2017-05-12 15:22:49 -07:00
supereagle
cfaa556025
update kubectl apply doc for required resource name
2017-05-01 10:17:30 -07:00
Steve Perry
92b6057d9c
Deprecation complete: secrets/index ... ( #3554 )
2017-04-26 17:13:34 -07:00
Steve Perry
b37b5d1957
Deprecation complete: ingress ... ( #3553 )
2017-04-26 16:49:38 -07:00
Steve Perry
bec1ee86ce
Deprecation complete: replicasets ( #3552 )
2017-04-26 15:09:02 -07:00
Steve Perry
e98619b0d9
Deprecation complete: federation/daemonsets ... ( #3551 )
2017-04-26 14:13:54 -07:00
Steve Perry
9fd06cdc95
Deprecation complete: node-problem ... ( #3550 )
2017-04-26 13:53:19 -07:00
Jakob Jarosch
5d5597bf7d
Add snippet to list all secrets currently in use
2017-04-26 10:47:53 -07:00
Steve Perry
80a2fff4dc
Deprecation complete: gpus ... ( #3537 )
2017-04-25 20:09:38 -07:00
Steve Perry
f83c5874a8
Deprecation complete: container-environment ... ( #3536 )
2017-04-25 18:03:58 -07:00
Steve Perry
ecae0f436c
Deprecation complete: multi-container ... ( #3533 )
2017-04-25 16:50:07 -07:00
Steve Perry
5e3a0f555c
Deprecation complete: jobs/expansions ... ( #3532 )
2017-04-25 15:44:22 -07:00
Steve Perry
bca9551f9c
Deprecation complete: jobs, work queue ( #3531 )
2017-04-25 14:30:48 -07:00
Steve Perry
7c1766dde0
Deprecation complete: configmap. ( #3526 )
2017-04-25 13:05:36 -07:00
Steve Perry
f27759a768
Deprecation complete: horizontal-pod-autoscaling ( #3528 )
2017-04-25 13:00:52 -07:00
Andrew Chen
2f51937983
docs migration: Container Lifecycle Hooks into Concepts ( #2564 )
...
* initial commit for structure
* migrate Container Lifecycle Hooks and related files to Concepts
* update Concepts ToC
* fix formatting
* Formatting tweaks
* comment out What's next
* remove What's next
* Begin rewrite of container-lifecycle-hooks.md
* incremental update to edit
* Split Container Lifecycle Hooks into container-lifecycle-hooks.md and container-environment.md; change all referring links.
* Add concept template to volumes.md and images.md
* Apply changes for steveperry-53 feedback.
* fix format issue
* tweak formatting
* fix Concepts ToC
* update links
* add back changes to Concepts ToC
* fix a link
* update links
2017-04-25 10:36:59 -07:00
Steve Perry
b38c79dde8
Deprecation 22 ( #3512 )
...
* Deprecation complete: whatis k8s ...
* Fix redirect source.
* Deprecation complete: sharing-clusters ...
2017-04-24 20:35:01 -07:00
Steve Perry
184ed9429f
Deprecation complete: whatis k8s ... ( #3510 )
...
* Deprecation complete: whatis k8s ...
* Fix redirect source.
2017-04-24 19:46:40 -07:00
Steve Perry
fee12cc272
Remove and redirect User Guide index page. ( #3509 )
2017-04-24 17:27:08 -07:00
Andrew Chen
90070474d4
Reference ToC refactor ( #3427 )
...
* Reference ToC refactor
* Move Federation into Reference
* Fix ToC, add deprecation notice
* Fix Reference ToC
* tweak ToC
* Move content into Reference
* touch up kubectl
* fix ToC syntax error
* remove resources-reference docs
* change kubectl section name
* adjust page titles
* create Command-Line Tools section
* Move Federation API out to top level
* remove extensions/v1beta1 definitions
* rewrite Kubernetes API in Concepts in a later PR
* Add jbeda to Kubernetes API Overview page for reviews.
* incorporate feedback
* remove /docs/federation
* move around copy
* cleanup reference landing page
* update reference landing page
2017-04-20 13:04:32 -07:00
Andrew Chen
cb9cff59db
Review conflicts from 1.6-release/master merges
2017-04-20 10:52:04 -07:00
Andrew Chen
8f872afcd7
Minor patch changes to PR #3438
2017-04-19 12:25:45 -07:00
PaulJuliusMartinez
7f0294c579
Update User Guide and Admin links to point to new resources. ( #3438 )
...
* Update links to outdated user-guide and admin docs
* Add script for updating outdated links.
* Update regex to include init-containers file.
* Pull upstream, rewrite links in and to namespaces walkthrough.
2017-04-19 10:56:47 -07:00
chenhuan12
d94335b17a
fix typo
...
fix typo
2017-04-19 10:34:32 -07:00
Steve Perry
c505b2c744
Move Guide topic: dashboard. ( #3377 )
2017-04-13 11:35:50 -07:00
Steve Perry
8315ef689c
Move Guide topic: Projected Volume. ( #3376 )
2017-04-13 11:01:04 -07:00
Steve Perry
1a169b4c0c
Move Guide topic: Cron Jobs. ( #3334 )
2017-04-12 15:54:33 -07:00
Xiaoyu Zhang
19d8e9372d
Fix broken links
...
Fix broken links
2017-04-13 06:04:30 +08:00
Steve Perry
2954d2b337
Move Guide topic: ConfigMap. ( #3333 )
2017-04-11 13:33:08 -07:00
Steve Perry
2e9ceea926
Move Guide topic: H Pod Autoscaling Walkthrough. ( #3332 )
...
* Move Guide topic: H Pod Autoscaling Walkthrough.
* Fix title
2017-04-11 13:06:51 -07:00
Ahmed Kamal
34154553ab
Fix API server args
...
--runtime-config=batch/v2alpha1=true (=true) was missing causing API server to crash on 1.5.3
2017-04-10 15:37:43 -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
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
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
Steve Perry
7b95ad4ca0
Move Guide topic: Security Context. ( #3205 )
2017-04-03 11:47:25 -07:00
Steve Perry
122410bc34
Move Guide topic: Secrets. ( #3204 )
2017-04-03 11:02:45 -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
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
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
6a2366314e
Move Guide topic: Annotations. ( #3177 )
2017-03-31 10:33:26 -07:00