danielehc
11ed4207fc
Adding links to new GS track in learn ( #7649 )
...
* Adding links to new GS track in learn
2020-04-16 19:56:31 +02:00
David Yu
8d76671947
Consul on Kubernetes Learn Guide Links ( #7642 )
...
* Adding EKS Learn Guide to Docs
2020-04-14 07:53:17 -07:00
danielehc
778ba5310a
docs: Link to compatibility matrix for imageEnvoy ( #7387 )
...
* docs: Link to compatibility matrix for imageEnvoy
Added a link to the Envoy supported version in the documentation for `imageEnvoy` parameter.
* Update website/source/docs/platform/k8s/helm.html.md
2020-04-14 14:13:14 +02:00
Andrea Scarpino
2757510e84
docs: document consulPrefix properly ( #7603 )
2020-04-09 22:02:23 +02:00
Iryna Shustava
1b5cff80f2
docs: Add Helm docs for auto-encrypt and external servers ( #7595 )
...
* docs: Add Helm docs for auto-encrypt and external servers
2020-04-07 14:41:16 -07:00
Luke Kysow
1cef40b6a4
Update website/source/docs/platform/k8s/helm.html.md
...
Co-Authored-By: Iryna Shustava <ishustava@users.noreply.github.com>
2020-04-06 09:16:49 -07:00
Luke Kysow
b87d92147d
Document bootstrapACLs deprecation
2020-04-02 16:58:55 -07:00
Iryna Shustava
6865d63df1
Add missing Helm docs ( #7492 )
2020-03-24 16:06:57 -07:00
Luke Kysow
c3f7e7d690
Merge pull request #7207 from hashicorp/namespace-k8s-docs
...
Docs for consul-k8s namespaces support
2020-02-21 14:05:38 -07:00
Luke Kysow
72f467902c
Docs for Consul namespaces in kube
2020-02-20 14:27:09 -07:00
Blake Covarrubias
1c072277ac
docs: Indent secretName and secretKey under aclSyncToken
...
These are sub-parameters under aclSyncToken. Fix indentation so that
they are properly displayed under that top-level key.
2020-02-06 10:40:33 -08:00
Luke Kysow
6aed66e3af
Helm ref docs for consul-k8s namespaces support
2020-02-03 17:17:48 -07:00
Blake Covarrubias
fc496e780e
Fix org name in Helm chart's imageEnvoy description
...
Update the description for the Helm chart's connectInject.imageEnvoy
parameter to reflect the correct organization name for images published by
EnvoyProxy.io.
2020-02-03 01:46:58 -08:00
Iryna Shustava
b8cac0d6e4
docs: clarify that clients and servers need to talk over LAN if outside k8s ( #7156 )
2020-01-29 19:09:38 -08:00
Iryna Shustava
44b921a780
docs: Clarify the use of kustomize or ship with the Helm chart ( #7154 )
2020-01-28 22:18:12 -08:00
Kit Ewbank
013dfe109f
docs: add Helm chart 'dns.clusterIP' value. ( #5845 )
2020-01-22 17:32:08 +01:00
Iryna Shustava
2163f79170
Add docs about rolling out TLS on k8s ( #7096 )
...
* Add docs about gradually rolling out TLS on k8s
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2020-01-21 19:29:55 -08:00
Luke Kysow
e2ea3c5965
Merge pull request #6970 from hashicorp/k8s-docs-refactor
...
Kubernetes docs reorganization
2020-01-18 19:08:26 -06:00
Luke Kysow
520d37fcd5
Reorg kube docs
2020-01-18 19:07:53 -06:00
tehmoon
7fead04f2e
docs: Fix extraVolumes mount paths in helm.html.md ( #7008 )
2020-01-07 12:13:09 -08:00
Blake Covarrubias
532d6d0d18
Move bootstrapACLs under global key in Helm docs
...
The global.bootstrapACLs key in the Helm chart docs was inadvertently
moved to a top-level key in commit 12e6ef8, which is incorrect.
This commit reverts that error.
2019-12-21 18:47:42 -08:00
Luke Kysow
b7bf7d8ed9
Update Helm docs to match repo
2019-12-13 10:15:58 -08:00
Iryna Shustava
26cf9e2860
Merge pull request #6902 from hashicorp/k8s-auto-join-min-perms
...
Clarify the minimum permissions required for k8s auto-join
2019-12-06 13:35:15 -08:00
Iryna Shustava
e51e5c0901
Clarify minimum perms required for k8s auto-join
2019-12-06 12:57:47 -08:00
Luke Kysow
ce149917e4
Reorg helm chart docs
...
- Remove duplicate install instructions from the Helm Chart page and
kept them in Running Consul
- Renamed Helm Chart to Helm Chart Reference because that's mostly what
it contains (along with some examples)
- Renamed Running Consul to Installing Consul
- Changed instructions to be for installing using Helm 3 and added
notes if using Helm 2
- Used release name "hashicorp" so subsequent instructions can be more
concise and pastable, e.g. "port forward to svc/hashicorp-consul-server" vs. "port
forward to svc/<your release name>-consul-server"
- Use config.yaml as the name for the override values file since it
differentiates from the default values.yaml file and its the name of the
file used in the helm docs
(https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing )
2019-12-03 17:49:05 -08:00
Tyler Ryan
3d46c1a3f5
Docs/consul k8s existing pvc ( #6872 )
...
Update docs for using pre-existing PVCs with helm
2019-12-03 11:14:25 -08:00
Luke Kysow
841361a0f3
Merge pull request #6798 from hashicorp/namespace-selector-docs
...
Fix documentation for namespaceSelector
2019-12-02 17:54:04 -08:00
Luke Kysow
8e901d7d4a
Fix documentation for namespaceSelector
...
Also remove the example for using namespace selector because it requires
labelling a namespace which is harder to explain.
2019-12-02 12:25:38 -08:00
Luke Kysow
87d359bb8c
Fix helm docs bug
...
If the ServiceAccount isn't applied first, we get an error since the Pod
references a non-existing ServiceAccount
2019-11-29 09:17:56 -08:00
kaitlincarter-hc
44dd24d099
[WIP] Kubernetes Docs ( #6770 )
...
* adding cloud providers for k8s
* adding links
* added utm parameters
* Updating descriptions
* fix sidenav
* renaming page minikube
2019-11-18 12:00:01 -06:00
Blake Covarrubias
bc42074f57
docs: Miscellaneous docs cleanup ( #6742 )
...
Fix spelling errors, API doc inconsistencies, and formatting issues.
* Fix several spelling errors.
* Prepend / to v1/event/list path in Watches.
* Rename script handlers to match Watch type.
* Remove /v1 path prefix on service health API endpoints.
Makes request path consistent with the rest of the HTTP API
documentation which does not include the /v1 prefix.
* Fix bracket formatting issue on Telemetry page.
The HTML codes used for brackets inside of the code block are not
interpolated, and are shown as literal strings.
Replace the numeric HTML codes with the intended character value to
fix display formatting.
Also placed variable reference on agent/options.html inside code block
for consistency with the presentation of other options on the page.
* Add missing word to Coordinate.Node docstring.
Resolves #6014
2019-11-05 20:34:46 -08:00
Luke Kysow
db2ca07f98
Merge pull request #6583 from hashicorp/connect-annotations
...
Document new annotations for Connect injections
2019-10-31 12:58:43 -07:00
Luke Kysow
1b1b41b62e
Document service account name requirements
...
If ACLs are enabled, service account name must match the name of the
service in Consul.
Fixes https://github.com/hashicorp/consul-helm/issues/202
2019-10-24 16:51:51 -07:00
kaitlincarter-hc
1a373271e3
[docs] Adding Links to Learn ( #6611 )
...
* adding links to Learn
* fixing a couple typos
* adding utm paramaters
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/connect/registration/sidecar-service.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/acl/acl-system.html.md
* Update website/source/docs/agent/encryption.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/proxies/built-in.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/connect/registration/sidecar-service.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/install/index.html.md
Co-Authored-By: Judith Malnick <judith.patudith@gmail.com>
* Update website/source/docs/agent/kv.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/connect/security.html.md
* Update website/source/docs/internals/architecture.html.md
2019-10-14 10:40:35 -05:00
Luke Kysow
9093b99dfd
Document new annotations for Connect injections
2019-10-04 15:31:24 -07:00
Luke Kysow
c5fca5d4b5
Update consul-helm enterprise docs for ACLs
...
If ACLs are added then slightly different commands are needed.
2019-09-19 15:09:38 -07:00
Luke Kysow
bd789f1011
Update Consul DNS on kube docs
...
- fix instructions for CoreDNS (it updated)
- fix instructions for new component names
- recommend installing with the name 'consul'
- add disclaimer that catalog sync is not always required
- clean up example values.yaml files
2019-09-19 15:09:38 -07:00
Iryna Shustava
b3f1b5afd5
Fix typo in "Service Ports" section
2019-09-17 12:05:04 -07:00
Jake Lundberg
a530fee06e
docs: Update consul-helm example to pull latest tag
2019-08-09 16:33:43 -06:00
Todd Radel
7575bce5c9
Fix links to ambassador website
2019-07-24 13:23:49 -04:00
Justin Weissig
e0364b0076
docs: fixed typos on a few doc pages ( #5870 )
2019-06-24 15:25:57 -06:00
Sarah Christoff
352adf204c
[docs] update documentation for connect-service-upstreams ( #5422 )
...
* update documentation for connect-service-upstreams
Adds documentation for services, multiple services, and prepared
query under connect-service-upstreams annotation.
* changing tone of voice
* active voice fix
* fixing spaces
* fixed order, added clarification for multiple upstreams
* Update website/source/docs/platform/k8s/connect.html.md
Co-Authored-By: s-christoff <sarah.christoff13@gmail.com>
2019-06-20 14:18:34 -05:00
kaitlincarter-hc
9074778c0c
[docs] Updating links to guides ( #5795 )
...
* fixing links in the docs post guide migartion.
* fixed one more
* Update website/source/docs/acl/acl-legacy.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/enterprise/connect-multi-datacenter/index.html.md
* Updating based on comments and fixing word wrap
* Update website/source/api/acl-legacy.html.md
* Update website/source/api/acl/acl.html.md
* Update website/source/docs/agent/options.html.md
* Update website/source/docs/faq.html.md
* Update website/source/docs/internals/architecture.html.md
* Update website/source/docs/agent/encryption.html.md
2019-05-15 10:49:41 -05:00
Rebecca Zanzig
1fd7f667ee
Update to correct parameter name in docs
2019-05-14 15:30:59 -07:00
Rebecca Zanzig
6e2a8e6b10
Merge pull request #5825 from hashicorp/docs/helming
...
Add docs for Helm chart features introduced in v0.8.0
2019-05-14 12:13:59 -07:00
Rebecca Zanzig
e0af4da0ff
Add docs for Helm chart features introduced in v0.8.0
...
Additionally defines a new annotation that is used with these new
features.
2019-05-14 11:28:08 -07:00
Justin Weissig
72f05beb05
docs: fixed spelling ( #5840 )
...
Spelling: namepace/namespace.
2019-05-14 10:54:22 -05:00
Christoph Puhl
540966609f
Update index.html.md ( #5813 )
...
Missing dot in Consul Kubernetes landing page.
2019-05-13 10:06:05 -05:00
Sarah Christoff
2c246cd5f2
Update documentation for clarity
2019-05-01 17:16:30 -05:00
Sarah Christoff
3e9b0a9764
Update Helm Docs with consulPrefix
2019-04-30 17:30:24 -05:00