ambassador-operator
ambassador-operator copied to clipboard
The Ambassador operator
Hello, I'm a maintainer from [minikube](https://github.com/kubernetes/minikube), we have started adding maintainers for each addon who are essentially owners of that addon within minikube. Since we have Ambassador as one of...
`helm install` does not generate the CRDs, which makes the operator basically useless. Since helm 2 is deprecated, we only need to make this work for helm 3. We could...
[The bits](https://github.com/datawire/ambassador-operator/blob/master/.travis.yml#L73-L133) that publish the operator images, manifests, helm chart and github release are unable to run with the current travis configuration. There seem to be some stale credentials, and...
The go packages used by the operator are [pinned to 1.16](https://github.com/datawire/ambassador-operator/blob/master/go.mod#L32), which is now dropped out of the support window. At "some point", these will be incompatible with supported versions...
Is there a possibility to setup Ambassador Instances using DaemonSets as described here: [https://www.getambassador.io/docs/edge-stack/latest/topics/running/running/#running-as-daemonset](https://www.getambassador.io/docs/edge-stack/latest/topics/running/running/#running-as-daemonset)
Hello, we're deploying k8s behind corporate proxy. When we want to install Ambassador as Ingress controller using the operator, we have an issue as helm repository cannot be reached: ```shell...
A very common usecase is to deploy multiple Ambassadors for different use cases. This is only allowed in the current iteration of the operator using separate namespaces. This should be...
Sometimes the operator performs unnecessary reconciliations. This is because of [this bug](https://github.com/operator-framework/operator-sdk/issues/1531). We should upgrade to a SDK's go.mod >= 0.17.0 (see [this](https://github.com/operator-framework/operator-sdk/blob/v0.17.x/go.mod)), but this currently results in some dependencies...
Is there a reason it needs both or should this be something that is configurable by a user?