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
The PR in question will of course only match the token itself, a Hiera-based lookup like you've posted might not result in the wanted result - since you're string-concatenating inside Hiera itself.
I've had a thought on this, expanding the token to allow passing it either as a sensitive string or as a struct - with an ID and a secret that's sensitive.
Your example config should then be possible, just in the form of;
when defining a bootstrap_token and handing it over to a node like this:
you end up with a /srv/kubernetes/bootstrap-kubelet.kubeconf on the node like this:
The text was updated successfully, but these errors were encountered: