-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure containerd is ready before importing container image #3020
Conversation
Hello teddyandrieux,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
776e884
to
c08067d
Compare
History mismatchMerge commit #776e88496360be0b9502880193251bb2e0dd8989 on the integration branch It is likely due to a rebase of the branch Please use the |
c08067d
to
0da6de4
Compare
History mismatchMerge commit #04919ccaeec9df0bbb2c99721b36aef94a095daf on the integration branch It is likely due to a rebase of the branch Please use the |
0da6de4
to
0914eac
Compare
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
- init_delay: 2 | ||
|
||
Ensure containerd is ready: | ||
test.configurable_test_state: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason cri.ready
is not implemented as some module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would need to create a state module in addition to wrap this call. Using slots looks simpler to me :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDYM ? As a salt state module ?
For me, since it's something that does not change anything on the machine we do not want to have a salt state module for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe there's a little bug (likely not something we'd ever run into, but still).
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following reviewers are expecting changes from the author, or must review again: |
Is this in any way related to #2960 ? |
Ups, I forgot to add the new sls in the iso 😄
Yep I will close this one |
0914eac
to
3b869e1
Compare
History mismatchMerge commit #76ac91d9b1c30fe606b85b1973107291020c37e3 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following reviewers are expecting changes from the author, or must review again: |
3b869e1
to
03f8a68
Compare
History mismatchMerge commit #43d371ede0d1f8bb8ef67dc471d7babb382b352f on the integration branch It is likely due to a rebase of the branch Please use the |
Add a salt state to ensure containerd is running and reachable with crictl. So when we try to import the pause image we are sure containerd is ready
In repo salt state we import the nginx image before creating the repository manifest. Add a requisite to make the container engine is ready before importing this nginx container image
03f8a68
to
419fb64
Compare
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following reviewers are expecting changes from the author, or must review again: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following reviewers are expecting changes from the author, or must review again: The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye teddyandrieux. |
Component:
'salt'
Context:
Time to time importing of pause image fail because containerd just get upgraded and not fully restarted
Summary:
crictl version
)