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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7.30.0
Ruby: 2.7.8
Distribution: RHEL9
Module version: 2.0.1
How to reproduce
Install a cluster using the default parameters.
Then try to update cni-plugins, crictl or etcd by changing one of these version parameters (for example through hiera):
k8s::install::cni_plugins::version
k8s::install::crictl::version
k8s::etcd_version
What are you seeing
cni-plugins, crictl & etcd stay on the same version.
What behaviour did you expect instead
cni-plugins, crictl & etcd should be updated to the specified versions.
Output log
Puppet reports no changes since the last run.
Any additional information you'd like to impart
I think the problem is that these components are installed using the archive resource with creates set. Puppet does not download the new version because the files specified in creates already exist.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce
Install a cluster using the default parameters.
Then try to update cni-plugins, crictl or etcd by changing one of these version parameters (for example through hiera):
k8s::install::cni_plugins::version
k8s::install::crictl::version
k8s::etcd_version
What are you seeing
cni-plugins, crictl & etcd stay on the same version.
What behaviour did you expect instead
cni-plugins, crictl & etcd should be updated to the specified versions.
Output log
Puppet reports no changes since the last run.
Any additional information you'd like to impart
I think the problem is that these components are installed using the
archive
resource withcreates
set. Puppet does not download the new version because the files specified increates
already exist.The text was updated successfully, but these errors were encountered: