Hitesh Sarabu
01/10/2023, 9:06 PMrunLauncher.config.k8sRunLauncher: Additional property runK8sConfig is not allowed
Config:
"runK8sConfig": {
"containerConfig": null,
"jobMetadata": null,
"jobSpecConfig": null,
"podSpecConfig": {
"nodeSelector": {
"<http://cloud.google.com/gke-nodepool|cloud.google.com/gke-nodepool>": "airflow-ha-pool-2"
},
"tolerations": [
{
"effect": "NoSchedule",
"key": "dedicated",
"operator": "Equal",
"value": "airflow-ha"
}
]
},
"podTemplateSpecMetadata": null
}
which is under runLauncher
-> config
-> k8sRunLauncher
any advice here?rex
01/10/2023, 9:27 PMrunK8sConfig
was added recently in 1.1.8
- you should make sure that you’re installing from the correct helm chart:
helm repo search dagster
helm repo update
Hitesh Sarabu
01/10/2023, 9:28 PM