airflow-on-k8s-operator
airflow-on-k8s-operator copied to clipboard
Airflow on Kubernetes Operator
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.1 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...
Hi, While following the quickstart (or development.md) and deploying the CR, there's an ImagePullBackOff error (Back-off pulling image "gcr.io/airflow-operator/airflow:1.10.2") on an AWS KOPS cluster, with the operator running locally &...
I've followed the quick start guide and eventually I've been able to deploy the operator by modifying some kustomize resources manually (the image) and the role. I've then tried to...
Updated RBAC for manger-role to address the following error: The ClusterRole "airflow-on-k8s-operator-manager-role" is invalid: * rules[0].apiGroups: Required value: resource rules must supply at least one api group * rules[1].apiGroups: Required...
error: error validating "airflow.yaml": error validating data: ValidationError(Deployment.spec): missing required field "selector" in io.k8s.api.apps.v1.DeploymentSpec; if you choose to ignore these errors, turn validation off with --validate=false can you please help...
``` ➜ make deploy (unset) /Users/tomaszurbaszek/go/bin/controller-gen "crd:trivialVersions=true" rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases cd config/manager && kustomize edit set image controller=gcr.io/polidea-airflow/airflow-operator:a3c3869 panic: runtime error: index out of range [-1] goroutine 1 [running]:...
Can this operator be installed (and work) on OpenShift?
## Background The `application` has already renamed it’s import path from "github.com/kubernetes-sigs/application" to "sigs.k8s.io/application" in version v0.8.1. But `apache/airflow-on-k8s-operator` still used the old path: https://github.com/apache/airflow-on-k8s-operator/blob/master/go.mod#L8 ``` github.com/kubernetes-sigs/application v0.8.1 ``` When...