Skip to content

Commit 32217da

Browse files
committed
merge
1 parent 33a3d39 commit 32217da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

use-cases/kubeflow/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ POST on /domain/zone/*/refresh
6969
vim ovhrc.sh
7070
```
7171

72+
Add at the end of the file:
73+
7274
```bash
7375
export TF_VAR_ovh_api_dns_application_key="<your_dns_application_key>"
7476
export TF_VAR_ovh_api_dns_application_secret="<your_dns_application_secret>"
@@ -100,7 +102,7 @@ You can find the list of configuration variables in `variables.tf` and you can o
100102
```bash
101103
source ovhrc.sh
102104
terraform init
103-
terraform plan
105+
terraform apply -target module.s3_user
104106
terraform apply
105107
```
106108

@@ -142,4 +144,4 @@ After a while the status of the run should turn green. You can see the logs of t
142144
```bash
143145
terraform output --raw ovh_kube_cluster_kubeconfig > ./kubeconfig
144146
kubectl get nodes --kubeconfig ./kubeconfig
145-
```
147+
```

0 commit comments

Comments
 (0)