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'm running the following command to install edgemicroctl and am running into errors:
curl -L https://raw.githubusercontent.com/apigee-internal/microgateway/master/kubernetes/release/downloadEdgeMicrok8s.sh | sh -
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Downloaded into microgateway_v3.0.9_Linux_x86_64:
sh: line 52: cd: bin: No such file or directory
Add /home/<user>/bin to your path; e.g copy paste in your shell and/or ~/.profile:
I'm running the following command to install edgemicroctl and am running into errors:
curl -L https://raw.githubusercontent.com/apigee-internal/microgateway/master/kubernetes/release/downloadEdgeMicrok8s.sh | sh -
It looks like the gzip file is missing:
https://github.com/apigee-internal/microgateway/releases/download/v3.0.9/microgateway_v3.0.9_Linux_x86_64.tar.gz
The text was updated successfully, but these errors were encountered: