quick-dentist-45681
03/30/2023, 8:29 PM/var/lib/rancher/k3s/server/manifests
, but I'm only getting the last defined secret.
In the manifest I use generateName
to set the name of the secrets, so name
is not set. That seems to result in k3s only creating the last one defined in the file.
If I explicitly set name
, all secrets are created.
I have a feeling this worked before in an older cluster of mine (which has since been scrapped, so can't confirm), has there been any changes with regards to this in the last couple releases? (I'd say after 1.23 maybe?)creamy-pencil-82913
03/30/2023, 8:32 PMquick-dentist-45681
03/30/2023, 8:36 PMcreamy-pencil-82913
03/30/2023, 8:43 PMquick-dentist-45681
03/30/2023, 8:46 PMgenerateName
either, so I'll just use plain names for now.
I'll create an issue for it anyway. Should I create it on the wrangler repo, or on k3s?creamy-pencil-82913
03/30/2023, 8:49 PMquick-dentist-45681
03/30/2023, 8:50 PMcreamy-pencil-82913
03/30/2023, 9:01 PM