apigee-internal / microgateway

Microgateway: A lightweight Node.js based API gateway
Other
71 stars 77 forks source link

Instructions to install edgemicroctl not working on Linux #276

Open pyljain opened 4 years ago

pyljain commented 4 years ago

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:

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

Shriyut commented 4 years ago

I have the same issue. Is there any update on this?

pyljain commented 4 years ago

Is there an update for this one? @keyurkarnik

keyurkarnik commented 4 years ago

edgemicroctl is being deprecated. The docs will be updated soon.

dirien commented 4 years ago

and in the mean time? how we can deploy it to k8s?