Commit Graph

1248 Commits (8f9677227dac0d0032a9faaae1dd318e8ddbd095)

Author SHA1 Message Date
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