RESEARCH

google cloud platform – CloudComposer GKEStartPodOperator status is failed for long jobs

I have implemented an airflow DAG made up of the GKEStartPodOperator wrapper. This is the implementation of the operator : pod1 = GKEStartPodOperator( task_id=”pod-1″, name=”pod-1″, project_id=”Project1″, location=”Zone1″, cluster_name=”Cluster1″, namespace=”default”, retries=2,…Read moregoogle cloud platform – CloudComposer GKEStartPodOperator status is failed for long jobs

RESEARCH

software installation – There is no config file when I install “kubeadm/kubelet/kubectl” via “apt” or “snap” on Ubuntu 22.04LTS!

I just installed Kubernetes following this instruction: kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ on my Ubuntu desktop 22.04 LTS. When I try this command sudo kubectl cluster-info for example, I get this result: To further…Read moresoftware installation – There is no config file when I install “kubeadm/kubelet/kubectl” via “apt” or “snap” on Ubuntu 22.04LTS!