We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the configuration in this case : changer worker into master in labels
cat << EOF > /tmp/51-worker-cp4d-crio-conf.yaml apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: labels: machineconfiguration.openshift.io/role: master name: 51-worker-cp4d-crio-conf spec: config: ignition: version: 2.2.0 storage: files: - contents: source: data:,${crio_conf} filesystem: root mode: 0644 path: /etc/crio/crio.conf EOF
The text was updated successfully, but these errors were encountered:
The other override is working fine with
- match: - label: node-role.kubernetes.io/worker
Can you use the same kind of selector?
Sorry, something went wrong.
No branches or pull requests
Here is the configuration in this case : changer worker into master in labels
The text was updated successfully, but these errors were encountered: