Skip to content

Commit 7aaf8ed

Browse files
naemonobarkbay
andauthored
[2.15] Update 'current' volume-claim-template link to be version specific. (#8349) (#8351)
* Update 'current' volume-claim-template link to be version specific. --------- Signed-off-by: Michael Montgomery <[email protected]> Co-authored-by: Michael Morello <[email protected]> (cherry picked from commit 7321274)
1 parent 297b513 commit 7aaf8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operating-eck/eck-permissions.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ These permissions are needed by the Service Account that ECK operator runs as.
6161
|Pod||no|Assuring expected Pods presence during Elasticsearch reconciliation, safely deleting Pods during configuration changes and validating `podTemplate` by dry-run creation of Pods.
6262
|Endpoint||no|Checking availability of service endpoints.
6363
|Event||no|Emitting events concerning reconciliation progress and issues.
64-
|PersistentVolumeClaim||no|Expanding existing volumes. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html#k8s_updating_the_volume_claim_settings[docs] to learn more.
64+
|PersistentVolumeClaim||no|Expanding existing volumes. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/{eck_release_branch}/k8s-volume-claim-templates.html#k8s_updating_the_volume_claim_settings[docs] to learn more.
6565
|Secret||no|Reading/writing configuration, passwords, certificates, and so on.
6666
|Service||no|Creating Services fronting Elastic Stack applications.
6767
|ConfigMap||no|Reading/writing configuration.
6868
|StatefulSet|apps|no|Deploying Elasticsearch
6969
|Deployment|apps|no|Deploying Kibana, APM Server, EnterpriseSearch, Maps, Beats or Elastic Agent.
7070
|DaemonSet|apps|no|Deploying Beats or Elastic Agent.
7171
|PodDisruptionBudget|policy|no|Ensuring update safety for Elasticsearch. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-pod-disruption-budget.html[docs] to learn more.
72-
|StorageClass|storage.k8s.io|yes|Validating storage expansion support. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-volume-claim-templates.html#k8s_updating_the_volume_claim_settings[docs] to learn more.
72+
|StorageClass|storage.k8s.io|yes|Validating storage expansion support. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/{eck_release_branch}/k8s-volume-claim-templates.html#k8s_updating_the_volume_claim_settings[docs] to learn more.
7373
|coreauthorization.k8s.io|SubjectAccessReview|yes|Controlling access between referenced resources. Check link:https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-restrict-cross-namespace-associations.html[docs] to learn more.
7474
|===
7575

0 commit comments

Comments
 (0)