You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You want to quote that so it's a string. If you don't quote it, the YAML loader treats it as an octal number, which is then converted back to a string by the CLI parser.
Environmental Info:
RKE2 Version:
1.21 -> 1.27 has been tested, and is affected
Node(s) CPU architecture, OS, and Version:
VSphere, RHEL8 systems
Cluster Configuration:
Single node cluster
Describe the bug:
RKE2 is not honoring write-kubeconfig-mode, and is setting rke2.yaml to 0416 when attempting to get 0640.
New Installs:
Existing installs:
NOTE: I get further weird behaviors when RKE2 doesn't mess with permissions, such as starting with least permissive and going to more permissive.
Steps To Reproduce:
Expected behavior:
rke2.yaml would be 0640
Actual behavior:
rke2.yaml becomes 0416
The text was updated successfully, but these errors were encountered: