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
::kubernetes::node::kubelet includes ::kubernetes::node and it then includes ::kubernetes::client and I have no way of passing manage_package = false to those classes do I ?
The text was updated successfully, but these errors were encountered:
class { 'kubernetes::node':
manage_package => false,
before => Class['Kubernetes::Client']
}
class { 'kubernetes::client':
manage_package => false,
before => Class['Kubernetes::Node::Kubelet']
}
Error: Duplicate declaration: Class[Kubernetes::Client] is already declared; cannot redeclare at /etc/puppet/modules/kubestack/manifests/kubernetes/minion.pp:58 on node kube-minion-01.openstacklocal
::kubernetes::node::kubelet includes ::kubernetes::node and it then includes ::kubernetes::client and I have no way of passing manage_package = false to those classes do I ?
The text was updated successfully, but these errors were encountered: