Has anyone found a way to change how rancher gener...
# general
m
Has anyone found a way to change how rancher generates a secret? Seems like auto-generated secrets are getting deprecated in 1.27, and each kubectl call will throw a warning.
Copy code
Warning: Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
When directly connecting to the cluster, and not via rancher, this warning goes away. As @alert-traffic-48134 mentioned earlier, its possible to disable this warning message on the control plane. However, if you have no direct access to this control plane its a rather annoying warning message to have.
590 Views