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 default value for kubernetes::docker_version expects certain distributions and configuration (like manage_docker:true).
Expected Behavior
I'm expecting catalog to compile with default parameters.
Error 500 on SERVER: Server Error: Evaluation Error: The value '5:20.10.11~3-0~ubuntu-' cannot be converted to Numeric. (file: /etc/puppetlabs/code/environments/k8s/modules/kubernetes/manifests/init.pp, line: 556, column: 17)
Steps to Reproduce
class { 'kubernetes':
controller => true,
}
Environment
Version 6.3.0
Platform Debian 11
A workaround is not to manage docker and override docker_version variable to some random string, but this shouldn't be required.
Describe the Bug
The default value for
kubernetes::docker_version
expects certain distributions and configuration (likemanage_docker:true
).Expected Behavior
I'm expecting catalog to compile with default parameters.
Steps to Reproduce
Environment
A workaround is not to manage docker and override
docker_version
variable to some random string, but this shouldn't be required.The text was updated successfully, but these errors were encountered: