Skip to content

Commit e86b7e9

Browse files
astefanuttiabhijeet-dhumal
authored andcommitted
Default to in-cluster API server to init the Kubeflow SDK
1 parent 3cc71b1 commit e86b7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kfto-sft-llm/sft.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"from kubeflow.training import TrainingClient\n",
310310
"from kubeflow.training.models import V1Volume, V1VolumeMount, V1PersistentVolumeClaimVolumeSource\n",
311311
"\n",
312-
"api_server = \"<API_SERVER>\"\n",
312+
"api_server = \"https://kubernetes.default.svc\"\n",
313313
"token = \"<TOKEN>\"\n",
314314
"\n",
315315
"configuration = client.Configuration()\n",

0 commit comments

Comments
 (0)