Skip to content

Commit

Permalink
Fix GCE link and update vendor dep
Browse files Browse the repository at this point in the history
The fix will ensure that we are not using the
hardcoded zone for GCE exit node by updating the
vendor dependency.

Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
  • Loading branch information
utsavanand2 authored and alexellis committed Dec 3, 2019
1 parent 8bc1094 commit 82c730f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -203,7 +203,7 @@ kubectl logs deploy/inlets-operator -n kube-system -f

| Provider | Price per month | Price per hour | OS image | CPU | Memory | Boot time |
| ------------------------------------------------------------------ | --------------: | -------------: | -----------: | --: | -----: | --------: |
| [Google Compute Engine]() | * ~\$4.28 | ~\$0.006 | Debian GNU Linux 9 (stretch) | 1 | 614MB | ~3-15s |
| [Google Compute Engine](https://cloud.google.com/compute) | * ~\$4.28 | ~\$0.006 | Debian GNU Linux 9 (stretch) | 1 | 614MB | ~3-15s |
| [Packet](https://www.packet.com/cloud/servers/t1-small/) | ~\$51 | \$0.07 | Ubuntu 16.04 | 4 | 8GB | ~45-60s |
| [Digital Ocean](https://www.digitalocean.com/pricing/#Compute) | \$5 | ~\$0.0068 | Ubuntu 16.04 | 1 | 512MB | ~20-30s |
| [Scaleway](https://www.scaleway.com/en/pricing/#virtual-instances) | 2.99€ | 0.006€ | Ubuntu 18.04 | 2 | 2GB | 3-5m |
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/inlets/inletsctl/pkg/provision/gce.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82c730f

Please sign in to comment.