-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
22d4800
to
612795e
Compare
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.
Update: please ignore. I used the wrong agent version.
I'm not sure if this PR should cover the entire pod lifecycle or just the kubectl logs
usecase.
I get the following error on Centos 7 when creating a single node Zookeeper cluster:
Jun 04 09:09:05 1825a20b6a8e stackable-agent[86]: [2021-06-04T09:09:05Z ERROR stackable_agent::provider::states::pod::starting] Error receiving InvocationID of unit [default-zookeeper-simple-default-server-1825a20b6a8e-zookeeper.service]. org.freedesktop.DBus.Error.UnknownProperty: Unknown property or interface.
Jun 04 09:09:05 1825a20b6a8e stackable-agent[86]: [2021-06-04T09:09:05Z ERROR krator::state] Object state machine exited with error. error=Error receiving InvocationID of unit [default-zookeeper-simple-default-server-1825a20b6a8e-zookeeper.service]. org.freedesktop.DBus.Error.UnknownProperty: Unknown property or interface.
So I cannot test the logs call because the pod never reaches a running 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.
Update: please ignore. I used the wrong agent version.
On Debian I don't see the featureLogs
annotation of the pod:
Annotations: <none>
But kubectl logs
works.
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.
Looks good.
Fixes #150