Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Remove ca-certs mount from openstack-cloud-controller-manager #44

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Remove semi-broken default `ca-certs` mount from
`openstack-cloud-controller-manager`. This fixes running it on Flatcar. See
https://github.com/kubernetes/cloud-provider-openstack/issues/1923

## [0.6.0] - 2022-05-23

### Changed
Expand Down Expand Up @@ -36,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.3.0] - 2022-03-28

### Added
### Added

- Enable snapshotter by default.

Expand All @@ -53,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Set the default reclaim policy to delete.
- Set default to create Loadbalancer health monitors
- Set default to create Loadbalancer health monitors

## [0.1.1] - 2022-01-04

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ extraVolumes:
- name: flexvolume-dir
hostPath:
path: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
- name: ca-certs
hostPath:
path: /etc/ssl/certs
- name: k8s-certs
hostPath:
path: /etc/kubernetes/pki
Expand All @@ -95,9 +92,6 @@ extraVolumeMounts:
- name: flexvolume-dir
mountPath: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
readOnly: true
- name: ca-certs
mountPath: /etc/ssl/certs
readOnly: true
- name: k8s-certs
mountPath: /etc/kubernetes/pki
readOnly: true