Skip to content

Commit

Permalink
Unfortunately this is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Dec 15, 2020
1 parent 151b0c5 commit 21de4f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .testfaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ base:
# pod to the apiserver. so give it an ip address that resolves to the host
# from inside the pods.
cd /root
snap install juju --classic
snap install juju --classic --channel=latest/edge
# Set kubeconfig to point to k8s apiserver on an address that's routable
# from inside the pods, so jujud can access it. In this case the docker
# bridge.
sed -i 's/localhost/172.17.0.1/' .kube/config
juju add-k8s --client testfaster
juju bootstrap testfaster
juju add-model kf
juju deploy kubeflow
# cs: means "charm store", which is the "old place".
# ch: means "charm hub", which is the "new place".
juju deploy cs:kubeflow
# wait for the role we need to patch to get created
roles=0
while [ "$roles" -eq "0" ] ; do
Expand Down

0 comments on commit 21de4f1

Please sign in to comment.