-
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
charts,build,salt: Add fluent-bit pod memory limits to 1Gi #3845
Conversation
Hello teddyandrieux,My role is to assist you with the merge of this Status report is not available. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/124.0/improvement/add-limit-on-fluent-bit origin/development/124.0
$ git merge origin/improvement/add-limit-on-fluent-bit
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/124.0/improvement/add-limit-on-fluent-bit |
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:
|
Add a fluent-bit pod memory limits to 1Gi and make it configurable Re-render fluent-bit salt state using: ``` ./charts/render.py fluent-bit \ charts/fluent-bit.yaml charts/fluent-bit/ \ --namespace metalk8s-logging \ --service-config fluent_bit metalk8s-fluent-bit-config \ metalk8s/addons/logging/fluent-bit/config/fluent-bit.yaml metalk8s-logging \ > salt/metalk8s/addons/logging/fluent-bit/deployed/chart.sls ```
c79f9e6
to
2a25df3
Compare
History mismatchMerge commit #c79f9e6ae4cc76705ba8ad736f6cab50897679a7 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. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/124.0/improvement/add-limit-on-fluent-bit origin/development/124.0
$ git merge origin/improvement/add-limit-on-fluent-bit
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/124.0/improvement/add-limit-on-fluent-bit |
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:
|
/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. |
Add a fluent-bit pod memory limits to 1Gi and make it configurable