telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.61k stars 521 forks source link

Homebrew for OSS version not working #3697

Closed mkantzer closed 1 month ago

mkantzer commented 1 month ago

Describe the bug

Looking at https://github.com/telepresenceio/telepresence/issues/3609, there should be an OSS version available for installation via:

brew install datawire/blackbird/telepresence-oss

However, there don't seem to be any present:

❯ brew search telepresence
==> Formulae
datawire/blackbird/telepresence ✔                         datawire/blackbird/telepresence-arm64                     datawire/blackbird/telepresence-legacy

==> Casks
teleport-connect

❯ brew install datawire/blackbird/telepresence-oss
Warning: No available formula or cask with the name "datawire/blackbird/telepresence-oss". Did you mean datawire/blackbird/telepresence, datawire/blackbird/telepresence-arm64 or datawire/blackbird/telepresence-legacy?

Which means there isn't one there?

To Reproduce

Steps to reproduce the behavior:

  1. Run brew search telepresence
  2. Observe no OSS formula
  3. Run brew install datawire/blackbird/telepresence-oss
  4. See warning above

Expected behavior

brew install datawire/blackbird/telepresence-oss results in an installed OSS version of telepresence.

Additional context Add any other context about the problem here.

thallgren commented 1 month ago

We have moved the tap to telepresenceio. Try:

brew install telepresenceio/telepresence/telepresence-oss

I'll update the documentation with this info.

thallgren commented 1 month ago

Docs updated.