ambassador-operator icon indicating copy to clipboard operation
ambassador-operator copied to clipboard

The Ambassador operator

Results 19 ambassador-operator issues
Sort by recently updated
recently updated
newest added

Is this alive? No commits in about 2 years. Maybe archive the repo if it's effectively unmaintained? According to this it's been renamed / moved? https://github.com/datawire/ambassador-operator/issues/73#issuecomment-1003947761

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200217220822-9197077df867 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200217220822-9197077df867&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200202094626-16171245cfb2 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200202094626-16171245cfb2&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.0.3 to 3.11.1. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.11.1 is a security (patch) release. Users are strongly recommended to update to this release. The template...

dependencies

This is a counterpart/addon to https://github.com/datawire/ambassador/issues/2121 to add ARM64 support for the operator once Ambassador itself supports the platform.

I took the available version of this file (written in v1beta1 version) and adapted to v1 following a v1 migration guideline, modifying structure, keeping same exact values.

Our current end-to-end tests are based on the clusters created by the _cluster providers_ at [ci/infra](https://github.com/datawire/ambassador-operator/tree/master/ci/infra). In order to test the integration of the Operator in some of these environments,...

t:feature
a:tests

Hello, we have Ambassador as one of the addons in [minikube](https://github.com/kubernetes/minikube). The problem is we updated the default version of Kubernetes to 1.22 as that's the latest GA release, however...

On a new installation of the operator, the following line causes a panic if there are zero annotations in the `AmbassadorInstallation` object. https://github.com/datawire/ambassador-operator/blob/febf53e6cf44183301ec9b8b70d687dac3d0deab/pkg/controller/ambassadorinstallation/comp.go#L86