Skip to content

Instantly share code, notes, and snippets.

@jtfogarty
Created November 15, 2018 11:52
Show Gist options
  • Save jtfogarty/a687038afc374432fffaca7f24f6f352 to your computer and use it in GitHub Desktop.
Save jtfogarty/a687038afc374432fffaca7f24f6f352 to your computer and use it in GitHub Desktop.
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash
./scripts/kfctl.sh init ${KFAPP} --platform gcp --project ${PROJECT}
cd ${KFAPP}
${KUBEFLOW_SRC}/scripts/kfctl.sh generate platform
${KUBEFLOW_SRC}/scripts/kfctl.sh apply platform
Here is the final output;
~/kubeflow-introduction/kf-app-01/kf-app-01
+ '[' -f /Users/jefffogarty/kubeflow-introduction/kf-app-01/kf-app-01/gcp_config/network.yaml ']'
+ '[' -f /Users/jefffogarty/kubeflow-introduction/kf-app-01/kf-app-01/gcp_config/gcfs.yaml ']'
+ python /Users/jefffogarty/kubeflow-introduction/kf-app-01/scripts/gke/iam_patch.py --action=add --project=cri-o-test --iam_bindings_file=/Users/jefffogarty/kubeflow-introduction/kf-app-01/kf-app-01/gcp_config/iam_bindings.yaml
Traceback (most recent call last):
File "/Users/jefffogarty/kubeflow-introduction/kf-app-01/scripts/gke/iam_patch.py", line 17, in <module>
import yaml
ImportError: No module named yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment