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 would like the integration test to not only work on k3d cluster, but also directly on k3s.
I know that hte node installer allows you to easily install the shim on the k3s. The ask her is to modify the make integration-test target so that it accounts for other platforms. Perhaps, we can modify it to be make test/k3d and add a new make test/k3s target that test the Spin workflows on k3s.
The main benefit of doing so is that it might be easier to debug the workflows since the containerd from k3s is directly running on your host node.
The text was updated successfully, but these errors were encountered:
I would like the integration test to not only work on
k3d
cluster, but also directly on k3s.I know that hte node installer allows you to easily install the shim on the k3s. The ask her is to modify the
make integration-test
target so that it accounts for other platforms. Perhaps, we can modify it to bemake test/k3d
and add a newmake test/k3s
target that test the Spin workflows on k3s.The main benefit of doing so is that it might be easier to debug the workflows since the containerd from k3s is directly running on your host node.
The text was updated successfully, but these errors were encountered: