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:
- Created 3 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Confirmed - the CRDs need to be installed first.