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
@madhuakula
In scenario 2, DIND, tar is required to unzip the docker binary we download from the internet using wget. /usr/bin/tar is missing, preventing one from completing the scenario.
I actually tried grabbing tar from my local machine using wget to complete the scenario but I wasn't able to get it to work, and it's difficult to understand whats wrong without a shell (all i see from the ping service is exit codes)
Am I missing something? Seems to me like the scenario is broken. I ran through the first scenario without issues.
My setup:
windows subsystem for linux 2 (WSL2) (ubuntu app)
Windows 11 underneath that
deployed K8S goat using KinD
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Unfortunately I don't have the WSL setup to test. But looking at its mostly issue with the binaries and the environment you are running, let me revamp the scenario execution environment to work seamlessly for everyone regardless of environment.
Hopefully I will try to make a fix by this weekend.
@madhuakula
In scenario 2, DIND,
tar
is required to unzip the docker binary we download from the internet using wget./usr/bin/tar
is missing, preventing one from completing the scenario.I actually tried grabbing tar from my local machine using wget to complete the scenario but I wasn't able to get it to work, and it's difficult to understand whats wrong without a shell (all i see from the ping service is exit codes)
Am I missing something? Seems to me like the scenario is broken. I ran through the first scenario without issues.
My setup:
The text was updated successfully, but these errors were encountered: