Commit Graph

783 Commits (6fb0dd9d173d93d182df61268293075ed6389b90)

Author SHA1 Message Date
Andrew Chen 4568e52bd1 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Update some description about secrets
  [Federation] Add a note about DNS API scopes to the Federation tutorial (#2943)
  Delete the useless spaces in html files
  Fix typo
  update resource-usage-monitoring.md
2017-03-23 15:23:47 -07:00
Mike Rostermund 696ca85aff Fix typo 2017-03-23 22:43:52 +01:00
Andrew Chen 996723bc8f Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Replace the tab with 4 spaces in md files (#2797)
  fix link error
  Replace the tab with 4 spaces in html files
  hitting the `ClusterIP` from a pod (#2826)

# Conflicts:
#	docs/admin/accessing-the-api.md
#	docs/api-reference/extensions/v1beta1/definitions.html
#	docs/getting-started-guides/kubeadm.md
#	docs/user-guide/kubectl/index.md
2017-03-23 00:19:33 -07:00
Andy Yu 9ce54855d5 Replace the tab with 4 spaces in md files (#2797)
* Replace the tab with 4 spaces in md files

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of accessing-the-api.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of manage-compute-resources-container.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of run-to-completion-finite-workloads.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of connect-applications-service.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of init-containers.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of calico.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of ingress.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of index.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of index.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of apparmor.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of run-stateful-application.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of index.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of index.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typos of replicasets.md

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 00:10:00 -07:00
Jordan Liggitt 5ff30086e4
Switch to proxy subresource 2017-03-22 16:00:30 -04:00
Mengqi Yu 8da77b2cfc Update imported docs (#2947)
* bump to 1.6 and preserve new ref docs and delete old ref docs

* run update-imported-docs.sh and keep title
2017-03-22 10:10:36 -07:00
Richard Shaw 3bf7d6658a Update kubeadm.md
A couple of minor grammatical errors.
2017-03-21 19:07:36 -07:00
Dominika Hodovska 1148f85e8c Move init containers to stable in v1.6 (#1939)
* Delete the parameter "--google-json-key string"

Delete the parameter "--google-json-key string"

* Fix apimachinery vendored dependencies in examples_test.

* package apt-transport-https should be installed

Ubuntu default install not include apt-transport-https. so if you want to download package from https repo, you need install apt-transport-https package first

* doc-walkthrough-content

modify

* limitrange-update

I think it's redundant that the second to ,in order to do sth and do
sth!thanks!

* fix command kubectl get svc,pod output

fix command kubectl get svc,pod output

* Fix typo: federation-controller-mananger => federation-controller-manager

* Fix typo: federation-controller-mananger => federation-controller-manager

* Clarify minimum version of kubernetes supporting PSP authz

* Provide correct location for KUBE_ETCD_SERVERS

Provide correct location for KUBE_ETCD_SERVERS configuration key. It was
previously listed as being in /etc/kubernetes/config but is actually in
/etc/kubernetes/apiserver.

Related: https://github.com/kubernetes/kubernetes.github.io/issues/1600

* Move Compute Resources topic to Concepts. (#2410)

* Delete the parameter "--google-json-key string"

“# kube-scheduler -help”can not find --google-json-key option

# kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-23T00:04:39Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-22T23:56:57Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}

* Add diagnose tips when you face problem.

* Update grammar for kubeadm.md, thanks @chenopis

* Merge two pieces to one words

* add http proxy infomation in kubeadm

* Update landing pages for Tasks and Tutorials. (#2634)

* Update static-pods.md

It works. Please review it again.

* Move Guide Topic: Multi-container pods. (#2642)

* fix link to go to pod-lifecycle page

* fix the command output

fix the command output

* mirantis_logo.png

,/images/community_logos/mirantis_logo.png updated per Mirantis request

* kubeadm reference -- /

set up/manage mean set up or manage ? it's better use or?

* Prototype for deprecating User Guide topic.

* missing word

The return of the OCD.

* Move Guide topic: Using Environment Variables. (#2645)

* fix typo (#2656)

fix typo

* Move Guide topic: Using Port Forwarding. (#2661)

* Move Guide topic: Bootstrapping Pet Sets. (#2662)

* Move Guide topic: Bootstrapping Pet Sets.

* Add TOC entry.

* Move Guide topic: Connect with Proxies. (#2663)

* Move Guide topic: Connect with Proxies.

* Fix link.

* add DefaultTolerationSeconds admission controller

* getting-started-guides: add CoreOS Tectonic

* Correct the certificate name

* Update index.md

* Update installation.md

* Update validation.md

* Update backups.md

* Update backups.md

* Spell fixes

* Using it vs Juju Kubernetes

* Q1 update to k8s tech and service partner list

New partners registered to K8s Partner Ecosystem sign-up form.  Logo updates companion to this edit still WIP

* Logo file updates for new registrants

Logos for new registrants

* The attribute [allowfullscree] must have a value

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Remove newline before passing to base64

* Use single quote to avoid string interpolation, update output

* Update command as files contain no newline

* Remove all dead links, use just filename

As user can guess that it is file copied from the shown content

* Fix link to dev guide.

* Add --leader-elect=false

Second scheduler could not start without disabling leader-elect.

* cluster-components-could be running

could be doing sth

* update cluster-components.md

In theory,Master components can be run....

* update cluster-components--add a space

add a space after the comma: "In theory, Master components..."

* Highlighted command --kubectl describe

In web page ,there is no space ,need some empty space,thanks!

* Revert "Highlighted command --kubectl describe"

This reverts commit a70d0a3e35.

* Add example show how to configure proxy for kube

* Revision as the suggestion describe

* move ha-master-gce.png to images/docs

Signed-off-by: Xiuyu Li <nickleefly@gmail.com>

* use relative path for ha-master-gce image

Signed-off-by: Xiuyu Li <nickleefly@gmail.com>

* The attribute [calendarWrapper] must be unique

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* add required images in kubeadm init step

* Add links to Docker/rtk in cluster-intro.html

* s/acomplish/accomplish/

* Modify  the link URL of [kubelet eviction design doc]

[kubelet eviction design doc] should be linked to kubernetes.github.io
instead of community/design-proposal.

* fix CronJob object name

fix CronJob object name

* remove redundant a

Signed-off-by: Xiuyu Li <nickleefly@gmail.com>

* kubeadm reference--change any to some (#2683)

* modify one word

examples   to  example

* doc-walkthrough-content

modify

* limitrange-update

I think it's redundant that the second to ,in order to do sth and do
sth!thanks!

* cluster-components-could be running

could be doing sth

* update cluster-components.md

In theory,Master components can be run....

* update cluster-components--add a space

add a space after the comma: "In theory, Master components..."

* Highlighted command --kubectl describe

In web page ,there is no space ,need some empty space,thanks!

* Revert "Highlighted command --kubectl describe"

This reverts commit a70d0a3e35.

* kubeadm reference--change any to some

kubeadm can install any  add-on ?

* Move Guide topics: Logging (#2687)

* Disallow indexing for liveness/index (#2689)

* Deprecate Guide topics. (#2691)

* Wrong label and kubectl get completed pods

The label `app=jobexample` should be `jobgroup=jobexample`.
Also, for get completed pods the flag `--show-all` is necessary.

* Update garbage-collection.md

change “any” to "every"

* Deprecate Guide topic: Persistent Volume Walkthrough. (#2692)

* Reimplement PR #2525

Fixes typo by removing the word "controller"

* remove extra space

* Update multiple-schedulers doc  (#2063)

* Update tutorial

* Fix md formatting.

* Remove extraneous space

* Deprecate Guide topic: Secrets Walkthrough. (#2695)

* Deprecate Guide topics: quick-start ... (#2696)

* Update Tasks landing page. (#2697)

* Remove redundant section in deployments

The status of the deployment is already covered in a later section in
this doc.

* Repair Spotinst logo

Corrected size

* fixed ASM blurb

* Correct ASM logo filename

* Highlighted command for `kubectl proxy`.

* Update ubuntu install instructions.

* Update local instructions to new method.

* update init-containers.md

add one word.

* Minor spelling correction -- "rtk" to "rkt"

* fixing typo

* Doc formatting update

Corrected indentation for the `nonResourcePath` and got a bit zealous with restructuring that section...

* Repair Spotinst logo

Corrected size

* fixed ASM blurb

* Correct ASM logo filename

* Update garbage-collection.md

change "any" to "every"

* Update Weave Net's title.

* fix unsupported parameter of wget command

* update to be retained

change "retain" to "to be retained".

* Update pod.md

* update init-containers.md

change "a different filesystem view" to "different filesystem views".
different init container should have different filesystem.

* Highlighted command --kubectl describe

In web page ,there is no space ,need some empty space,thanks!

* cluster-management--3

change 3 to three is better or not ?thanks!

* fix typo

1、Parameters “--allow-verification-with-non-compliant-keys” is missed.
2、Delete the parameter "--google-json-key string";

see the "# kube-controller-manager  -help"
# kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-23T00:04:39Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-22T23:56:57Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}

* fix typo

1、Delete the parameter "--google-json-key string";
2、Parameters "--ir-data-source string"、"--ir-dbname string"、"--ir-hawkular string"、"--ir-influxdb-host string"、"--ir-namespace-only"、"--ir-password string"、"--ir-percentile int"、"--ir-user string"  is missed.

see the "# kube-prxoy -help"
# kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-23T00:04:39Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.1+82450d0", GitCommit:"f5ef9802914a47c848fd84c287333f8b4d28bbc1", GitTreeState:"dirty", BuildDate:"2017-01-22T23:56:57Z", GoVersion:"go1.7", Compiler:"gc", Platform:"linux/amd64", USEEVersion:"V1.02.01_alpha", USEEPublishDate:"2017-1-10 00:00:00"}

* Update garbage-collection.md

modify the url and link

* update garbage-collection.md

change the url to relative path.

* update out-of-resource.md

change "in cases when" to "in case that"

* update out-of-resource.md

use a shorter and simpler expression.

* update out-of-resource.md

change "support" to "supports"

* Create a top-level CN directory to hold future md files for the Chinese kubernetes site

* Removed `=` at the end of the flags.

* Remove autogenerate todo

- This should be captured via a GitHub issue
  and not a TODO in the README documentation
  which leads to confusion.

* Move Guide topics: Federation Tasks. (#2799)

* Move Guide topics: Federation tutorial and concept. (#2802)

* Move Guide topics: Federation tutorial and concept.

* Add title.

* Fix link.

* Move kubectl Concept topics to Tutorials. (#2804)

* Move kubectl Concept topics to Tutorials.

* Add redirects and update links.

* The calendarWrapper attribute should be unique

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix links. (#2808)

* Fix link. (#2806)

* Move topic from clusters to cluster-administration. (#2812)

* Move a batch of cluster admin topics. (#2813)

* Move Guide topic: Limit storage consumption. (#2814)

* Move Guide topic: Limit storage consumption.

* Add title.

* Move Guide topic: Networking. (#2816)

* Move Guide topic: Network Plugins. (#2819)

* Move Guide topic: Network Plugins.

* Fix link.

* Move Guide topic: Static Pods. (#2820)

* User Guide content migration: post notice (#2818)

* Add User Guide content migration notice.

* Fix formatting

* Tweek formatting to block highlight text in light gray.

* Try table instead of code block

* remove extra lines

* try table format

* fix links

* incorporate @ddonnelly feedback

* Move Guide topic: Out of Resource. (#2821)

* Move Guide topic: Monitoring Node Health. (#2822)

* Move Guide topic: Monitoring Node Health.

* Move to Tasks.

* Move Guide topic: AppArmor. (#2823)

* Apparmor (#2825)

* Move Guide topic: AppArmor.

* Add included files.

* Move Guide topic: Audit. (#2824)

* Added 1.6 Upgrade notes to outline changes for etcd 3.

* Move Guide topic: Disruption Budget. (#2834)

* Move Guide topic: Limit range. (#2835)

* Quota (#2836)

* Move Guide topic: Limit range.

* Move Guide topic: Resource Quota and Limits.

* Quota2 (#2838)

* Move Guide topic: Limit range.

* Move Guide topic: Resource Quota concept.

* Dns (#2839)

* Move Guide topic: Limit range.

* Move Guide topic: DNS.

* Delete CNAME

* Create CNAME

* Delete CNAME

* Create CNAME

* Move docs/user-guide/managing-deployments.md to /docs/concepts/cluster-administration/manage-deployment.md

* add nginx-app.yaml file

* add back missing /

* fix link

* Move Guide topic: Replication Controller Operations

* Move Guide topic: Resizing a replication controller

* Concepts toc (#2840)

* Move Guide topic: Limit range.

* Adjust Concepts Overview TOC.

* Move Guide topic: Rolling Updates

* Move Kubernetes API page. (#2849)

* Move What is Kubernetes topic. (#2851)

* Move Guide topic: Rolling Update Demo (#2850)

* Move Guide topic: Rolling Update Demo

* rename file

* Move Guide topic: Configuration Best Practices

* Move Guide topic: Jobs (#2853)

* Move Guide topic: Jobs

* add job.yaml file

* change title

* Move Pod overview. (#2865)

* Move Pod overview.

* Fix redirection.

* Move Guide topic: Parallel Processing using Expansions (#2867)

* Move Guide topic: Parallel Processing using Expansions

* fix links to /docs/user-guide/jobs/

* Move Init Containers topic. (#2866)

* Move Guide topic: Coarse Parallel Processing Using a Work Queue

* Move Guide topic: Fine Parallel Processing using a Work Queue (#2870)

* Move Guide topic: Fine Parallel Processing using a Work Queue

* add migration notice

* fixed capitalization

* Rename /docs/tasks/job/work-queue-1/

* Move StatefulSets topic. (#2869)

* Move StatefulSets topic.

* Fix TOC.

* Move Guide topic: Pod Templates (#2872)

* Move Guide topic: Pod Templates

* tweak header level and capitalization

* Move PetSets topic. (#2873)

* Move Garbage Collection topic. (#2874)

* Move Garbage Collection topic.

* Fix included file.

* Move Guide topic: Prereqs

* Move Guide topic: Sharing Clusters

* Move Accessing Clusters topic to Concepts. (#2875)

* Move Accessing Clusters topic to Concepts.

* Update concepts.yml

* Move Guide topic: Kubeconfig File

* Move Guide topic: Config Provider Firewalls. (#2883)

* Move Guide topic: Federation Service Discovery. (#2884)

* Move Guide topic: Connecting Apps with Services. (#2885)

* Added example and docu for hostPort ranges

* Move Guide topic: Service. (#2891)

* Move Guide topic: Service.

* Move Guide topic: External Load Balancer.

* Fix TOC.

* Move Guide topic: Resource Monitoring. (#2895)

* docs/admin: document OpenID Connect plugin's claim prefixing

* Move Guide topic: Admin Guide

* fix the command output

fix the command output

* Update manage-compute-resources-container.md

Change "he" to "The"

* update out-of-resource.md

change "thresholds" to "threshold"

* update init-containers.md

change "apply" to "application"

* amend monitor-node-health.md

Amend the url link.

* Fix monitor-node-health.md

The url link does not exist.

* fix a typo in /docs/user-guide/configmap/index.md

change "value" to "values"

* View $PAGE on Github without forking the repo

Adding a "View docs/bla-bla.md on GitHub" button next to the
"Edit docs/bla-bla.md" button so that people can view the file
first without clicking the Edit button (which does not work without
forking the repository).

I did not need this because I was trying to do something without
forking. I just found it to be bit difficult to view source of a page
on GitHub.

I'm open to ideas, perhaps we can instead add an article footer button
named "View on GitHub" next to the "Edit this Page".

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Move Guide topics: Container Lifestyle Hooks, Images, Volumes

* fix to taint the master node

* Add files via upload

* fix the link of ogging-elasticsearch-kibana.md

fix the link of url

* Remove from TOC/Search: pods/init-containers ... (#2694)

* Fix typo

* Add files via upload

* Create hyperlink

Create hyperlink for kubernetes repo link.

* updated PSP documentation with RBAC (#2552)

Added info about controller manager setup and current implementation when using PSP with RBAC support.

* Use kubectl config current-context to simplify the instructions

* fix typeo (#2856)

* fix typeo

* Update kargo.md

* Fix typo in kubectl_completion.md

evaluation --> evaluated

* Apply typo fixes from #2791 (#2949)

* Apply typo fixes from #2791

* remove style typos

* Fix the typos

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

* Fix typo

* Fix typo (#2842)
2017-03-21 18:13:33 -07:00
Andrew Chen fce57824ce Apply typo fixes from #2791 (#2949)
* Apply typo fixes from #2791

* remove style typos
2017-03-21 17:44:35 -07:00
tanshanshan d57ed65fe8 fix typeo (#2856)
* fix typeo

* Update kargo.md
2017-03-21 17:06:56 -07:00
Andrew Chen b3ac35430c Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Create hyperlink
  Add files via upload
  Fix typo
  Remove from TOC/Search: pods/init-containers ... (#2694)
  Add files via upload
  fix to taint the master node
  Move Guide topics: Container Lifestyle Hooks, Images, Volumes
  Correct ASM logo filename
  fixed ASM blurb
  Repair Spotinst logo
  Remove redundant section in deployments

# Conflicts:
#	docs/getting-started-guides/kubeadm.md
#	docs/user-guide/volumes.md
2017-03-21 15:54:35 -07:00
devin-donnelly f9c06f48e2 Merge pull request #2900 from wlan0/master
add docs about cloud-controller-manager
2017-03-21 12:00:33 -07:00
devin-donnelly c0f3aa4abe Update running-cloud-controller.md 2017-03-21 11:57:01 -07:00
xilabao b144d991a0 fix to taint the master node 2017-03-21 08:36:58 +08:00
Andrew Chen f0cd49a007 Move Guide topics: Container Lifestyle Hooks, Images, Volumes 2017-03-20 15:35:51 -07:00
devin-donnelly ab6166b1f0 Merge pull request #2829 from jbeda/kubeadm-update
Update kubeadm docs for 1.6
2017-03-20 14:28:03 -07:00
Joe Beda 28c1fc5df8
Update kubeadm guide and reference pages for 1.6
Signed-off-by: Joe Beda <joe.github@bedafamily.com>
2017-03-19 10:04:17 -07:00
Andrew Chen 9886f27a2e Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (62 commits)
  Move Guide topic: Admin Guide
  Move Guide topic: Resource Monitoring. (#2895)
  Move Guide topic: Service. (#2891)
  Move Guide topic: Connecting Apps with Services. (#2885)
  Move Guide topic: Federation Service Discovery. (#2884)
  Move Guide topic: Config Provider Firewalls. (#2883)
  Move Guide topic: Kubeconfig File
  Move Accessing Clusters topic to Concepts. (#2875)
  Move Guide topic: Sharing Clusters
  Move Guide topic: Prereqs
  Move Garbage Collection topic. (#2874)
  Move PetSets topic. (#2873)
  Move Guide topic: Pod Templates (#2872)
  Move StatefulSets topic. (#2869)
  Rename /docs/tasks/job/work-queue-1/
  Move Guide topic: Fine Parallel Processing using a Work Queue (#2870)
  Move Guide topic: Coarse Parallel Processing Using a Work Queue
  Move Init Containers topic. (#2866)
  Move Guide topic: Parallel Processing using Expansions (#2867)
  Move Pod overview. (#2865)
  ...

# Conflicts:
#	docs/api.md
#	docs/user-guide/jobs.md
2017-03-17 17:33:48 -07:00
Joe Beda ade8225f0f
Reformat kubeadm guide
* Word wrap paragraphs
* Switch to fenced code blocks for all code samples
* Render programs as plain text
* Separate out program invocation from program output

Much of this is to follow the style guide: https://kubernetes.io/docs/contribute/style-guide/

Signed-off-by: Joe Beda <joe.github@bedafamily.com>
2017-03-17 16:37:45 -07:00
sidharthamani 6e657471d3 add docs about cloud-controller-manager 2017-03-17 16:11:45 -07:00
Andrew Chen fe780e07a5 Move Guide topic: Kubeconfig File 2017-03-16 15:42:11 -07:00
Andrew Chen b40a74416d Move Guide topic: Prereqs 2017-03-16 14:53:31 -07:00
Andrew Chen 2f9aa17560 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (58 commits)
  fix unsupported parameter of wget command
  Update Weave Net's title.
  Update garbage-collection.md
  Correct ASM logo filename
  fixed ASM blurb
  Repair Spotinst logo
  Doc formatting update
  fixing typo
  Minor spelling correction -- "rtk" to "rkt"
  update init-containers.md
  Update local instructions to new method.
  Update ubuntu install instructions.
  Highlighted command for `kubectl proxy`.
  Update Tasks landing page. (#2697)
  Deprecate Guide topics: quick-start ... (#2696)
  Deprecate Guide topic: Secrets Walkthrough. (#2695)
  Update multiple-schedulers doc  (#2063)
  remove extra space
  Reimplement PR #2525
  Deprecate Guide topic: Persistent Volume Walkthrough. (#2692)
  ...
2017-03-06 11:28:15 -08:00
chentao1596 68d5fe503f fix unsupported parameter of wget command 2017-03-06 11:09:20 -08:00
Marc CARRE 740e079849 Update Weave Net's title. 2017-03-06 11:08:45 -08:00
Jorge O. Castro 1c5e5248ad Update local instructions to new method. 2017-03-06 10:48:39 -08:00
Jorge O. Castro 458f80b77a Update ubuntu install instructions. 2017-03-06 10:48:39 -08:00
Bruce Auyeung 5f22fabf80 add required images in kubeadm init step 2017-03-03 00:09:39 -08:00
Konstantinos Tsakalozos af34e80f7e Using it vs Juju Kubernetes 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos f2e481abd8 Spell fixes 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos dbedb28b51 Update backups.md 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos 923aeb8bda Update backups.md 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos 5e5d91e3c2 Update validation.md 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos a15d5c1223 Update installation.md 2017-03-02 10:34:18 -08:00
Konstantinos Tsakalozos 6dc694a161 Update index.md 2017-03-02 10:34:18 -08:00
Andrew Chen 06b5791afa Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  getting-started-guides: add CoreOS Tectonic
  add DefaultTolerationSeconds admission controller
  Move Guide topic: Connect with Proxies. (#2663)
  Move Guide topic: Bootstrapping Pet Sets. (#2662)
  Move Guide topic: Using Port Forwarding. (#2661)
  fix typo (#2656)
  Move Guide topic: Using Environment Variables. (#2645)
  missing word
  Prototype for deprecating User Guide topic.
  Update static-pods.md
  Update static-pods.md
2017-03-02 09:49:33 -08:00
Rob Szumski c3e5ad74c5 getting-started-guides: add CoreOS Tectonic 2017-03-02 09:47:54 -08:00
Devin Donnelly 9a96256e49 Merge remote-tracking branch 'upstream/master' into release-1.6 2017-02-28 14:33:19 -08:00
chenhuan12 764225a7a0 fix the command output
fix the command output
2017-02-28 09:50:58 -08:00
huzhifeng 1cbd24e888 Merge two pieces to one words 2017-02-27 17:34:21 -08:00
huzhifeng 06104e35a3 Update grammar for kubeadm.md, thanks @chenopis 2017-02-27 17:34:21 -08:00
huzhifeng d30c4a7c78 Add diagnose tips when you face problem. 2017-02-27 17:34:21 -08:00
Stephen Gordon 29b3f2b99a Provide correct location for KUBE_ETCD_SERVERS
Provide correct location for KUBE_ETCD_SERVERS configuration key. It was
previously listed as being in /etc/kubernetes/config but is actually in
/etc/kubernetes/apiserver.

Related: https://github.com/kubernetes/kubernetes.github.io/issues/1600
2017-02-25 16:12:07 -05:00
Andrew Chen 86df553c4b Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (136 commits)
  Clarify minimum version of kubernetes supporting PSP authz
  Fix typo: federation-controller-mananger => federation-controller-manager
  Fix typo: federation-controller-mananger => federation-controller-manager
  fix command kubectl get svc,pod output
  limitrange-update
  doc-walkthrough-content
  package apt-transport-https should be installed
  Fix apimachinery vendored dependencies in examples_test.
  Delete the parameter "--google-json-key string"
  Removed Extra space in the KUBE2GO commit
  Added KUBE2GO.io
  fix some wrong links
  Update hello-minikube.md
  show kubectl_rollingupdate svg
  Fixed flag for eviction-soft.
  Update review-issues.md
  Move Guide topic: Garbage Collection. (#2488)
  Update source-ip.md
  Update source-ip.md
  concepts/abstractions: init containers example.
  ...
2017-02-24 15:14:21 -08:00
chenhuan12 4508f114f9 fix command kubectl get svc,pod output
fix command kubectl get svc,pod output
2017-02-24 15:03:17 -08:00
huzhifeng 180a9b6abc package apt-transport-https should be installed
Ubuntu default install not include apt-transport-https. so if you want to download package from https repo, you need install apt-transport-https package first
2017-02-24 15:00:21 -08:00
roopakparikh fb7a756a77 Removed Extra space in the KUBE2GO commit
Last pull request had an extra space and was missing a newline between the last provider and KUBE2GO
2017-02-23 14:26:29 -08:00
roopakparikh 741292ddb6 Added KUBE2GO.io
Adding a new Free service KUBE2GO.io that provides quick creation of K8s clusters on AWS and other public clouds.
2017-02-23 14:26:29 -08:00
Ritesh H Shukla 2ef1b0145e Add default storage class documentation for 1.6
fixes https://github.com/kubernetes/kubernetes/issues/40070
2017-02-22 17:20:12 -08:00
divyenpatel f1ecafcdb1 updated vsphere getting started guide
addressed review comments
addressed chenopis's review comments
2017-02-21 14:12:33 -08:00
Jorge O. Castro ed63f9a8ce Let's put kubectl in ~/bin. 2017-02-16 09:27:26 -08:00
Michael Mrowetz 0366fcc114 #2534 mark openstack-heat as standalone-salt-conf 2017-02-15 14:15:01 -08:00
Zhou Tao 3512bc673b doc(kubeadm.md) - change base64 decode option to '--decode'
`base64 -D` will lead to error on Ubuntu: "base64: invalid option -- 'D'"
2017-02-13 23:05:50 -08:00
Andrew Chen 6ceec5095e reimplement PR #2217
socks shop port changed
2017-02-13 10:10:34 -08:00
Robert Roland 2f1ae18bfc Adds documentation for new vSphere vm-uuid parameter.
Related to kubernetes/kubernetes#40892
2017-02-09 13:01:47 -08:00
Andrew Martin 5dda4058f1 Fix typo
`pages` -> `page`
2017-02-08 14:55:50 +00:00
caiyixiang 4f390bc64f Update minikube.md 2017-02-06 13:48:57 -08:00
Philipp T b6149571ce Update kubeadm.md
grammar ocd
2017-02-06 13:42:32 -08:00
Shawn McCarthy e3368b9733 Use base64 -D instead of -d 2017-02-02 14:44:39 -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
Steve Perry af5cc6a17f Merge branch 'master' into getting-started 2017-02-01 14:05:49 -08:00
Jared fa9cb16339 Fixed broken link to build directory
https://github.com/kubernetes/kubernetes.github.io/issues/2384
2017-02-01 11:11:48 -08:00
Jeff Mendoza a32a2a59c2 Getting started guides overhaul. 2017-02-01 11:03:08 -08:00
Samuel Cozannet c317ac00d8 modified: docs/getting-started-guides/ubuntu/operational-considerations.md
* Rewording the access section for the controller to make it more user friendly
	* fix typos
2017-01-31 10:39:00 -08:00
Samuel Cozannet 147bb4cf02 modified: docs/getting-started-guides/ubuntu/index.md
* adding Operational Considerations section
modified:   docs/getting-started-guides/ubuntu/logging.md
	* Moving logging section from operational-considerations.md to logging.md
renamed:    docs/getting-started-guides/ubuntu/operations.md -> docs/getting-started-guides/ubuntu/operational-considerations.md
	* mapping to the proposed name
	* ditched CDK naming in favor of k8s or cluster
	* add whitelines for titles
2017-01-31 10:39:00 -08:00
Samuel Cozannet 6f1c745bb6 dummy commit to register new email 2017-01-31 10:39:00 -08:00
Samuel Cozannet e28cec48e9 dummy commit to register new email 2017-01-31 10:39:00 -08:00
Samuel Cozannet 095b4bcf54 adding operational hints for people running long lived clusters 2017-01-31 10:39:00 -08:00
Samuel Cozannet b3bfa8a906 adding fix for load balancer interference with helm 2017-01-31 10:39:00 -08:00
Andrew Chen dbc615e862 Reimplementing #1708
PR #1708 was Tech LGTM'ed, but the CLA needed to be re-signed (the new CLA needed to be signed), so I'm reimplementing the changes here.
2017-01-26 15:13:51 -08:00
Andrew Chen ef4ff9b6fb reimplementation of PR #2165
PR #2165 was LGTM'ed, but the CLA check failed even after contributor signed it, so I'm reimplementing those changes here.
2017-01-26 15:02:50 -08:00
Jared f59094324e grammar issue
Fixed https://github.com/kubernetes/kubernetes.github.io/pull/2348
2017-01-26 12:08:42 -08:00
Bogdan Dobrelya b10426383e Fix the tool link for Kargo docs
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-25 10:23:53 -08:00
divyenpatel f331ebe332 Updated known issues in docs/getting-started-guides/vsphere.md 2017-01-24 16:06:23 -08:00
luks b1dfb93e1b minor fix and explain cluster-cidr/allocate-node-cidr in the controller-manager section 2017-01-24 14:54:46 -08:00
Bogdan Dobrelya d09498f7c1 Add docs for Kargo installer for Kubernetes
Add documentation for Getting Started guides.
Kargo is an incubated Kubernetes project
https://github.com/kubernetes-incubator/kargo.

Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-24 14:36:15 -08:00
Jorge O. Castro 3d39da4670 Add github.com as a network dependency. 2017-01-24 13:18:31 -08:00
Jorge O. Castro 5ac4ac6eba Add conjure-up instructions. 2017-01-24 13:18:31 -08:00
Jorge O. Castro 64f86459e0 Fix broken link. 2017-01-24 13:18:31 -08:00
Andrew Chen d47e28110b Merge pull request #2295 from oskarpearson/kubectl_https
Replace Kubectl instructions with reference to authoritative page
2017-01-24 11:31:19 -08:00
Andrew Chen a560c934d4 Merge pull request #2300 from r2d4/minikube-docs
Change reviewers of minikube to r2d4 and aprindle
2017-01-24 11:25:11 -08:00
tolleiv fa702ad1fe Update dead link with link to ubuntu.com 2017-01-21 00:45:28 +01:00
Matt Rickard 1a0e15c915 Change reviewers of minikube to r2d4 and aprindle 2017-01-19 10:17:23 -08:00
Oskar Pearson 8f37b020b0
Replace Kubectl instructions with reference to authoritative page
This page previously included instructions to use curl to download and install
Kubectl via http, rather than with https. This exposed the end user to
man-in-the-middle attacks.

Additionally, the instructions given here are slightly different from the
authoritative page at https://kubernetes.io/docs/getting-started-guides/kubectl/
- which covers useful things like getting the latest release and setting up tab
autocompletion.

Rather than just change 'http' to 'https' in the URLs here, I've updated the
minikube setup page to include a reference to the kubectl setup page.
2017-01-19 07:49:41 +00:00
Jared 0f6b992771 fixed all relative links
Addresses issue: https://github.com/kubernetes/kubernetes.github.io/issues/1944
2017-01-18 16:50:49 -08:00
Jared 9797dee77c Fixed dead link
Fixed dead link to drivers
2017-01-18 16:38:37 -08:00
Peter Lee cd49c123cd fix broken links
fix some broken links in /docs/getting-started-guides/mesos/
2017-01-18 14:03:34 -08:00
Peter Lee f86d09dab3 fix broken link 2017-01-18 12:57:01 +08:00
Jared 7ca44701da Update minikube.md 2017-01-17 16:13:36 -08:00
Jared ac70ebfe06 Merge branch 'master' into patch-1 2017-01-17 16:07:20 -08:00
Francesc Rosas 2495fb890d Fix jsonpath 2017-01-17 16:02:43 -08:00
bruceauyeung 3b163f9fe0 fix-syntax-errors-and-typos
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-12 11:08:27 -08:00
Charles Butler 4a11f39793 Fix final screenshot
Corrected a typo breaking an image link under lxd local development.
2017-01-11 09:45:27 -06:00
Jorge O. Castro e054a46586 Fix titles. 2017-01-10 20:55:43 -05:00
Jorge O. Castro 7e89440f88 Fix whitespace so table renders properly. 2017-01-10 20:14:25 -05:00
Jorge O. Castro ec5d9b0ec6 Restructure the Ubuntu Getting Started Section.
- This supercedes PR #1770
 - This breaks up the section from one huge installation page into:
   - A new index page.
   - New support grid with commercial and community support options.
   - Move to lifecycle-based pages based on operational tasks.
     - Add support for local deployments via LXD.
       - Added screenshots to images/docs/ubuntu
     - Add backup page.
     - Add decommissioning page.
     - Add a glossary of terms page.
     - Rewritten installation page.
     - Add logging page.
     - Add monitoring page.
     - Add networking page, flannel only for now, calico in progress.
     - Add a scaling page.
     - Add a security page.
     - Add a storage page.
     - Add a troubleshooting page.
     - Add an upgrade page.
     - Add a cluster validation page.
     - Add new ubuntu content to the index page.
       - Add Ubuntu to _data TOC.
     - Add warning about choosing ipv6 with LXD, thanks Ed Baluf.
     - Template-ize all the pages per jaredb's review.
2017-01-10 17:48:19 -05:00
Jared 3bca509c69 Update docker.md 2017-01-10 13:41:30 -08:00
Devin Donnelly 4d95032f4e Merge remote-tracking branch 'upstream/master' into titles-updates 2017-01-09 16:37:20 -08:00
Devin Donnelly 0bb7c0fe08 Added missing titles to Minikube tutorial and Stackpoint GS guide. 2017-01-09 16:36:13 -08:00
devin-donnelly 2ace8a3812 Merge pull request #2174 from lavalamp/master
Remove lavalamp from docs he doesn't know anything about
2017-01-09 16:26:04 -08:00
Alexander Ilyin bb7631d74e Example of `/etc/sysconfig/flanneld` is not valid (#2135)
* Example of `/etc/sysconfig/flanneld` is not valid

Configuration keys were different, I got those errors when followed steps from docs:
```
[ailyin@elite ~]$ systemctl status flanneld.service
● flanneld.service - Flanneld overlay address etcd agent
   Loaded: loaded (/usr/lib/systemd/system/flanneld.service; enabled; vendor preset: disabled)
   Active: activating (start) since Wed 2017-01-04 19:00:21 EST; 34s ago
 Main PID: 4668 (flanneld)
   Memory: 3.5M
   CGroup: /system.slice/flanneld.service
           └─4668 /usr/bin/flanneld -etcd-endpoints= -etcd-prefix=

Jan 04 19:00:46 elite.dev flanneld[4668]: E0104 19:00:46.395562 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:47 elite.dev flanneld[4668]: E0104 19:00:47.395788 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:48 elite.dev flanneld[4668]: E0104 19:00:48.395990 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:49 elite.dev flanneld[4668]: E0104 19:00:49.396141 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:50 elite.dev flanneld[4668]: E0104 19:00:50.396306 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:51 elite.dev flanneld[4668]: E0104 19:00:51.396451 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:52 elite.dev flanneld[4668]: E0104 19:00:52.396572 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:53 elite.dev flanneld[4668]: E0104 19:00:53.396701 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:54 elite.dev flanneld[4668]: E0104 19:00:54.396855 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:55 elite.dev flanneld[4668]: E0104 19:00:55.396992 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
```

* Updated Flanneld configuration example for node (same as for master);
2017-01-09 15:55:10 -08:00
Daniel Smith 98d2cb6f44 Remove lavalamp from docs he doesn't know anything about 2017-01-09 15:14:38 -08:00
gavinB-orange e825b4081c Merge branch 'master' into patch-1 2017-01-06 10:44:11 +01:00
gavinB-orange 44bf9cdc85 Merge branch 'master' into patch-1 2017-01-06 10:43:10 +01:00
Devin Donnelly 3303506927 Adds explicit titles to all docs missing them. 2017-01-05 15:14:27 -08:00
Mik Vyatskov 2b386047e8 Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
devin-donnelly f1c6ffec88 Merge pull request #2040 from kad/cloud-config
Append note about content and format of /etc/kubernetes/cloud-config.
2017-01-03 15:33:32 -08:00
Ritesh H Shukla 8097c49444 Getting Started vSphere: Minor formatting fixes 2016-12-29 01:00:46 -08:00
Alexander Kanevskiy 9cd582fd7a Append note about content and format of /etc/kubernetes/cloud-config. 2016-12-28 13:38:09 +02:00
gbzhu 2cc0485a70 fix typos 2016-12-28 17:48:46 +08:00
devin-donnelly f8ab3f70fe Merge pull request #2021 from kerneltime/update-vsphere-getting-started.kerneltime
Deprecate kube-up, update getting started with kube-anywhere.
2016-12-27 14:42:10 -08:00
Aaron.L.Xu e7d75b39f6 Merge branch 'fix-typos' into master 2016-12-24 12:52:36 +08:00
Ritesh H Shukla 2674cf7573 Merge branch 'master' into update-vsphere-getting-started.kerneltime 2016-12-23 12:58:28 -08:00
dongziming 19fda13172 Fix typos 2016-12-23 20:53:16 +08:00
Aaron.L.Xu f535febaa1 fix some typos and resolve conflicts 2016-12-23 03:55:51 -08:00
Aaron.L.Xu cbc897a320 Merge branch 'master' into master 2016-12-23 19:40:51 +08:00
dongziming 5c5ebf0bf1 Some spelling errors in /docs/ 2016-12-23 16:45:56 +08:00
dongziming a129e1c4c1 Spelling errors in /docs/ 2016-12-23 15:59:02 +08:00
Aaron.L.Xu f4ac637e27 Merge pull request #2 from tim-zju/symbolError
fix typos
2016-12-23 11:41:02 +08:00
yanan Lee fbf57b224f spelling error
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

spelling error

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Revert "Incorrect spelling"

fix some typos

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-23 08:01:52 +08:00
tim-zju 19e850743b fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:28:51 +08:00
tim-zju df7eb8128d fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:01:22 +08:00
tim-zju 1f7b3148f2 fix space problems which ide results in
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 19:47:40 +08:00
tim-zju 8edcfc05b8 revert
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 18:17:35 +08:00
SRaddict 5d6a3aaa53 fix a series errors of using "a" and "an" 2016-12-22 16:56:12 +08:00
Ritesh Shukla efdc69bdad Deprecate kube-up
Add information for kubernetes-anywhere
2016-12-21 23:31:56 -08:00
tim-zju 30f1d03b8d symbol errors in quotation mark
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 15:12:07 +08:00
tim-zju b27310d81a symbol errors
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 14:37:10 +08:00
SRaddict 383e40f978 fix a series punctuation errors 2016-12-22 11:24:05 +08:00
devin-donnelly e43373ea65 Merge pull request #1995 from king-julien/master
More Description: use the minikube's built-in Docker daemon
2016-12-21 16:30:53 -08:00
devin-donnelly 35b62b0b85 Merge pull request #1641 from newswangerd/improve_centos_guide
Minor fixes to the centos guide to make it easier for beginners to follow
2016-12-21 16:20:03 -08:00
devin-donnelly f31cad0532 Merge pull request #1665 from berrange/fedora-docs-fixes
Fedora docs fixes
2016-12-21 16:19:40 -08:00
devin-donnelly 3abc16aef5 Merge pull request #1835 from Hades32/patch-1
allow copy&paste of sample code
2016-12-21 15:31:43 -08:00
devin-donnelly 2b54bd41ed Merge branch 'master' into master 2016-12-21 15:22:12 -08:00
devin-donnelly d0f9400dfe Merge pull request #1895 from xsgordon/cloud-provider-update
Provide valid --cloud-providers
2016-12-21 15:13:15 -08:00
devin-donnelly b5c544ee7c Merge pull request #2016 from apprenda/win_docker_clarif
Docker version requirements and adding New VMSwitch
2016-12-21 17:02:53 -05:00
Steve Gordon c3b282f2b6 Provide valid --cloud-providers
Provide valid --cloud-providers, vagrant and openshift were listed but is not actually a valid cloud provider in this context in the current code base while a number of other valid options were omitted including azure, cloudstack, openstack, photon and vsphere.
2016-12-21 17:02:52 -05:00
devin-donnelly 221038bfa9 Merge pull request #2002 from bibryam/various-typos
Small typos fixed
2016-12-21 17:00:10 -05:00
devin-donnelly 9411950349 Merge branch 'master' into win_docker_clarif 2016-12-21 16:57:10 -05:00
king-julien 5e1bd59697 Merge branch 'master' into master 2016-12-21 15:19:13 -06:00
Matt Baldwin d67b36760d Merge branch 'master' into master 2016-12-21 11:20:44 -08:00
Jitendra Bhurat 0573336261 Making the Docker version requirement clear and added command to create a new VMSwtich for kube-proxy to use 2016-12-21 13:32:35 -05:00
king-julien 18c3073e35 Merge branch 'master' into master 2016-12-21 10:02:00 -06:00
Jie Luo 757f101117 fix some typos
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-21 16:37:06 +08:00
devin-donnelly 0b3834ce57 Merge pull request #1997 from philips/remove-conformance-field
getting-started-guides: remove conformance column
2016-12-20 19:27:14 -05:00
devin-donnelly eef418c5f6 Merge pull request #1999 from cychiang/patch-1
Inconsistent command in section (5/5)
2016-12-20 19:26:30 -05:00
king-julien a213c71877 Merge branch 'master' into master 2016-12-20 16:33:11 -06:00
Bilgin Ibryam b413c7eecb Small typos fixed 2016-12-20 08:47:16 +00:00
Casper CY Chiang 4153f2f8ad Inconsistent commands in section (5/5)
The original one is: "kops update cluster useast1.dev.awsdata.com --yes"
However, the previous example used useast1.dev.example.com to create configuration file.
So, the "awsdata" should be changed into example.
2016-12-20 09:33:57 +08:00
Brandon Philips f562d64d1f getting-started-guides: remove conformance column
This column is sort of pointless as the only data points are two year
old gists.
2016-12-19 16:15:04 -08:00