Skip to content

Commit

Permalink
Merge branch 'bugfix/fix-salt-master-start-when-minion-down' into q/2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Jan 14, 2021
2 parents 4425ef3 + c9e1647 commit c5907ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
completions for the `kubectl` command are now provided when `kubectl` is installed
(PR [#3039](https://github.com/scality/metalk8s/pull/3039))

### Bug fixes
- [#3022](https://github.com/scality/metalk8s/issues/3022) - Ensure salt-master
container can start at reboot even if local salt-minion is down
(PR [#3041](https://github.com/scality/metalk8s/pull/3041))

## Release 2.7.0 (in development)
### Enhancements
- Bump Kubernetes version to 1.18.15 (PR[#3035](https://github.com/scality/metalk8s/pull/3035))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
- name: run
hostPath:
path: '/var/run/salt'
type: Directory
type: DirectoryOrCreate
{%- for env, archive in archives.items() | sort(attribute='0') %}
- name: states-{{ env | replace('.', '-') }}
hostPath:
Expand Down

0 comments on commit c5907ee

Please sign in to comment.