Abhay Saxena
Abhay Saxena
You can build ARM64 images on your hardware. The steps are a little complicated; we need to document this better. Here's an edited copy-paste from my shell session, where I...
For future reference: https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/
To clarify and summarize 1. You get errors from the PackageCloud script (`curl ... | sudo bash`) 2. After that, `sudo dnf install telepresence` doesn't work: no package found Is...
Regrettably we may not be able to fix problem 1. That script is managed by the folks at PackageCloud. That said, I will investigate this further. The second item will...
I'm having trouble replicating this. As in, I see the warnings from the Package Cloud script, but the subsequent installation appears to work fine.
See also [how pip 10 does it](https://github.com/pypa/pip/blob/master/src/pip/_internal/__init__.py), though using argcomplete is probably a lot less work.
If your test looks like [the example](https://kubetest.readthedocs.io/en/latest/fixtures.html#example-usage), then `kube.namespace` is the namespace for the test.
Does other DNS resolution work? E.g., `nslookup kubernetes.default`?
As far as I know, Telepresence works okay with Istio right now. What would it mean to support Knative? Can you sketch out an example?
It appears that Fedora packages do not work on Enterprise Linux. Can you help us figure out how to support EL/7? Please try installing from source. You'll need the EL/7...