Skip to content

Commit

Permalink
salt: Bump attempts on check_object_ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekiel-alexrod committed Nov 15, 2023
1 parent 69ad86b commit cfc0dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
that prevents re-run of the bootstrap script if it fails at a specific point
(PR[4196](https://github.com/scality/metalk8s/pull/4196))

- Bump the attempts on `check_object_ready`
(PR[#4199](https://github.com/scality/metalk8s/pull/4199))

## Release 126.0.1

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions salt/metalk8s/addons/metalk8s-operator/deployed/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Wait for the MetalK8s Operator to be Ready:
name=metalk8s-operator-controller-manager, namespace=kube-system)
- comment: Wait for the MetalK8s Operator to be Ready
- retry:
attempts: 10
attempts: 30
- require:
- sls: metalk8s.addons.metalk8s-operator.deployed.manifests

Expand All @@ -21,6 +21,6 @@ Wait for the ClusterConfig to be Ready:
name=main)
- comment: Wait for the ClusterConfig to be Ready
- retry:
attempts: 10
attempts: 30
- require:
- test: Wait for the MetalK8s Operator to be Ready

0 comments on commit cfc0dc5

Please sign in to comment.