We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKEStartPodOperator is a useful operator that retrieve at every run the config_file of a GKE thanks to gcloud cli
so you don't need to manage the update of :
Having a GKEStartPodOperatorAsync would be great
The text was updated successfully, but these errors were encountered:
look like it would be necessary to edit the GKEStartPodOperator to move all the content of execute in a separate function load_gke_context
execute
load_gke_context
so we could write :
GKEStartPodOperatorAsync(KubernetesPodOperatorAsync) ... def execute(self, context: 'Context') -> Optional[str]: GKEStartPodOperator.load_gke_context(context) return super().execute(context)
Sorry, something went wrong.
raphaelauv
pankajastro
Successfully merging a pull request may close this issue.
GKEStartPodOperator is a useful operator that retrieve at every run the config_file of a GKE thanks to gcloud cli
so you don't need to manage the update of :
or
Having a GKEStartPodOperatorAsync would be great
The text was updated successfully, but these errors were encountered: