Commit Graph

61 Commits (c1ef846cce1d2e33dba9de167863a28ba3f071ad)

Author SHA1 Message Date
Qiming e1dbc1a497 Fix sample yaml for secret (#7072)
The sample yaml contains base64 encoded strings that were generated with
trailing returns. This is inconsistent to the result from the command in
which a user passes the key and value from command line. This PR removes
the trailing "Cg==" characters for consistency.

Closes: #7065
2018-01-25 14:20:33 -08:00
Joseph Heck f7801fcacb
tweaking language just slightly 2018-01-21 11:41:25 -08:00
Qiming Teng 8fa52da2fa Add note about environment variable overriding
Closes: #3195
2018-01-21 17:10:59 +08:00
nashasha1 db2d8be7f1 Fix label not match in ReplicaSet PodPreset yaml 2018-01-14 23:30:23 +08:00
Joseph Heck 9a8392c1b6
Merge pull request #6820 from tengqm/improve-env
Add another environment variable for demo
2018-01-07 10:20:28 -08:00
Kai Chen 7c54a74ca1 Fix references to ConfigMap for documents in the Tasks section 2018-01-04 18:05:27 -08:00
Qiming Teng 91c5b85e0f Add another environment variable for demo
Closes: #3815
2018-01-02 16:46:49 +08:00
Qiming d946e32cb7
Merge pull request #6546 from tengqm/fix-example-validation
Fix example validation
2017-12-27 11:32:33 +08:00
Tim Hockin 8f196b7d6a Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
Bin Liu fc524bd7e3 fix broken link target 2017-12-21 17:32:47 +08:00
Qiming Teng 8d6ea37aa9 Fix example validation 2017-12-04 14:50:12 +08:00
Qiming ed3a2f0009
Merge pull request #6385 from surajssd/pod-preset-usable-images
fix PodPreset manifests
2017-11-24 20:09:10 +08:00
Qiming a80656a174
Merge pull request #6424 from surajssd/add-podpreset-instructions
Add PodPreset basic usage instructions
2017-11-24 19:14:24 +08:00
Qiming 4c347ea69d
Update podpreset.md 2017-11-24 19:11:37 +08:00
Qiming 7df8556653
Update podpreset.md 2017-11-23 20:53:58 +08:00
Qiming 4c083fc73e
Update podpreset.md 2017-11-23 20:51:55 +08:00
Suraj Deshmukh 3dc4ccb62c Add PodPreset basic usage instructions 2017-11-23 12:08:27 +05:30
Suraj Deshmukh af064f5ce3 fix PodPreset manifests
Update the image in PodPreset manifest to use the real image,
also removed the hard-coded namespace in manifest.
2017-11-20 18:39:16 +05:30
Suraj Deshmukh 582a59e024 (distribute creds securely): change file name to links 2017-11-20 17:05:42 +05:30
Jessica Yao 53cf7defd5 Fix/re-introduce custom Jekyll tags for better glossary integration (#6163) 2017-11-06 15:36:24 -06:00
Jessica Yao f3edbd3822 Revert "Introduce custom Jekyll tags for better glossary integration" (#6160)
This reverts commit 46d9cbe5ae.
2017-11-02 15:07:26 -06:00
Jessica Yao 46d9cbe5ae Introduce custom Jekyll tags for better glossary integration 2017-11-02 00:57:26 -07:00
Qiming 583805b507 Split PodPreset concept out from task doc (#5984) 2017-10-25 14:41:51 -07:00
Qiming 6ed5d06a6c Fix podpreset task (#5705) 2017-10-25 13:50:27 -07:00
Suraj Deshmukh 11b0b64ab9 fix(pod restartPolicy): add restartPolicy to pods (#5817)
Some pods were missing `restartPolicy` which caused them to
go in `CrashLoopBackoff`, so adding `restartPolicy` as
`OnFailure`.
2017-10-09 17:25:34 -07:00
Suraj Deshmukh b7719cdf58 (env var expose pod info): remove repeated content (#5816) 2017-10-09 17:24:20 -07:00
XsWack ecfd295c8b Update distribute-credentials-secure.md (#5169)
remove extra blank and format the command line
2017-10-02 17:09:46 -07:00
Kevin Frommelt d4e8e8fb9e Fix typo in pod preset conflict example
Move container port definition to the correct line.
2017-09-27 23:18:24 -07:00
jianglingxia f7edb82547 the pod yaml type error and add apiVersion 2017-09-25 16:15:59 -07:00
Tim(Xiaoyu) Zhang 7bffd97b9a Merge pull request #5455 from wmengRH/patch-1
Update podpreset.md
2017-09-25 09:48:20 +08:00
Steve Perry d7ddfdacb9 Update link targest to avoid redirects. (#5597) 2017-09-23 15:20:49 -07:00
Slava Semushin 67c0fcd274 Fix broken links after moving proposals to subdirs. 2017-09-21 13:30:31 -05:00
Weihua Meng 9d20d15520 Update podpreset.md 2017-09-14 19:18:03 +08:00
Cliff Burdick ef24a54abd Update downward-api-volume-expose-pod-information.md (#5309)
Keeping the capitalization uniform.
2017-09-08 17:37:19 -07:00
cliffburdick 541323baca Update downward-api-volume-expose-pod-information.md
Adding node IP, which was added as part of PR #42717
2017-09-05 07:59:47 -07:00
XsWack 1fdaa2baa4 Update define-environment-variable-container.md
format the command line
2017-08-18 09:17:56 -07:00
Cody Clark c5ad73c2d8 Adding Callouts to Tasks > Inject Data Into Applications (#5023)
* Adding callout

* Adding callout

* Adding callouts

* Update distribute-credentials-secure.md
2017-08-17 16:17:32 -07:00
Weibin Lin 098cb806d1 Update define-command-argument-container.md
update links
2017-08-17 10:21:13 -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
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
Andrew Chen ff1432531c Reimplement PR #3981 2017-08-01 01:54:43 -07:00
Andrew Chen 2e257d9707 Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem

* add _redirects file

* disable 404 redirect script

* add 301 redirect to test

* retain _redirects file

* Convert redirect_from's to _redirect file. (#4409)

* Remove redirect_from's. (#4424)

* Add 301's to _redirects. (#4427)

* add whitespace before 301

* move redirects in /js/redirects/js to _redirects

* add disabled option for cn redirect

* convert include to array in _config.yml

* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
steveperry-53 f9ac865c5f In links to ref pages, use {{page.version}}. 2017-07-27 15:23:25 -07:00
Kevin Kirsche 09c94a963f Fix Secrets Syntax in Volume Spec (#4378)
Fix #4377
2017-07-17 23:00:48 -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
xiangpengzhao 12d834d8bc Downward API supports pod's UID 2017-07-05 13:24:01 -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
Andrew Chen 6b3c84602d Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  whatisk8s - Chinese version (#3243)
  split rows and nest to stack columns (#4129)
  Updates to docs/admin/kubelet-tls-bootstrapping (#3617)
  Replace "Pod Injection Policy" with "Pod Preset" (#3667)
  Change example PersistentVolumeClaim
  add PodNodeSelector to admission-controllers (#3691)
  Get pods using a label selector instead of hardcoded indexes. Use JsonPath instead of go-template.
  correct_init_container_state (#3972)
  kubernetes.github.io/docs/tasks/administer-cluster: operating etcd clusters
  Remove --no-check-certificate flag in bare_metal_offline.md
2017-06-22 14:43:14 -07:00
Nail Islamov 6283e51faa Replace "Pod Injection Policy" with "Pod Preset" (#3667)
* Replace "Pod Injection Policy" with "Pod Preset"

There are some leftovers of the old term, fixing it.

* Extra typos fix, line breaks
2017-06-22 14:21:14 -07:00