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
ktunnel inject deployment singlespace-deployment -n sa-dev 8080
INFO[0000] Injecting tunnel sidecar to sa-dev/singlespace-deployment
WARN[0001] docker.io/omrieival/ktunnel:v1.5.3 already injected to the deplyoment
INFO[0001] ProgressDeadlineInSeconds is currently 600s. It may take this long to detect a deployment failure.
INFO[0001] Waiting for deployment to be ready
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2023b53]
goroutine 9 [running]:
github.com/omrikiei/ktunnel/pkg/k8s.deploymentStatus(0xc00019cf00)
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:404 +0x693
github.com/omrikiei/ktunnel/pkg/k8s.watchForReady.func1()
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:377 +0x385
created by github.com/omrikiei/ktunnel/pkg/k8s.watchForReady
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:331 +0x72
What is wrong
The text was updated successfully, but these errors were encountered:
ktunnel inject deployment singlespace-deployment -n sa-dev 8080
INFO[0000] Injecting tunnel sidecar to sa-dev/singlespace-deployment
WARN[0001] docker.io/omrieival/ktunnel:v1.5.3 already injected to the deplyoment
INFO[0001] ProgressDeadlineInSeconds is currently 600s. It may take this long to detect a deployment failure.
INFO[0001] Waiting for deployment to be ready
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2023b53]
goroutine 9 [running]:
github.com/omrikiei/ktunnel/pkg/k8s.deploymentStatus(0xc00019cf00)
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:404 +0x693
github.com/omrikiei/ktunnel/pkg/k8s.watchForReady.func1()
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:377 +0x385
created by github.com/omrikiei/ktunnel/pkg/k8s.watchForReady
/home/runner/work/ktunnel/ktunnel/pkg/k8s/common.go:331 +0x72
What is wrong
The text was updated successfully, but these errors were encountered: