question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install Ambassador chart

See original GitHub issue
❯ helm install ambassador --namespace ambassador datawire/ambassador
...
Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "AuthService" in version "getambassador.io/v2", unable to recognize "": no matches for kind "Mapping" in version "getambassador.io/v2", unable to recognize "": no matches for kind "RateLimitService" in version "getambassador.io/v2"]

I’m trying to setup Ambassador on DigitalOcean Kubernetes (using 1.17 there).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
vsimoncommented, Feb 6, 2021

I believe I had to install the CRDs manually before applying the helm chart:

kubectl apply -f https://www.getambassador.io/yaml/aes-crds.yaml

0reactions
cindymullins-dwcommented, Oct 28, 2022

Confirmed - the CRDs need to be installed first.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install with Helm | Edge Stack
Ambassador Edge Stack can be installed via a Helm chart with a few simple steps, depending on if you are deploying for the...
Read more >
ambassador 6.9.5 · helm/datawire - Artifact Hub
This chart deploys either Edge Stack or Emissary-Ingress 1.14 on a Kubernetes cluster using the Helm package manager. The helm value enableAES is...
Read more >
Developers - Can't install Ambassador chart - - Bountysource
Can't install Ambassador chart. ... Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for ...
Read more >
stable/ambassador - helm-charts - GitLab
This chart bootstraps an Ambassador deployment on a Kubernetes cluster using the Helm package manager. Prerequisites. Kubernetes 1.7+. Installing the Chart. To ...
Read more >
Kubernetes Ambassador - Signal Sciences Help Center
Installing with Ambassador Edge Stack (AES) ... documentation does not fall out of date and anyone using this will not have an agent...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found