We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using mqtt-cli to backup my zigbee2mqtt environment. In order to do so, I:
The content of this topic is the actual backup in json format
So the way I'm doing it is, from kubernetes, having a pod with two initContainers:
and the actual container which extracts the message received in the second initContainer, stored in a volume for that matter
In order for this container to run, the second initContainer must exit after it receives ONE message in the topic.
The container (the initContainer in my case) waits indefinitely, which prevents the "extractor" to do its job.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
I'm using mqtt-cli to backup my zigbee2mqtt environment. In order to do so, I:
The content of this topic is the actual backup in json format
So the way I'm doing it is, from kubernetes, having a pod with two initContainers:
and the actual container which extracts the message received in the second initContainer, stored in a volume for that matter
In order for this container to run, the second initContainer must exit after it receives ONE message in the topic.
Actual behavior
The container (the initContainer in my case) waits indefinitely, which prevents the "extractor" to do its job.
To Reproduce
Steps
N/A
Reproducer code
N/A
Details
The text was updated successfully, but these errors were encountered: