Open gattytto opened 4 years ago
should the daemon be autostarted in the entrypoint.sh?.
Can't it be auto-started as part of the container setup?
@ericwill what I mean is, it's not "needed", only when the octant UI wants to be used.
OCTANT_ACCEPTED_HOSTS env var should be set to 0.0.0.0
I think it would be better set as "command" in tekton's plugin meta.yaml
commands: # development commands available to plugin container
- name:
runOctant:
command: # list of commands + arguments, e.g.:
- octant
- -p or whatever --port arg
Issues go stale after 180
days of inactivity. lifecycle/stale
issues rot after an additional 7
days of inactivity and eventually close.
Mark the issue as fresh with /remove-lifecycle stale
in a new comment.
If this issue is safe to close now please do so.
Moderators: Add lifecycle/frozen
label to avoid stale mode.
octant requires an ENV VAR in the sidecar with a list of allowed hosts and the octant (web ui) daemon is not started automatically inside the tekton sidecar.
it is possible to set a wildcard to the octant allowed hosts. https://github.com/vmware-tanzu/octant/issues/199#issuecomment-523563021
should the daemon be autostarted in the entrypoint.sh?.