google-kubernetes-engine

Configure volumes in airflow GKEStartPodOperator operator

Configure volumes in airflow GKEStartPodOperator operator Question: I have a google cloud composer environment. In my DAG I want to create a pod in GKE. When I come to deploy a simple app based on a docker container that doesn’t need any volume configuration or secrets, everything works fine, for example: kubernetes_max = GKEStartPodOperator( # …

Total answers: 1