You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to setup https://github.com/coder/coder-logstream-kube but it seems to suggest using the kubernetes_deployment resource, while I use sysbox and so my template has kubernetes_pod instead.
Anything I should be considering before I using it?
The text was updated successfully, but these errors were encountered:
hi @ademariag - you can use sysbox with a kubernetes_deployment resource in lieu of your current kubernetes_pod resource. note that there may be some syntax differences between the two resources.
Also asked here: https://discord.com/channels/747933592273027093/971231372373033030
I want to setup https://github.com/coder/coder-logstream-kube but it seems to suggest using the
kubernetes_deployment
resource, while I usesysbox
and so my template haskubernetes_pod
instead.Anything I should be considering before I using it?
The text was updated successfully, but these errors were encountered: