File tree Expand file tree Collapse file tree
docs/modules/airflow/examples/getting_started/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023echo " Adding bitnami Helm Chart repository and dependencies (Postgresql and Redis)"
2124# tag::helm-add-bitnami-pgs[]
2225helm install airflow-postgresql oci://registry-1.docker.io/bitnamicharts/postgresql \
@@ -71,6 +74,10 @@ exit 1
7174;;
7275esac
7376
77+ # As of SDP 26.3 CRDs are managed by the operator not helm, so there should be an initial delay
78+ # to allow the CRDs to be detected
79+ sleep 10
80+
7481echo " Creating credentials secret"
7582# tag::apply-airflow-credentials[]
7683kubectl apply -f airflow-credentials.yaml
Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023echo " Adding bitnami Helm Chart repository and dependencies (Postgresql and Redis)"
2124# tag::helm-add-bitnami-pgs[]
2225helm install airflow-postgresql oci://registry-1.docker.io/bitnamicharts/postgresql \
@@ -71,6 +74,10 @@ exit 1
7174;;
7275esac
7376
77+ # As of SDP 26.3 CRDs are managed by the operator not helm, so there should be an initial delay
78+ # to allow the CRDs to be detected
79+ sleep 10
80+
7481echo " Creating credentials secret"
7582# tag::apply-airflow-credentials[]
7683kubectl apply -f airflow-credentials.yaml
You can’t perform that action at this time.
0 commit comments