-
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
Allow to setup Loki resources
from CSC
#3737
Allow to setup Loki resources
from CSC
#3737
Conversation
Due to a bug in Black and a new release of Click the current pre-commit hook is not working, we can either pin the Click version or bump black version since the bug got fixed. See: psf/black#2964
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/123.0/improvement/allow-to-setup-loki-ressources origin/development/123.0
$ git merge origin/improvement/allow-to-setup-loki-ressources
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/123.0/improvement/allow-to-setup-loki-ressources |
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:
|
9649d96
to
b2e012e
Compare
History mismatchMerge commit #9649d9665a77b725c6dd21cc17b6d473fc77ec93 on the integration branch It is likely due to a rebase of the branch Please use the |
ressources
from CSCresources
from CSC
/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/123.0/improvement/allow-to-setup-loki-ressources origin/development/123.0
$ git merge origin/improvement/allow-to-setup-loki-ressources
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/123.0/improvement/allow-to-setup-loki-ressources |
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:
|
Since Loki has no way to limit the "in-memory" total chunk size in some cases we may want to put an hard limit on the memory for the Loki pod in order to avoid Loki to consume all the memory and make the server crash Re-render the salt state using: ``` ./charts/render.py loki --namespace metalk8s-logging \ --service-config loki metalk8s-loki-config \ metalk8s/addons/logging/loki/config/loki.yaml metalk8s-logging \ --patch 'StatefulSet,metalk8s-logging,loki,spec:template:spec:containers:0:ports:1, {"name": "memberlist", "containerPort": 7946, "protocol": "TCP"}' \ --remove-manifest Secret loki charts/loki.yaml charts/loki/ \ > salt/metalk8s/addons/logging/loki/deployed/chart.sls ```
b2e012e
to
52c5009
Compare
History mismatchMerge commit #b2e012e51c7c6e71cd2de2048396e1b3d490744f on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Lossy reset warningThere seems to be manual commits on integration branches (e.g. conflict You can use the |
History mismatchMerge commit #b2e012e51c7c6e71cd2de2048396e1b3d490744f on the integration branch It is likely due to a rebase of the branch Please use the |
/force_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/123.0/improvement/allow-to-setup-loki-ressources origin/development/123.0
$ git merge origin/improvement/allow-to-setup-loki-ressources
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/123.0/improvement/allow-to-setup-loki-ressources |
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. |
Since Loki has no way to limit the "in-memory" total chunk size in some
cases we may want to put a hard limit on the memory for the Loki pod in
order to avoid Loki to consume all the memory and make the server crash