We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6217f commit 3dc5a41Copy full SHA for 3dc5a41
.github/workflows/go.yml
@@ -54,6 +54,7 @@ jobs:
54
kubectl apply -f https://raw.githubusercontent.com/Collabora/k8s-socketcan/main/k8s-socketcan-client-example.yaml
55
kubectl wait --for=condition=ready --timeout=60s pod k8s-socketcan-client-example
56
kubectl get pods -A -o wide
57
+ sleep 5
58
(sleep 1 && kubectl exec k8s-socketcan-client-example -- cansend vcan0 5A1#11.2233.44556677.88) &
59
kubectl exec -it k8s-socketcan-client-example -- candump -n 1 -T 5000 vcan0
60
- name: Setup tmate session
0 commit comments