Incorrect link for secret permissions with DefaultMode #43253
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
Problem: The link for
secret permissions with DefaultMode
under persistent storage in Windows storage is incorrect. It is redirecting to thehttps://kubernetes.io/docs/concepts/configuration/secret/#secret-files-permissions
instead of that it should redirect to thehttps://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#set-posix-permissions-for-secret-keys
.As given in the PR, the commit (line 195) shows the heading is changed to
Set POSIX permissions for Secret Keys
fromSecret file permissions
.Proposed Solution:
secret permissions with DefaultMode
should redirect to thehttps://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#set-posix-permissions-for-secret-keys
instead ofhttps://kubernetes.io/docs/concepts/configuration/secret/#secret-files-permissions
Page to Update: https://kubernetes.io/docs/concepts/storage/windows-storage/
The text was updated successfully, but these errors were encountered: