Browse Source

Merge pull request #3232 from rabi/master

Document correct var kubeadm_enabled
pull/3233/head
Antoine Legrand 6 years ago
committed by GitHub
parent
commit
e7234c9114
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/cri-o.md

2
docs/cri-o.md

@ -15,7 +15,7 @@ Use cri-o instead of docker, set following variable:
#### all.yml #### all.yml
``` ```
kubeadm_enable: true
kubeadm_enabled: true
... ...
download_container: false download_container: false
skip_downloads: false skip_downloads: false

Loading…
Cancel
Save