mirror of https://github.com/k3s-io/k3s
Merge pull request #45117 from chuckbutler/add-cifs
Automatic merge from submit-queue (batch tested with PRs 41583, 45117, 45123) Adds the cifs-common package **What this PR does / why we need it**: Enables mounting of CIFS volumes. Required for Azure. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/227 **Release note**: ```release-note Added CIFS PV support for Juju Charms ```pull/6/head
commit
02f9d607c1
|
@ -18,8 +18,9 @@ config:
|
|||
options:
|
||||
basic:
|
||||
packages:
|
||||
- 'nfs-common'
|
||||
- 'cifs-utils'
|
||||
- 'ceph-common'
|
||||
- 'nfs-common'
|
||||
- 'socat'
|
||||
tls-client:
|
||||
ca_certificate_path: '/root/cdk/ca.crt'
|
||||
|
|
Loading…
Reference in New Issue