Skip to content

Commit

Permalink
Merge pull request #259 from simonfelding/cni-list
Browse files Browse the repository at this point in the history
rke2 cni as a list
  • Loading branch information
MonolithProjects authored Oct 31, 2024
2 parents d004391 + 8bd4963 commit 671cc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ rke2_etcd_snapshot_destination_dir: "{{ rke2_data_path }}/server/db/snapshots"
rke2_snapshotter: "{{ rke2_snapshooter }}"
rke2_snapshooter: overlayfs # legacy variable that only exists to keep backward compatibility with previous configurations

# Deploy RKE2 with default CNI canal
rke2_cni: canal
# Deploy RKE2 with default CNI canal (should be a list)
rke2_cni: [canal]

# Validate system configuration against the selected benchmark
# (Supported value is "cis-1.23" or eventually "cis-1.6" if you are running RKE2 prior 1.25)
Expand Down
2 changes: 1 addition & 1 deletion molecule/ha_cluster_kubevip/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
become: yes
vars:
rke2_server_taint: true
rke2_cni: calico
rke2_cni: [calico]
rke2_api_ip: 192.168.123.100
rke2_version: v1.22.12+rke2r1
rke2_cis_profile: cis-1.23
Expand Down

0 comments on commit 671cc67

Please sign in to comment.