Skip to content

Commit

Permalink
Updates k8s annotation docs
Browse files Browse the repository at this point in the history
Updates k8s annotation docs for the  options added in hashicorp/consul-k8s#1315.
  • Loading branch information
NicoletaPopoviciu committed Jul 19, 2022
1 parent 4959363 commit a87294b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/docs/k8s/annotations-and-labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ The following Kubernetes resource annotations could be used on a pod to control
- `consul.hashicorp.com/service-metrics-port` - Set the port where the Connect service exposes metrics.
- `consul.hashicorp.com/service-metrics-path` - Set the path where the Connect service exposes metrics.
- `consul.hashicorp.com/connect-inject-mount-volume` - Comma separated list of container names to mount the connect-inject volume into. The volume will be mounted at `/consul/connect-inject`. The connect-inject volume contains Consul internals data needed by the other sidecar containers, for example the `consul` binary, and the Pod's Consul ACL token. This data can be valuable for advanced use-cases, such as making requests to the Consul API from within application containers.
- `consul.hashicorp.com/consul-sidecar-user-volume` - JSON objects that define Volumes to be added to the Envoy sidecar.
- `consul.hashicorp.com/consul-sidecar-user-volume-mount` - JSON objects that define VolumeMounts to be added to the Envoy sidecar.

## Labels

Expand Down

0 comments on commit a87294b

Please sign in to comment.